![]() |
Houdini Development Toolkit - Version 6.5Side Effects Software Inc. 2004 |
Customization Area |
Changes |
POPs | A new method checkActivation(POP_ContextData*, POP_FParam) should now be used to check if the POP should be active. This method will take care of allowing certain local variables in the field. It also ensures that the definition of what is active is consistent among all POPs. |
POPs | In order for POPs derived from POP_LocalVar to understand user added attributes, it must call the method setupDynamicVars(POP_ContextData*) right after it locks its inputs. |