├── .gitattributes ├── .gitignore ├── Armature_Deform.py ├── Collapse_shapekeys.py ├── Crowd_Sim_Presentation.zip ├── Reparent_weights ├── animation_to_path.py ├── auto_bonegroups.py ├── bbone_widgets.blend ├── bone_loc_link.py ├── create_empty_parent.py ├── multikey.py ├── quadruped.py ├── quadruped_2_78.py ├── random_index.py ├── recover_bone_names.py ├── rename_outputs_inputs.py ├── reset_length.py ├── spline_from_bones.py ├── texture_information.py └── vgroup_extension.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/.gitignore -------------------------------------------------------------------------------- /Armature_Deform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/Armature_Deform.py -------------------------------------------------------------------------------- /Collapse_shapekeys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/Collapse_shapekeys.py -------------------------------------------------------------------------------- /Crowd_Sim_Presentation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/Crowd_Sim_Presentation.zip -------------------------------------------------------------------------------- /Reparent_weights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/Reparent_weights -------------------------------------------------------------------------------- /animation_to_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/animation_to_path.py -------------------------------------------------------------------------------- /auto_bonegroups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/auto_bonegroups.py -------------------------------------------------------------------------------- /bbone_widgets.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/bbone_widgets.blend -------------------------------------------------------------------------------- /bone_loc_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/bone_loc_link.py -------------------------------------------------------------------------------- /create_empty_parent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/create_empty_parent.py -------------------------------------------------------------------------------- /multikey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/multikey.py -------------------------------------------------------------------------------- /quadruped.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/quadruped.py -------------------------------------------------------------------------------- /quadruped_2_78.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/quadruped_2_78.py -------------------------------------------------------------------------------- /random_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/random_index.py -------------------------------------------------------------------------------- /recover_bone_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/recover_bone_names.py -------------------------------------------------------------------------------- /rename_outputs_inputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/rename_outputs_inputs.py -------------------------------------------------------------------------------- /reset_length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/reset_length.py -------------------------------------------------------------------------------- /spline_from_bones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/spline_from_bones.py -------------------------------------------------------------------------------- /texture_information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/texture_information.py -------------------------------------------------------------------------------- /vgroup_extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snotnose/blender/HEAD/vgroup_extension.py --------------------------------------------------------------------------------