Notifications
Clear all
[Closed] Delete missing custom attribute
Oct 07, 2009 12:18 pm
How can I delete a missing custom attribute.
I have found the objects with the ca’s they are located in the node, right under the object material. It says Custom Attribute, but it’s a missing CA class.
I tried to delete it
custAttributes.delete $ 1
It says ok, but it’s still there. It’s a class from a originally finalrender scene. I don’t know how to get rid of it, and now the scene doesn’t submit to backburner…
Any immediate help is greatly appreciated!
Thanks,
-Johan
3 Replies
Oct 07, 2009 12:18 pm
Nevermind got it!
for o in selection do try(deleteItem o.custAttributes 1)catch()
-Johan
Oct 07, 2009 12:18 pm
Thaaaaaaaaaaanks a lot. This helped me to get rid of the missing fRstage1.dlr from Finalrender even if I haven´t installed it. You´re the king.
Oct 07, 2009 12:18 pm
Cool! I was having the exact same problem with a scene that was handed to me.
-Johan