Hello community, have been troubling with making a automatical method that would allow to apply object"A" shape to array of obects"" using information about it demensions and resizing each bone indivdualy.
Little introduction:
As shown in the image http://i.imgur.com/Fa7KL3q.png?2, using measure i had given xyz dimension of the object "A", then i'm looking at object "b" http://i.imgur.com/xLDn6mc.png?1(that acctualy should be in array of many obj), and by using values from its demension xyz http://i.imgur.com/8czYZTu.png?1, im assining those values to object "A", that giving me this result, http://i.imgur.com/2t4IcEw.png?1
The Whole problem of this method is that, i need to apply size changes by a main bone in hierahy like "bip01" , and dissabling other bones that correspond to different parts of the model, like gloves bones, leg bones, head bones, so only spine bones corresponding to that part of model would be sized to values that i needed, so i would like some little help in understanding which methods could be used for this task,
Task itself:
like - how in script mode, resolve Object's array - Dimensions values, and apply them to each copy of object "A" in array, using bone system , plus how to make an offset propertie for XYZ, so i could applie little changes to future objects.
Hope i cleared out what i had in mind, so please can someone help me.
thx!