Notifications
Clear all

[Closed] Delete missing custom attribute

 JHN

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
 JHN

Nevermind got it!

for o in selection do try(deleteItem o.custAttributes 1)catch()

-Johan

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.

 JHN

Cool! I was having the exact same problem with a scene that was handed to me.

-Johan