[BUG] Blender 2.76RC3 tree generator error #46393

Closed
opened 2015-10-06 14:59:39 +02:00 by alabd · 7 comments

Hi!
When I active prune in pruning option, produce this error in console and in blender:

Traceback (most recent call last):
  File "/usr/share/blender/2.76/scripts/addons/add_curve_sapling/__init__.py", line 558, in execute
    addTree(self)
  File "/usr/share/blender/2.76/scripts/addons/add_curve_sapling/utils.py", line 992, in addTree
    treeOb, windGust, windSpeed)
  File "/usr/share/blender/2.76/scripts/addons/add_curve_sapling/utils.py", line 528, in create_armature
    leafObj.vertex_groups[cp.parBone].add([v.index], 1.0, 'ADD')
KeyError: 'bpy_prop_collection[key]: key "bone001.000" not found'

location: <unknown location>:-1

location: <unknown location>:-1

Hi! When I active prune in pruning option, produce this error in console and in blender: ``` Traceback (most recent call last): File "/usr/share/blender/2.76/scripts/addons/add_curve_sapling/__init__.py", line 558, in execute addTree(self) File "/usr/share/blender/2.76/scripts/addons/add_curve_sapling/utils.py", line 992, in addTree treeOb, windGust, windSpeed) File "/usr/share/blender/2.76/scripts/addons/add_curve_sapling/utils.py", line 528, in create_armature leafObj.vertex_groups[cp.parBone].add([v.index], 1.0, 'ADD') KeyError: 'bpy_prop_collection[key]: key "bone001.000" not found' location: <unknown location>:-1 location: <unknown location>:-1 ```
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @alabd14313

Added subscriber: @alabd14313

Added subscriber: @mont29

Added subscriber: @mont29

Please follow our submission template and guidelines and make a complete, valid bug report, with required info, precise description of the issue, precise steps to reproduce it, small and simple .blend and/or other files to do so if needed, etc.

Please follow our submission template and guidelines and make a complete, valid bug report, with required info, precise description of the issue, precise steps to reproduce it, **small and simple** .blend and/or other files to do so if needed, etc.
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brendon Murphy self-assigned this 2015-10-13 12:03:25 +02:00
Member

hi, this is a current know limitation in the addon. armatures & pruning do not work together. This could be documented better. A new version of Sapling will replace the old version soon
& hopefully we can solve this issue then.
closing as archived.

hi, this is a current know limitation in the addon. armatures & pruning do not work together. This could be documented better. A new version of Sapling will replace the old version soon & hopefully we can solve this issue then. closing as archived.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#46393
No description provided.