blender/release/scripts/startup/bl_ui
Antonioya 18f1175940 GP: Add new Userprefs parameter to reverse layer list
This allows to configure the system as any other 2D software with the layers in a Top/Down order.
2018-10-11 18:30:10 +02:00
..
__init__.py Workspaces: switch object mode when switching workspaces. 2018-08-30 16:10:03 +02:00
properties_animviz.py UI: use property split for motion paths 2018-09-11 16:52:18 +10:00
properties_constraint.py Shrinkwrap Constraint: implement projection features from the modifier. 2018-10-01 15:47:03 +03:00
properties_data_armature.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_data_bone.py Move B-Bone custom handle settings to Edit mode. 2018-10-04 19:55:44 +03:00
properties_data_camera.py UI: update camera background images panel layout. 2018-09-27 14:14:05 +02:00
properties_data_curve.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_data_empty.py Cleanup: unused variables 2018-09-11 18:15:55 +10:00
properties_data_gpencil.py GP: Minor changes to canvas panel 2018-10-09 17:45:51 +02:00
properties_data_lattice.py RNA: UILayout.split(..) 'percentage' to 'factor' 2018-08-28 12:50:11 +10:00
properties_data_light.py Render: add "OpenGL" render engine. 2018-07-17 16:46:09 +02:00
properties_data_lightprobe.py Cleanup: unused variables 2018-09-11 18:15:55 +10:00
properties_data_mesh.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_data_metaball.py Merge branch 'master' into blender2.8 2018-09-26 10:28:23 +10:00
properties_data_modifier.py Shrinkwrap Constraint: implement projection features from the modifier. 2018-10-01 15:47:03 +03:00
properties_data_shaderfx.py GP: New Glow Shader FX (wip) 2018-10-10 23:00:56 +02:00
properties_data_speaker.py RNA: UILayout.split(..) 'percentage' to 'factor' 2018-08-28 12:50:11 +10:00
properties_freestyle.py Cleanup: prefer parenthesis over breaking lines 2018-10-10 11:21:30 +11:00
properties_grease_pencil_common.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_mask_common.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_material_gpencil.py Fix material properties Python error when there is no active object. 2018-10-10 15:09:12 +02:00
properties_material.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_object.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_paint_common.py Fix painting clone ui/rna not working 2018-09-28 16:34:12 -03:00
properties_particle.py Cleanup: prefer parenthesis over breaking lines 2018-10-10 11:21:30 +11:00
properties_physics_cloth.py Cloth: Collision improvements 2018-09-26 17:49:40 +02:00
properties_physics_common.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_physics_dynamicpaint.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_physics_field.py Cloth: Collision improvements 2018-09-26 17:49:40 +02:00
properties_physics_fluid.py UI: text keyword argument to label 2018-08-28 12:34:51 +10:00
properties_physics_rigidbody_constraint.py Physics Rigid Body: Use Single Column and Grid Flow layout 2018-08-17 12:05:35 +02:00
properties_physics_rigidbody.py UI: text keyword argument to label 2018-08-28 12:34:51 +10:00
properties_physics_smoke.py UI / Python: rename X-Ray to In Front, Draw to Display. 2018-09-06 13:26:46 +02:00
properties_physics_softbody.py UI: remove hack to align search properties 2018-08-24 11:55:49 +10:00
properties_render.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_scene.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
properties_texture.py Cleanup: overly polite/rude messages 2018-09-04 18:45:17 +10:00
properties_view_layer.py Cleanup: unused variables 2018-09-11 18:15:55 +10:00
properties_workspace.py Workspaces: switch object mode when switching workspaces. 2018-08-30 16:10:03 +02:00
properties_world.py Render: add "OpenGL" render engine. 2018-07-17 16:46:09 +02:00
space_clip.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
space_console.py UI: View menu area operators now in submenu 2018-05-24 18:35:19 +02:00
space_dopesheet.py UI: layout tweaks for headers. 2018-10-08 19:46:00 +02:00
space_filebrowser.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
space_graph.py UI: layout tweaks for headers. 2018-10-08 19:46:00 +02:00
space_image.py UI: layout tweaks for headers. 2018-10-08 19:46:00 +02:00
space_info.py WM: Remove Screen Cast 2018-06-28 23:40:51 +02:00
space_nla.py UI: rename Border Select -> Box Select 2018-10-05 10:29:31 +10:00
space_node.py UI: layout tweaks for headers. 2018-10-08 19:46:00 +02:00
space_outliner.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
space_properties.py UI: remove tools space type, use properties context 2018-06-08 16:35:05 +02:00
space_sequencer.py UI: layout tweaks for headers. 2018-10-08 19:46:00 +02:00
space_statusbar.py UI: move messages and running jobs to top bar. 2018-09-28 11:05:04 +02:00
space_text.py Fix space text script - keyboard for labels 2018-08-28 10:17:58 -03:00
space_time.py UI: rename Translate/Grab to Move in UI, shortcuts stay the same. 2018-09-06 12:22:09 +02:00
space_toolsystem_common.py Keymap: expose tool keymaps in the preferences 2018-10-03 15:55:57 +10:00
space_toolsystem_toolbar.py Cleanup: naming 2018-10-10 11:12:41 +11:00
space_topbar.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
space_userpref.py GP: Add new Userprefs parameter to reverse layer list 2018-10-11 18:30:10 +02:00
space_view3d_toolbar.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
space_view3d.py Cleanup: prefer parenthesis over breaking lines 2018-10-10 11:21:30 +11:00