Frequently Asked Questions

Table of contents
  1. Use of Flair
  2. Setup
  3. NoiseFX
  4. VertexFX

Use of Flair

Can I use Flair for my student production?

Yes, of course! As a student, you can either use the Free version or support us on Patreon for 5€ per month to get a community license and render at any resolution. Additionally, you can also ask your university to purchase Flair Indie for Education so that you can use it.

Are there floating licenses available?

Not at the moment, though if you are looking to purchase many licenses and need this flexibility, we can add this option. Currently, we only offer online or custom offline licenses. Online licenses are only node-locked to a computer for 12 hours after a previous activation, which means that they could be migrated on the next working day.

Are there offline licenses available?

Yes, custom offline licenses can be offered to studios whose workstations don’t have internet access due to security reasons. These are only offered when purchasing 10 or more licenses and are a bit more expensive as they require custom branded builds of Flair for each release.

Setup

I can’t install ‘only for me’

If the user-based installation won’t work no matter what, you can manually enter the required environment variable in the Maya.env file.

  1. Open the Maya.env file usually found in Documents/maya/202X/Maya.env with a text editor (make sure its the Maya.env file of the version of Maya you want to install in)
  2. Enter this environment variable: MAYA_MODULE_PATH=#YOURFLAIRMAYAPATH# (replace #YOURFLAIRMAYAPATH# with the path where Flair/maya is located)
  3. Restart Maya.

I can’t install ‘for ALL users’

The installation for all users requires administrator rights in the computer where you are installing Flair in. This is because we need to put the module file within Program Files. To do this manually, follow the steps below:

  1. Duplicate the flair.mod file within the Flair/maya folder and open the duplicate with a text editor.
  2. Change all ./ with the path to the Flair folder (with forward slashes) and save.
  3. (Windows) Copy the edited flair.mod and paste it in Program Files/Common Files/Autodesk Shared/Modules/Maya/202X (paste it in the Maya version that you want to install Flair in).
  4. Restart Maya.

I have not received my activation key

The email is most likely in your spam folder. Please double-check the spam folder of the email you entered or your Patreon email (for Community licenses).

If the license still has not arrived within an hour contact us to help you get started.

I receive an activation failure

If activation key is not valid, or the existing license is no longer valid, an error message will appear. Retry will prompt you to enter a valid activation key, and Cancel will run Flair as the free version this session.

The viewport is all black and I get the Error compiling GLSL code.

This can happen when the viewport is forced to use DirectX (e.g., with an environment variable) instead of OpenGL.During installation, we try to automatically set the Viewport 2.0 rendering engine to OpenGL, but this can fail depending on your setup. Check your Maya setup for anything that might force the viewport to use DirectX and remove it. Then, manually set the rendering engine to OpenGL (Preferences->Display->Viewport 2.0->Rendering Engine->OpenGL Core Profile). Maya will prompt to restart the application and Flair will be able to run after restarting.

NoiseFX

Can I change the type of noise that NoiseFX uses?

Yes, you can write your own noise function for the Custom noise type. However, you will need to modify the material glsl shader code to do so at flair/maya/shaders/material/include/noise.glsl [customNoise(vec4 v)].

VertexFX

The scene size becomes too big after using VertexFX

This happens because Maya is not optimized to save a lot of data on vertices. Thankfully, in the globals node, you can define to separate the stylization of the scene and save it in a different file. The option Yes, save and replace will make your Maya scene lighter again.

Can I apply VertexFX on Nurbs or changing topology?

This is unfortunately not possible as nurbs don’t have vertices to save the painted effects onto.

Can I paint VertexFX on meshes with changing topology?

It is possible but not recommended. If you change the topology, the vertex count will also change so you may encounter unpredictable behaviors and even Maya crashes.