The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Python Generator does not update when children are edited
-
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.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.