blender/release/scripts/ui
Joshua Leung 334a80a4f8 Spline IK Experimental Features:
1) "Even Divisions" - This option ignores the length of bones when considering how they should fit along the curve. This is useful for getting a smoother curve fit without having to worry about getting the bone lengths spot on. By default, this is disabled.

2) "Keep Max Length" - This option prevents the bone chain from extending past its natural length when the spline is stretched beyond that length. When the spline length is substatially shorter though, this bones get scaled to zero; making this option possibly useful for doing "growing tips". 
This is essentially a 'no scale' option, although the behaviour when the curve is shorter is really a compromise since the curve cannot be accurately satisfied + left intact without some scaling being applied due to the way this works.

3) "Radius to Thickness" - The average radius of the spline between at the head+tail of each bone determines the x+z scaling of the bone.
2009-11-02 10:04:37 +00:00
..
properties_data_armature.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_bone.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_camera.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_curve.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_empty.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_lamp.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_lattice.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_mesh.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_metaball.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_modifier.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_data_text.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_game.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_material.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_object_constraint.py Spline IK Experimental Features: 2009-11-02 10:04:37 +00:00
properties_object.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_particle.py add_mesh_torus now passes the pep8 test 2009-11-01 18:07:35 +00:00
properties_physics_cloth.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_physics_common.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_physics_field.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_physics_fluid.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_physics_smoke.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_physics_softbody.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_render.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_scene.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
properties_texture.py Added back texture filter/minimum settings to image texture properties 2009-11-02 09:31:55 +00:00
properties_world.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_buttons.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_console.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_filebrowser.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_image.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_info.py Added proper icon for full screen mode. Would be nice to have this button eventually be right-aligned. 2009-11-01 18:05:01 +00:00
space_logic.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_node.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_outliner.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_sequencer.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_text.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_time.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_userpref.py make python operator instances subclasses of the wmOperator when called. 2009-11-02 08:32:00 +00:00
space_view3d_toolbar.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
space_view3d.py make python operator instances subclasses of the wmOperator when called. 2009-11-02 08:32:00 +00:00