Blender/Obsolete scripts: Difference between revisions

m
+cat
m (Iritscen moved page Obsolete Blender Scripts to Blender/Obsolete scripts without leaving a redirect: belongs under "Blender")
m (+cat)
Line 1: Line 1:
{{fmbox
{{fmbox
   | text  = This page contains Blender scripts that have become obsolete - these will be stored here for legacy purposes.
   | text  = These Blender scripts have become obsolete, but are stored here for legacy purposes.
   }}
   }}
==BlenderOni scripts==
==BlenderOni scripts==
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.
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]]