APEX manual rigging geometry missing in animate state
1876 5 2- cmoss
- Member
- 11 posts
- Joined: 4月 2016
- Online
While trying to follow the docs on APEX manual rigging, I can't get the geometry to show up when the APEX scene animate SOP is selected.
Here is the scene view with scene add character selected:
and when in the animate state the geo disappears:
Here is the network:
The pack folder has the correct names that are referenced in the graph:
APEX graph:
Anyone have any ideas why the geo is missing? Is this a bug, or am I missing something?
Here is the scene view with scene add character selected:
and when in the animate state the geo disappears:
Here is the network:
The pack folder has the correct names that are referenced in the graph:
APEX graph:
Anyone have any ideas why the geo is missing? Is this a bug, or am I missing something?
Edited by cmoss - 2023年11月11日 13:20:35
- edward
- Member
- 7871 posts
- Joined: 7月 2005
- Offline
- cmoss
- Member
- 11 posts
- Joined: 4月 2016
- Online
- willh
- Member
- 134 posts
- Joined: 12月 2006
- Offline
- thePaul
- Member
- 1 posts
- Joined: 12月 2005
- Offline
Hi cmoss, I assume you are trying to rebuild the rig from the APEX graph Houdini Help.
I had a totally different set of problems most of them related to the reference position
workflow willh mentioned. I changed your APEX graph just a bit to make your setup work.
1. the bonedeform takes the shp as the first entry, second is the ref pose of the skel, third deformed skel
2. the names of the inputs of the pointTransform node need to be named after the points there deforming - point_0, point_1 ...
After this two small changes you setup works, which is kind of strange in my understanding (which is limited) we need
to name the parms node inputs like the skel points - point_0_r for rotation of point_0 BUT Your naming t, r, t0, r0 is working !?
Regards,
Paul
I had a totally different set of problems most of them related to the reference position
workflow willh mentioned. I changed your APEX graph just a bit to make your setup work.
1. the bonedeform takes the shp as the first entry, second is the ref pose of the skel, third deformed skel
2. the names of the inputs of the pointTransform node need to be named after the points there deforming - point_0, point_1 ...
After this two small changes you setup works, which is kind of strange in my understanding (which is limited) we need
to name the parms node inputs like the skel points - point_0_r for rotation of point_0 BUT Your naming t, r, t0, r0 is working !?
Regards,
Paul
- cmoss
- Member
- 11 posts
- Joined: 4月 2016
- Online
Thanks willh, but I was trying to figure this out without using any of the autorig components, and manually setting it up. There is a script you can run from the graph "Update Rest Transforms From Skeleton" that will update those rest transforms.
I did figure out what I was doing wrong after looking at the docs a little more closely.
First, I didn't have the subport names of the SetPointTransforms node matching the joint names of the skeleton as they should. They don't automatically get named correctly when you attach them to the TransformObject.
Second, I had incorrect inputs in the bonedeform node. Base.shp needs to go into geoinput0, and base.skel goes to geoinput1. I had them swapped because that's what the image in the docs appears to show:
I think the way these wires lining up vertically make it hard to tell what is plugged into what in the docs.
I did figure out what I was doing wrong after looking at the docs a little more closely.
First, I didn't have the subport names of the SetPointTransforms node matching the joint names of the skeleton as they should. They don't automatically get named correctly when you attach them to the TransformObject.
Second, I had incorrect inputs in the bonedeform node. Base.shp needs to go into geoinput0, and base.skel goes to geoinput1. I had them swapped because that's what the image in the docs appears to show:
I think the way these wires lining up vertically make it hard to tell what is plugged into what in the docs.
Edited by cmoss - 2023年11月12日 16:38:00
-
- Quick Links