BadMonkeysTeam / Dynanimator

An animation package for the Dynamo visual programming environment
MIT License
17 stars 3 forks source link

View regeneration issue with Dynanimate Phases #21

Closed andydandy74 closed 9 years ago

andydandy74 commented 9 years ago

When using Dynanimate Phases, the view only gets updated after the ExportAsImage command. This is likely caused by a failure to regenerate the view before exporting. Workaround: Before running the graph, set the view phase to the very last phase in the project.

andydandy74 commented 9 years ago

This seems to be a fundamental issue with transactions/subtransactions in Dynamo. I included a doc.Regenerate() command in the nested Clockwork node View.SetPhase and it has no effect whatsoever. Need to do further testing in Dynamo 0.8 ...

andydandy74 commented 9 years ago

Turns out that the DynanimatorFunction Phases node runs more reliably without a Function.Compose node. Instead, all nodes are now simply run in sequential order.