Share
 
 

Enable dynamics support in the Evaluation Manager

Evaluation Manager support for Nucleus dynamics is disabled by default. To turn dynamics support on, run the following script in the Command line:

evaluator -name dynamics -c "disablingNodes=unsupported";
evaluator -name dynamics -c "handledNodes=dynamics";
evaluator -name dynamics -c "action=evaluate";

To restore the default (disabled) behavior, run the following script:

evaluator -name dynamics -c "disablingNodes=legacy2016";
evaluator -name dynamics -c "handledNodes=none";
evaluator -name dynamics -c "action=none";
If you encounter issues with dynamics, for example, the Evaluation Manager switches out of Parallel mode, you can run a script that returns a list of the problematic nodes. See Identify dynamics nodes that inhibit performance.
Note: For an in-depth, technical explanation of the Evaluation Manager and Parallel Maya, see the Parallel Maya Whitepaper.

Was this information helpful?