jonathan.pgagne
jonathan.pgagne
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Preserve maya hierarchy 2023年5月9日9:45
Hello,
is there a way to preserve Maya hierachy upon "Baking Asset" from an houdiniEngine's Hda in maya?
All hierarchy is merged when using "Bake Asset" from houdini node.
Seems like I can use maya "Mesh -> separate" to separate mesh after baking, but I have no clue to associate baked meshes from the source ones. (used HDA's 'Split geos by group option')
I wished I could have set an attribute on original meshes in maya (ex; current path attribute) so I could have retrieved them in the baked geos (bake asset) and set meshes back to their original hierarchy/named upon baking.
Any workaround exists?
thanks
Jonathan
is there a way to preserve Maya hierachy upon "Baking Asset" from an houdiniEngine's Hda in maya?
All hierarchy is merged when using "Bake Asset" from houdini node.
Seems like I can use maya "Mesh -> separate" to separate mesh after baking, but I have no clue to associate baked meshes from the source ones. (used HDA's 'Split geos by group option')
I wished I could have set an attribute on original meshes in maya (ex; current path attribute) so I could have retrieved them in the baked geos (bake asset) and set meshes back to their original hierarchy/named upon baking.
Any workaround exists?
thanks
Jonathan
Python promote parameter 2017年7月3日16:29
Hi,
I am trying to mimic the Hda's ‘Promote Parameter’ behavior, using python.
I've been able to add hda's parameters, with default values, using:
oParmTemplate = hou.StringParmTemplate(…
oParmTemplate = hou.ButtonParmTemplate(…
oHdaDefefinition.setParmTemplateGroup(oParmTemplateGroup)
But I can't find how to add a ‘Linked channels’, in the channels section (Edit Operator Type Properties –> Parameter).
Is it possible to do so using python?
Thanks,
Jonathan
I am trying to mimic the Hda's ‘Promote Parameter’ behavior, using python.
I've been able to add hda's parameters, with default values, using:
oParmTemplate = hou.StringParmTemplate(…
oParmTemplate = hou.ButtonParmTemplate(…
oHdaDefefinition.setParmTemplateGroup(oParmTemplateGroup)
But I can't find how to add a ‘Linked channels’, in the channels section (Edit Operator Type Properties –> Parameter).
Is it possible to do so using python?
Thanks,
Jonathan
HDA dynamic manipulate parameters 2017年5月16日16:13
Oh… just found out…
I need to set it on hdaDefinition, and not on the hda itself.
I need to set it on hdaDefinition, and not on the hda itself.