Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a Python generator with a child object (in Object Manager).
When I move/scale/rotate the child object, the Python generator code does not run, and so the display becomes stale. I have to change the generator's User Data to get it to recalculate.
I tried using message() but that did not help, even for all mid's.
message()
How can I make sure the generator code runs when its children have been edited?
I just figured out the answer - I needed to disable "Optimize Cache" on the generator's Object tab.