Changeset View
Changeset View
Standalone View
Standalone View
rigify/legacy/rigs/pitchipoy/super_torso_turbo.py
| import bpy | import bpy | ||||
| from mathutils import Vector | from mathutils import Vector | ||||
| from ...utils import copy_bone, flip_bone, put_bone, org | from ...utils import copy_bone, put_bone, org | ||||
| from ...utils import strip_org, make_deformer_name, connected_children_names | from ...utils import strip_org, make_deformer_name, connected_children_names | ||||
| from ...utils import create_circle_widget, create_sphere_widget, create_widget | from ...utils import create_circle_widget, create_sphere_widget | ||||
| from ...utils import MetarigError, make_mechanism_name, create_cube_widget | from ...utils import MetarigError, make_mechanism_name, create_cube_widget | ||||
| from ....utils.mechanism import make_property | from ....utils.mechanism import make_property | ||||
| script = """ | script = """ | ||||
| controls = [%s] | controls = [%s] | ||||
| torso = '%s' | torso = '%s' | ||||
| ▲ Show 20 Lines • Show All 895 Lines • Show Last 20 Lines | |||||