vertex groups extension #42655

Closed
opened 2014-11-20 00:49:12 +01:00 by Tal Hershkovich · 6 comments

vgroup_extension.py

A few more options for vertex group for optimizing workflow for realtime engines.

from MESH_MT_vertex_groups_specials in the layout

Remove empty vertex groups with a threshold property for minimum weight
Remove zero vertex also has a threshold property for the minimum weight
both are modified from a script I found around the forums (can't find the originial author again though)

find vertex groups not in armature is giving a feedback in the report of info header of which vertex groups are not included in the influencing armature of an object.

Display number of vertex groups in the info header layout

available also on https://github.com/snotnose/blender_rigging_scripts.git

[vgroup_extension.py](https://archive.blender.org/developer/F125040/vgroup_extension.py) A few more options for vertex group for optimizing workflow for realtime engines. from MESH_MT_vertex_groups_specials in the layout **Remove empty vertex groups** with a threshold property for minimum weight **Remove zero vertex** also has a threshold property for the minimum weight both are modified from a script I found around the forums (can't find the originial author again though) **find vertex groups not in armature** is giving a feedback in the report of info header of which vertex groups are not included in the influencing armature of an object. **Display number of vertex groups** in the info header layout available also on https://github.com/snotnose/blender_rigging_scripts.git

Changed status to: 'Open'

Changed status to: 'Open'
Tal Hershkovich self-assigned this 2014-11-20 00:49:12 +01:00

Added subscriber: @TalHershkovich

Added subscriber: @TalHershkovich

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

Added subscriber: @Psy-Fi

Added subscriber: @Psy-Fi

Hi, this is written as an add-on, you should add operators in C or in python but for core blender (see scripts in the source/release/scripts/startup/bl_operators directory for examples) if you want to include this in blender by default.

Hi, this is written as an add-on, you should add operators in C or in python but for core blender (see scripts in the source/release/scripts/startup/bl_operators directory for examples) if you want to include this in blender by default.

Hi, isn't it possible to add operators to external addons? I'm not sure if these operators are something that really should be in core blender.

Hi, isn't it possible to add operators to external addons? I'm not sure if these operators are something that really should be in core blender.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#42655
No description provided.