cycleCheck -e off;
I don't think you understand. When working with dynamics, play every frame MUST be on!I checked play everyframe - it was not set to that.
It's weird, the problem occurred when I created a cube, then created a vortex field (with the cube still selected) and hit play.I don't think you understand. When working with dynamics, play every frame MUST be on!
Also, in case anyone is interested, this is not a harmless warning! This will cause your scene to simulate extremely slowly in some cases, and as it says, may give incorrect results.
The backbone of Maya is the DAG, or Directed Acyclic Graph. This means that each node's output is directed into another node, and acyclic, meaning that you can't have cycles. Eg, you can't have cube1.translateX connected to cube1.translateX. What the warning you're getting is telling you, is that something you have done is creating a cycle. With dynamics, the previous frame affects the simulation for the next frame. If you scrub through the time line, it does not have the previous frame, and therefore the simulation is missing a key piece of information that it needs to simulate properly. Without this, you get unexpected results, as it says in the warning.
Note that it is possible for evaluation cycles to occur even where no DG connections exist. Here are some examples: Nodes with evaluation-time dependent connections: An example is expression nodes, because we cannot tell what an expression node is actually referring to until it is evaluated, and such evaluation-time dependent nodes may behave differently based on the context (e.g. time) they are evaluated at. If you suspect a cycle due to such a connection, the best way to detect the cycle is through manual inspection.
You sure can.So simply put can't I start a new scene - create cube- apply gravity and then just hit play - with everyframe option turned on - and get a result?
Thanks for sharing that it might help out some one in the future.............daveI have RealFlow and PDI installed and had both plugins enabled.
After I turned them off - Dynamics works again as normal.
Thanks for all advice.
dc