blender/release/scripts/startup/bl_ui
Joshua Leung 1788bc298c = Limit Distance Constraint - 'For Transform' Option =
The Limit Distance Constraint now has a "For Transform" option just
like all the other Limit constraints. This option controls whether the
constraint gets applied to interactive transforms in the 3D View too,
preventing controllers from getting large values without the animator
knowing.


Additional code changes:
* Split code to get constraint targets and grab their matrices for
solving out to a separate helper function:
get_constraint_targets_for_solving()
* Fixed a bug where "found constraint ...." prints would appear in the
console. Looks like some warning print that was forgotten

TODO:
* While coding this, I noticed potential division by zero bugs with
the Limit Distance constraint. Looking into these after this commit.
2011-05-24 12:12:12 +00:00
..
__init__.py added other addon category. 2011-05-17 09:13:14 +00:00
properties_animviz.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_armature.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_bone.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_camera.py camera composition guides: center, thirds, golden rule 2011-05-10 03:03:53 +00:00
properties_data_curve.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_empty.py patch [#21740] Image support for Empty Objects 2011-05-09 16:31:54 +00:00
properties_data_lamp.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_lattice.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_mesh.py Button for adding shape keys now creates shapes from base mesh instead of 2011-05-14 20:23:05 +00:00
properties_data_metaball.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_modifier.py rename wave texture_coordinate_object -> texture_coords_object to match Displace and Warp modifiers. 2011-05-16 05:50:04 +00:00
properties_game.py Related to bug #27004: there is now an option to disable color management for 2011-05-02 09:08:43 +00:00
properties_material.py Fix #27243: missing seed button for halo materials. 2011-05-02 08:56:53 +00:00
properties_object_constraint.py = Limit Distance Constraint - 'For Transform' Option = 2011-05-24 12:12:12 +00:00
properties_object.py Fixes related to using Library files: 2011-04-08 16:56:44 +00:00
properties_particle.py 2.5 Particle UI: 2011-05-20 17:08:09 +00:00
properties_physics_cloth.py =trunk= 2011-05-01 21:39:13 +00:00
properties_physics_common.py py api: bpy.data.is_dirty wasn't working like image is dirty, instead is would return if the file was saved or not. 2011-04-11 15:31:05 +00:00
properties_physics_field.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_physics_fluid.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_physics_smoke.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_physics_softbody.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_render.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_scene.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_texture.py fix [#27148] *Invalid Path* in all "operator presets" dropdowns 2011-05-02 17:29:30 +00:00
properties_world.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_console.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_dopesheet.py quiet warning & minor pep8 edits. 2011-04-04 22:42:43 +00:00
space_filebrowser.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_graph.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_image.py enable game panel even if the BGE is disabled since its settings effect the viewport. 2011-05-16 04:55:31 +00:00
space_info.py fix for help menu docs linking to the wrong page, created a redirect so 2.57 release doesn't get 404's. 2011-04-14 14:13:04 +00:00
space_logic.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_nla.py minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile for convenience. 2011-04-10 10:45:56 +00:00
space_node.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_outliner.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_sequencer.py [PATCH] == Sequencer == 2011-05-16 17:14:47 +00:00
space_text.py Fix #27319: Text editor "Find" does not locate words. 2011-05-07 17:52:44 +00:00
space_time.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_userpref_keymap.py py/ui edit: change InputKeyMapPanel to be a mix-in class only (not a subclass of Panel), it messes up re-registering panels. 2011-05-19 09:52:11 +00:00
space_userpref.py fix [#27459] Flymode moves parent 2011-05-23 02:53:30 +00:00
space_view3d_toolbar.py 2.5 Particle UI: 2011-05-20 17:08:09 +00:00
space_view3d.py == Animated Transforms to Deltas == 2011-05-24 11:15:21 +00:00