Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/collada/collada_utils.h
| Context not available. | |||||
| int use_connect; | int use_connect; | ||||
| bool has_custom_tail; | bool has_custom_tail; | ||||
| bool has_custom_roll; | bool has_custom_roll; | ||||
| char inherit_scale_mode; | |||||
gaiaclary: I am not sure but what about renaming to how the property is named in blender: 'inherit_scale' ? | |||||
| public: | public: | ||||
| BoneExtended(EditBone *aBone); | BoneExtended(EditBone *aBone); | ||||
| Context not available. | |||||
| void set_use_connect(int use_connect); | void set_use_connect(int use_connect); | ||||
| int get_use_connect(); | int get_use_connect(); | ||||
| void set_inherit_scale_mode(char mode); | |||||
| char get_inherit_scale_mode(); | |||||
gaiaclaryUnsubmitted Not Done Inline Actionssame as above: suggest to rename to set_inherit_scale() and get_inherit_scale() gaiaclary: same as above: suggest to rename to set_inherit_scale() and get_inherit_scale() | |||||
| }; | }; | ||||
| /* a map to store bone extension maps | /* a map to store bone extension maps | ||||
| Context not available. | |||||
I am not sure but what about renaming to how the property is named in blender: 'inherit_scale' ?
And wouldn't it be better to use an Enumeration here rather than a character?