Hello,
I would like to delete all maps I get from a fbx import
I've tried this
for rrmap in getClassInstances Reflect_Refract do delete rrmap
but I get a No "delete" function for Map #1:Reflect/Refract
so how can I delete those maps ?
thanks a lot
Solved! Go to Solution.
Hello,
I would like to delete all maps I get from a fbx import
I've tried this
for rrmap in getClassInstances Reflect_Refract do delete rrmap
but I get a No "delete" function for Map #1:Reflect/Refract
so how can I delete those maps ?
thanks a lot
Solved! Go to Solution.
Solved by Swordslayer. Go to Solution.
maps = getClassInstances Reflect_Refract asTrackViewPick:on for map in maps do for ref = 1 to refs.getNumRefs map.client where refs.getReference map.client ref == map.anim do ( refs.replaceReference map.client ref undefined notifyDependents map.client )
I'd try something like this:
maps = getClassInstances Reflect_Refract asTrackViewPick:on for map in maps do for ref = 1 to refs.getNumRefs map.client where refs.getReference map.client ref == map.anim do ( refs.replaceReference map.client ref undefined notifyDependents map.client )
I'd try something like this:
waouh !! thanks a lot Swordsalyer, it's just perfect !!!
waouh !! thanks a lot Swordsalyer, it's just perfect !!!
Can't find what you're looking for? Ask the community or share your knowledge.