Hi guys ! Is there a way to delete a clip from an agent ?
I try to overwrite prim intrinsic attributes "agentclipcatalog" & "agentclipcatalogfilenames" but it can't be overwrited.
Do you have an idea ?
Thanks !
[AGENT] - Deleting existing clip
1452 2 1- antini
- Member
- 7 posts
- Joined: Jan. 2021
- Offline
- cwhite
- Staff
- 748 posts
- Joined: Oct. 2012
- Online
- antini
- Member
- 7 posts
- Joined: Jan. 2021
- Offline
Hi,thank's for your answer.
In fact python was the solution. Thank's to WaffleboyTom on Discord, I came out with this solution :
Thank's for your answer !
In fact python was the solution. Thank's to WaffleboyTom on Discord, I came out with this solution :
node = hou.pwd() geo = node.geometry() for prim in geo.prims(): adef = prim.definition() fadef = adef.freeze() fadef.removeClip("idle2") prim.setDefinition(fadef)
Thank's for your answer !
-
- Quick Links