Changeset View
Changeset View
Standalone View
Standalone View
space_view3d_copy_attributes.py
| Context not available. | |||||
| funk(bone, active, context) | funk(bone, active, context) | ||||
| # The following functions are used o copy attributes frome active to bone | # The following functions are used o copy attributes from active to bone | ||||
| def pLocLocExec(bone, active, context): | def pLocLocExec(bone, active, context): | ||||
| bone.location = active.location | bone.location = active.location | ||||
| Context not available. | |||||
| ('pose_drw', "Bone Shape", | ('pose_drw', "Bone Shape", | ||||
| "Copy Bone Shape from Active to Selected", pDrwExec), | "Copy Bone Shape from Active to Selected", pDrwExec), | ||||
| ('pose_lok', "Protected Transform", | ('pose_lok', "Protected Transform", | ||||
| "Copy Protected Tranforms from Active to Selected", pLokExec), | "Copy Protected Transforms from Active to Selected", pLokExec), | ||||
| ('pose_con', "Bone Constraints", | ('pose_con', "Bone Constraints", | ||||
| "Copy Object Constraints from Active to Selected", pConExec), | "Copy Object Constraints from Active to Selected", pConExec), | ||||
| ('pose_iks', "IK Limits", | ('pose_iks', "IK Limits", | ||||
| Context not available. | |||||
| # ('obj_log', "Logic Bricks", | # ('obj_log', "Logic Bricks", | ||||
| # "Copy Logic Bricks from Active to Selected"), | # "Copy Logic Bricks from Active to Selected"), | ||||
| ('obj_lok', "Protected Transform", | ('obj_lok', "Protected Transform", | ||||
| "Copy Protected Tranforms from Active to Selected", obLok), | "Copy Protected Transforms from Active to Selected", obLok), | ||||
| ('obj_con', "Object Constraints", | ('obj_con', "Object Constraints", | ||||
| "Copy Object Constraints from Active to Selected", obCon), | "Copy Object Constraints from Active to Selected", obCon), | ||||
| # ('obj_nla', "NLA Strips", | # ('obj_nla', "NLA Strips", | ||||
| Context not available. | |||||
| # ('obj_tex', "Texture Space", | # ('obj_tex', "Texture Space", | ||||
| # "Copy Texture Space from Active to Selected", obTex), | # "Copy Texture Space from Active to Selected", obTex), | ||||
| # ('obj_sub', "Subsurf Settings", | # ('obj_sub', "Subsurf Settings", | ||||
| # "Copy Subsurf Setings from Active to Selected"), | # "Copy Subsurf Settings from Active to Selected"), | ||||
| # ('obj_smo', "AutoSmooth", | # ('obj_smo', "AutoSmooth", | ||||
| # "Copy AutoSmooth from Active to Selected"), | # "Copy AutoSmooth from Active to Selected"), | ||||
| ('obj_idx', "Pass Index", | ('obj_idx', "Pass Index", | ||||
| Context not available. | |||||