blender/release/scripts/startup/bl_ui
Lukas Tönne 7f219137cf Disable scope updates in texture and image paint modes.
Scope update is very slow for high resolutions, and currently blocks
the UI thread(!). This is especially terrible in paint modes, where
each stroke causes a scope update and unacceptable freezing.

The scopes update method tries to avoid this somewhat by skipping if the
toolbar is disabled, but this doesn't help when painting where brush
tools etc. are frequently needed. It's also a bad-level poll, with the
core system accessing a UI element.

Eventually scope updates should become a low-priority background job,
as well as becoming threaded. Until then this polling provides a usable
workaround to the most outrageous cases.
2015-01-20 09:30:09 +01:00
..
__init__.py Refactor 'immediate search' feature 2014-12-25 12:55:29 +01:00
properties_animviz.py Bugfix [#32754] Clear Motion paths button not available on Motion paths panel 2012-10-04 11:05:48 +00:00
properties_constraint.py Pataz-Gooseberry Request: Limits on Volume Preservation for Spline IK 2015-01-13 18:06:53 +13:00
properties_data_armature.py Disable color editing for bone group color sets unless custom colors is 2014-10-15 13:54:21 +02:00
properties_data_bone.py Fix wrong interface flags combination in inverse kinematics panel 2014-07-18 15:14:52 +06:00
properties_data_camera.py Viewport: Add adjustable safe areas, 3d-view & VSE 2015-01-19 16:47:57 +11:00
properties_data_curve.py Fix T40941: Bevel factor in Text 2014-07-04 15:12:20 +06:00
properties_data_empty.py Fix T41507: Empty prevents image deletion 2014-08-21 17:05:47 +10:00
properties_data_lamp.py Fix T40885: "Reset Curve" is backwards on Custom Falloff Curves (Lights). 2014-06-30 16:23:47 +02:00
properties_data_lattice.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_mesh.py Remove slurph shape-key feature 2015-01-07 02:06:37 +11: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 Transfer data: add modifier. 2015-01-10 00:04:43 +01:00
properties_data_speaker.py style cleanup 2012-07-29 12:07:06 +00:00
properties_freestyle.py Revert "Freestyle: Built-in SVG exporter." 2014-10-19 19:10:32 +02:00
properties_game.py Code cleanup: Game Engine related panels belong into properties_game.py. 2013-12-18 07:35:05 +01:00
properties_grease_pencil_common.py Add GPencil Copy/Paste to secondary pie + toolshelf 2015-01-01 12:50:00 +13:00
properties_mask_common.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
properties_material.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
properties_object.py Cleanup: pep8 2014-09-17 18:36:17 +10:00
properties_paint_common.py Fix issue in separate rake control commit: 2014-12-30 18:07:12 +01:00
properties_particle.py Curve-based control for "roughness" (noise displacement) of child hair. 2015-01-20 09:30:09 +01:00
properties_physics_cloth.py UI: Fix Cloth panel after 28936a415076, was too large and looked bad. 2014-02-06 21:45:59 +01:00
properties_physics_common.py Interface / PointCache: Remove name fields here as well, not needed anymore due to direct rename in uiList. 2013-12-13 10:20:35 +01:00
properties_physics_dynamicpaint.py Code cleanup: style 2014-04-03 09:24:09 +11:00
properties_physics_field.py Google Summer of Code project: "Smoke Simulator Improvements & Fire". 2012-10-10 13:18:07 +00:00
properties_physics_fluid.py Followup to r59434 : py UI scripts edits. 2013-08-23 20:41:21 +00:00
properties_physics_rigidbody_constraint.py Followup to r59434 : py UI scripts edits. 2013-08-23 20:41:21 +00:00
properties_physics_rigidbody.py Rigidbody: Allow triangle mesh shapes to deform during simulation 2013-12-26 18:38:06 +01:00
properties_physics_smoke.py Followup to r59434 : py UI scripts edits. 2013-08-23 20:41:21 +00:00
properties_physics_softbody.py UI: Fix more double ":" in UI labels 2014-03-27 07:15:08 +04:00
properties_render_layer.py Review for the gsoc UI cleanup for the BGE 2015-01-15 10:47:02 +01:00
properties_render.py Implement Start Resolution for preview render in BI 2014-07-09 19:55:40 +06:00
properties_scene.py Review for the gsoc UI cleanup for the BGE 2015-01-15 10:47:02 +01:00
properties_texture.py Support for various data properties of the hair grid in the voxel 2015-01-20 09:29:21 +01:00
properties_world.py Cleanup, since we don't put Cycles compat into regular bl_ui files. ;) 2014-10-17 21:07:21 +02:00
space_clip.py Gray out keyframe selection option when modal solver is used 2014-12-04 20:09:51 +05:00
space_console.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_dopesheet.py Gooseberry animation request: Paste flipped pose in action 2015-01-09 12:16:58 +01:00
space_filebrowser.py FileBrowser: minor tweak/UI consistency: add 'viewzoom' icon to search field. 2015-01-13 16:43:55 +01:00
space_graph.py Gooseberry animation request: Paste flipped pose in action 2015-01-09 12:16:58 +01:00
space_image.py Disable scope updates in texture and image paint modes. 2015-01-20 09:30:09 +01:00
space_info.py Second try to fix missing previews of mat/tex/etc. in .blend files. 2015-01-12 15:13:46 +01:00
space_logic.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_nla.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_node.py Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch) 2014-12-01 01:52:06 +13:00
space_outliner.py RNA/API: name outliner sort option like UIList 2015-01-19 14:22:02 +11:00
space_properties.py UI: Replace +/- menus with collapsible ones 2014-01-27 18:42:11 +11:00
space_sequencer.py Viewport: Add adjustable safe areas, 3d-view & VSE 2015-01-19 16:47:57 +11:00
space_text.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_time.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_userpref.py Cleanup: Minor edits to widget emboss code 2014-12-08 00:38:36 +01:00
space_view3d_toolbar.py New hair editing feature "Shape Cut", for cutting hair based on a mesh 2015-01-20 09:30:04 +01:00
space_view3d.py UI: Eyedropper for view-depth 2015-01-14 08:46:55 +11:00