badtertle
02-07-2008, 06:21 AM
A big part of one of my scripts is creating copies of an object, and creating an expression for it. Then after it does its job, the object gets deleted, but the expressions do not.
I call for the delete more times than the object exists...this is fine because i can test
if (objExists blah)
unfortunately this does not work for an expression...it seems the only other exists are for straight commands (exists) objects (objExists) particles (particleExists) and attributes (attributeExists)
Is there any way to test if an expression exists?
I call for the delete more times than the object exists...this is fine because i can test
if (objExists blah)
unfortunately this does not work for an expression...it seems the only other exists are for straight commands (exists) objects (objExists) particles (particleExists) and attributes (attributeExists)
Is there any way to test if an expression exists?
