blender/release/scripts/startup/bl_ui
Sergey Sharybin aa30e20272 Fix #31852: Sequencer duplicate cant move strips on Y axis in a meta
Issue was caused by some stuff happenign in wm_operator_finish() which uses
to somehow restore changes made by transformation invoke function.

Solved by not calling translation operator directly from duplication operator
(which is in fact really tricky) and use macros instead. This macros calls
duplication operator which simply duplicates strip, and then calls translation
operator.
2012-06-20 14:20:03 +00:00
..
__init__.py picky cleanup to use of bpy.types 2012-01-18 06:11:56 +00:00
properties_animviz.py Motion Paths Gui - Restoring a "Calculate" button to the Motion Paths panel 2012-05-23 03:36:03 +00:00
properties_data_armature.py Finish changes in up/down arrows for menus 2012-05-23 14:24:40 +00:00
properties_data_bone.py style cleanup 2012-06-19 22:17:19 +00:00
properties_data_camera.py Fisheye Camera for Cycles 2012-05-04 16:20:51 +00:00
properties_data_curve.py style cleanup 2012-06-19 22:17:19 +00:00
properties_data_empty.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_lamp.py Python UI Files: 2012-05-01 11:09:05 +00:00
properties_data_lattice.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_mesh.py Finish changes in up/down arrows for menus 2012-05-23 14:24:40 +00:00
properties_data_metaball.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_modifier.py style cleanup 2012-06-19 22:17:19 +00:00
properties_data_speaker.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_game.py BGE #30734: add support for physics linear and angular thresholds and deactivation time from python and GUI. 2012-05-29 20:30:33 +00:00
properties_material.py Finish changes in up/down arrows for menus 2012-05-23 14:24:40 +00:00
properties_object_constraint.py "Fix" for [#30704] Action Constraint mapping bug 2012-06-12 06:22:23 +00:00
properties_object.py style cleanup 2012-06-19 22:17:19 +00:00
properties_paint_common.py Code/UI cleanup: improvements for sculpt brush texture settings. 2012-05-15 04:50:47 +00:00
properties_particle.py Fix #31838: Console error with particle Child Simplification is enabled. 2012-06-18 12:29:44 +00:00
properties_physics_cloth.py Don't show physics properties in game engine conext 2012-06-08 15:24:28 +00:00
properties_physics_common.py Point Cache: allow baking external smoke caches. This needs to be cleaned up 2012-04-28 09:00:11 +00:00
properties_physics_dynamicpaint.py Don't show physics properties in game engine conext 2012-06-08 15:24:28 +00:00
properties_physics_field.py Remove "Use Root Coordinates" from the interface 2012-05-15 15:55:59 +00:00
properties_physics_fluid.py Don't show physics properties in game engine conext 2012-06-08 15:24:28 +00:00
properties_physics_smoke.py Don't show physics properties in game engine conext 2012-06-08 15:24:28 +00:00
properties_physics_softbody.py Don't show physics properties in game engine conext 2012-06-08 15:24:28 +00:00
properties_render.py style cleanup 2012-06-19 22:17:19 +00:00
properties_scene.py style cleanup 2012-06-19 22:17:19 +00:00
properties_texture.py Finish changes in up/down arrows for menus 2012-05-23 14:24:40 +00:00
properties_world.py 2.6 UI: 2012-03-10 20:30:05 +00:00
space_clip.py style cleanup 2012-06-19 22:17:19 +00:00
space_console.py patch [#31644] Py Console: Indent and unindent independent of cursor (aligned) [Tab / Shift + Tab / Ctrl + Tab] 2012-06-04 07:24:19 +00:00
space_dopesheet.py Restoring Group Colours for Animation Channels - Part 1 2012-05-24 01:25:31 +00:00
space_filebrowser.py RNA: 2011-11-07 16:26:53 +00:00
space_graph.py Restoring Group Colours for Animation Channels - Part 1 2012-05-24 01:25:31 +00:00
space_image.py mango request 2012-06-10 12:09:25 +00:00
space_info.py style cleanup 2012-06-19 22:17:19 +00:00
space_logic.py Fix #30132: "Add Game Property" works incorrect after "Add Text Game Property" 2012-02-12 10:23:06 +00:00
space_nla.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
space_node.py style cleanup 2012-06-19 22:17:19 +00:00
space_outliner.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_sequencer.py Fix #31852: Sequencer duplicate cant move strips on Y axis in a meta 2012-06-20 14:20:03 +00:00
space_text.py style cleanup: pep8 2012-05-15 18:50:51 +00:00
space_time.py style cleanup: pep8 2012-05-15 18:50:51 +00:00
space_userpref_keymap.py fix [#31712] User prefs Input: Filter searches for names starting with entered phrase only 2012-06-10 21:38:24 +00:00
space_userpref.py style cleanup 2012-06-19 22:17:19 +00:00
space_view3d_toolbar.py add back blending for vertex and weight paint modes, you may want to keep the one brush and switch blending options. 2012-06-20 09:34:26 +00:00
space_view3d.py removing from group now shows menu to select group to remove. 2012-06-20 14:13:22 +00:00