I have a custom property on a Root Container and I’m trying to get the property change script to fire if I change the customer property. It doesn’t seem to do that. I’m trying to change partNum1 for example and I don’t get the print statement in the Console. Am I missing something?
I have tried all of those and it doesn’t make a difference. I normally use print"" but I had swapped back for a test to make sure it wasn’t having and issue. What I’m trying to say is the propertyChange script never executes as I get no print statement.
As long as the designer is set to run, you should at least be getting the print. I can’t think of any reason it wouldn’t fire with it being the first thing in line. Even if the script fails, it would fail after so I’m not sure. I do know if the designer isn’t in preview mode(or what I keep calling run) then property changes don’t happen so it wouldn’t print anything.