When using LinkArmature node and generate agents, group objects are at expected places but proxies created for linked armatures are always at zero. There's no much information on it even in docs.
For example, Say, in LinkArmature node, following are input values
- Group Name : grpTest
- Rig Object : testArmature
- Constrain Bone : root
After generating agents, Objects and their positions are as follows :
- cm_grpTest.000 : (10, 0, 0)
- cm_grpTest.000_proxy : (0,0,0)
- cm_grpTest.001 : (-10,0,0)
- cm_grpTest.001_proxy : (0,0,0)
.....etc,.
Expected output is, Even proxies(cm_grpTest.XXX_proxy) should be at same position as groups (cm_grpTest.XXX)
When using LinkArmature node and generate agents, group objects are at expected places but proxies created for linked armatures are always at zero. There's no much information on it even in docs.
For example, Say, in LinkArmature node, following are input values
After generating agents, Objects and their positions are as follows :
.....etc,.
Expected output is, Even proxies(cm_grpTest.XXX_proxy) should be at same position as groups (cm_grpTest.XXX)