19,279
edits
m (Iritscen moved page Obsolete Blender Scripts to Blender/Obsolete scripts without leaving a redirect: belongs under "Blender") |
m (clearer section name) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{fmbox | {{fmbox | ||
| text = | | text = These Blender scripts have become obsolete, but are stored here for legacy purposes. | ||
}} | }} | ||
==BlenderOni | ==Now in BlenderOni== | ||
These scripts were used to significantly improve ergonomics and useability (or rather, allow any) of the [[Using_the_Rigify_animation_rig|Rigify rig | These scripts were used to significantly improve ergonomics and useability (or rather, allow any) of the [[Using_the_Rigify_animation_rig|Rigify rig]]. These scripts, although useable, are now obsolete with the introduction of the BlenderOni plugin, which is essentially these scripts wrapped in a GUI, albeit with some functionality refactored. | ||
===Script for baking quaternion keyframes=== | ===Script for baking quaternion keyframes=== | ||
This script keyframes the rotation in Quaternions for every selected object, for every frame in the specified range. Used to fix issues caused by gimbal lock. | This script keyframes the rotation in Quaternions for every selected object, for every frame in the specified range. Used to fix issues caused by gimbal lock. | ||
Line 251: | Line 252: | ||
bpy.ops.pose.visual_transform_apply() | bpy.ops.pose.visual_transform_apply() | ||
bpy.ops.anim.keyframe_insert_menu(type='BUILTIN_KSI_LocRot')</pre> | bpy.ops.anim.keyframe_insert_menu(type='BUILTIN_KSI_LocRot')</pre> | ||
[[Category:Modding tutorials]] |