MantisBT - Bender
View Issue Details
0013636BenderArmatures modulepublic2012-11-01 13:592013-02-14 14:38
Julien Finet 
johan andruejol 
normaltextN/A
closedfixed 
 
0.10.1 
0013636: Fix Armatures panel errors
a) Retrieve distance from node:
https://github.com/vovythevov/Bender/commit/e145096205c91da629c1c375a9d2756964841c3e#commitcomment-2088630 [^]

b) Rename distance into length

c) Use enums instead of numbers
https://github.com/vovythevov/Bender/commit/e145096205c91da629c1c375a9d2756964841c3e#commitcomment-2088653 [^]

d) Factorize qSlicerArmaturesModuleWidgetPrivate::setCoordinatesFromBoneNode
https://github.com/vovythevov/Bender/commit/e145096205c91da629c1c375a9d2756964841c3e#commitcomment-2088667 [^]

e) Rename onXXX() methods
https://github.com/vovythevov/Bender/commit/e145096205c91da629c1c375a9d2756964841c3e#commitcomment-2088685 [^]

f) don't duplicate code in onTreeNodeSelected
https://github.com/vovythevov/Bender/commit/e145096205c91da629c1c375a9d2756964841c3e#commitcomment-2088697 [^]
No tags attached.
parent of 0013731closed johan andruejol Warnings in Armatures module 
child of 0013671closed Julien Finet Task 1.1) Develop an application for specifying rigging for a voxelized anatomical model. 
Issue History
2012-11-01 13:59Julien FinetNew Issue
2012-11-01 13:59Julien FinetStatusnew => assigned
2012-11-01 13:59Julien FinetAssigned To => johan andruejol
2012-11-02 16:56johan andruejolNote Added: 0031391
2012-11-02 17:12johan andruejolNote Added: 0031393
2012-11-09 13:37Julien FinetRelationship addedchild of 0013671
2012-11-09 13:52Julien FinetTarget Version => 0.1
2012-11-14 11:36johan andruejolNote Edited: 0031393bug_revision_view_page.php?bugnote_id=31393#r916
2012-11-14 11:36johan andruejolStatusassigned => resolved
2012-11-14 11:36johan andruejolResolutionopen => fixed
2012-11-23 14:46Julien FinetRelationship addedparent of 0013731
2013-01-17 17:53Julien FinetFixed in Version => 0.1
2013-02-14 14:38Julien FinetStatusresolved => closed

Notes
(0031391)
johan andruejol   
2012-11-02 16:56   
c) Use enums instead of numbers
https://github.com/vovythevov/Bender/commit/9c39420a9e8a658fd980feeaa63de4375b794d90 [^]

d) Factorize qSlicerArmaturesModuleWidgetPrivate::setCoordinatesFromBoneNode
https://github.com/vovythevov/Bender/commit/1c52d3b5085d08c98ac0b4244f308e7eec4ec35b [^]

e) Rename onXXX() methods
https://github.com/vovythevov/Bender/commit/b8d3780dd54d8c4944a94144541bb75ba0ae6900 [^]

f) don't duplicate code in onTreeNodeSelected
https://github.com/vovythevov/Bender/commit/b933c55b1d1ed626e6fbaaeab73bcd12ddf94af1 [^]
(0031393)
johan andruejol   
2012-11-02 17:12   
(edited on: 2012-11-14 11:36)
a) Retrieve distance from node:
 && b) Rename Distance in Length:

https://github.com/vovythevov/Bender/commit/ed1460c6dbfea42c26374a97973f8167c3c41d76 [^]