blender/release/scripts/ui
Campbell Barton 77476b294f Experimental option to allow moving the mouse outside the view, "Continuous Grab" in the user-prefs.
- Useful for dragging buttons to the far right when theyd otherwise hit the screen edge.
- Useful for transform though probably NOT what you want when using the transform manipulator (should make an option).
- When enabled, number buttons use this as well as a different conversion of mouse movement
  float numbuts: mouse 1px == 1-clickstep
  int numbuts: 2px == 1 (tried 1:1 but its too jitter prone)

details...
- access as an option to GHOST_SetCursorGrab(grab, warp)
- Currently all operators that grab use this, could be made an operator flag
- only Ghost/X11 supported currently
2009-10-07 07:11:10 +00:00
..
buttons_data_armature.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_bone.py UI tweaks 2009-10-03 11:19:14 +00:00
buttons_data_camera.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_curve.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_empty.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_lamp.py UI tweaks 2009-10-03 11:19:14 +00:00
buttons_data_lattice.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_mesh.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_metaball.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_modifier.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_text.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_game.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_material.py mistake in last commit 2009-10-06 20:00:23 +00:00
buttons_object_constraint.py Move Inverse Kinematics panel to Constraint context. Make iTaSC parameter panel more readable. 2009-10-02 07:20:07 +00:00
buttons_object.py UI tweaks 2009-10-03 11:19:14 +00:00
buttons_particle.py General particle bug fixes + few small goodies 2009-10-05 13:25:56 +00:00
buttons_physics_cloth.py Unified effector functionality for particles, cloth and softbody 2009-09-30 22:10:14 +00:00
buttons_physics_common.py General particle bug fixes + few small goodies 2009-10-05 13:25:56 +00:00
buttons_physics_field.py Fixed [#19506] Missing buttons : Curve Guide. 2009-10-02 20:15:25 +00:00
buttons_physics_fluid.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_physics_smoke.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_physics_softbody.py Unified effector functionality for particles, cloth and softbody 2009-09-30 22:10:14 +00:00
buttons_scene.py svn merge -r 23528:23646 https://svn.blender.org/svnroot/bf-blender/trunk/blender 2009-10-06 01:58:22 +00:00
buttons_texture.py Fixed [#19539] Texture > RGB Factor property doesn't appear in the UI 2009-10-05 15:59:12 +00:00
buttons_world.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_buttons.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_console.py Added "scripts/modules" as permanent module search path. 2009-09-28 04:29:01 +00:00
space_filebrowser.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_image.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_info.py Keying Sets UI: 2009-10-03 04:21:38 +00:00
space_logic.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_node.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_outliner.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_sequencer.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_text.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_time.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_userpref.py Experimental option to allow moving the mouse outside the view, "Continuous Grab" in the user-prefs. 2009-10-07 07:11:10 +00:00
space_view3d_toolbar.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_view3d.py * missed this in last commit 2009-10-06 04:37:01 +00:00