MantisBT - Bender
View Issue Details
0013916BenderWeight Modulespublic2013-02-13 16:312013-05-13 17:58
Julien Finet 
johan andruejol 
lowfeatureN/A
assignedopen 
1.0 
1.1 
0013916: Improve ArmatureBones and ArmatureWeight stability
a) Don't hardcode labelmap values (e.g. 0 = air...)
b) BodyPartition as a uchar volume works only if there is no more than 256 bones. Select the scalar type based on the number of bones (UCHAR, USHORT, UINT(, ULONG))
c) Don't compute the statistics if not in debug mode
they take time for not really useful information.
d) Add XML parameter to optionally require the BonesPartition to be generated in addition to BodyPartition
e) ArmatureWeight could optionally take a BodyPartition, and if not, compute it from BodyPartition
f) ArmatureWeight should have an option to use envelopes or not.
No tags attached.
related to 0013856assigned Julien Finet Cleanup ArmatureWeight module 
child of 0013873closed johan andruejol Split the Armature Weight CLI in two. 
Issue History
2013-02-13 16:31Julien FinetNew Issue
2013-02-13 16:31Julien FinetStatusnew => assigned
2013-02-13 16:31Julien FinetAssigned To => johan andruejol
2013-02-14 09:19Julien FinetSummaryImprove BonePartition stability => Improve ArmatureBones and ArmatureWeight stability
2013-02-14 09:19Julien FinetDescription Updatedbug_revision_view_page.php?rev_id=1033#r1033
2013-02-14 10:49Julien FinetRelationship addedchild of 0013873
2013-03-04 08:39Julien FinetTarget Version => 2.0
2013-04-02 19:36Julien FinetTarget Version2.0 => 1.1
2013-04-02 19:37Julien FinetRelationship addedrelated to 0013856
2013-05-13 17:58johan andruejolNote Added: 0033033

Notes
(0033033)
johan andruejol   
2013-05-13 17:58   
A) Don't hardcode label values:
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=commit;h=062f0053e0751a392e44c0d8dafa4096a0664032 [^]