11 September 2015 16:24
I have two json files loaded dynamically, each containing a number of objects parented to an armature.
Manipulating and add constraints the objects of the firstly loaded json file work fine.
The objects from the secondly loaded file can be moved around by API calls and constrained successfully by
against each other.
But when I use
(which I need to use to append objects to other objects of this file) the objects get snug to some center point of this group of objects. There's no way for me to get around this ![loudly-crying]()
It seems that all objects are dynamic and parented in the same way to a single bone of their armature.
Before real armature API handling comes down the road I need a way to work around this, Please?
Manipulating and add constraints the objects of the firstly loaded json file work fine.
The objects from the secondly loaded file can be moved around by API calls and constrained successfully by
append_copy_trans()
But when I use
append_stiff_trans_rot()

It seems that all objects are dynamic and parented in the same way to a single bone of their armature.
Before real armature API handling comes down the road I need a way to work around this, Please?