Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
absolute-quantum authored Nov 20, 2017
1 parent 0063375 commit ee1b70c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
root_bones = {}
root_bones_choices = {}

# 0.03 changes
# - Added: Bone root parenting script, useful for skirt/hair and other bones that need a parent bone root for dynamic bones
# - Added: Pack islands feature for auto atlas
# - Fixed: Auto atlas half height bug
# - Fixed: Experimental eye fix script error
# - Fixed: dropdown boxes now correctly order by A-Z
# - Changed: Auto atlas will now not error when mmd_tools is not present
# - Removed: vrc.v_ee from auto visemes (unneeded)

# updater ops import, all setup in this file
from . import addon_updater_ops

Expand Down Expand Up @@ -613,7 +604,7 @@ def execute(self, context):
# reset the root bone cache
root_bones_choices = {}

self.report({'INFO'}, 'Bone rooted!')
self.report({'INFO'}, 'Bones parented!')

return{'FINISHED'}

Expand Down

0 comments on commit ee1b70c

Please sign in to comment.