blender/release/scripts/startup/bl_ui
Bastien Montagne 207f2137dd Fix T68789: Do not use new python format strings thingy in UI code.
This is 100% incompatible with translation...
2019-08-20 17:48:32 +02:00
..
__init__.py User Preferences: Added "Enabled add-ons only" preference 2019-08-16 15:02:09 +02:00
properties_animviz.py Cleanup: mark unused arguments in UI scripts 2019-04-19 07:32:24 +02:00
properties_constraint.py Remove Sticky option from the Floor constraint 2019-06-28 15:03:24 +02:00
properties_data_armature.py Fix T65393: Error live editing UI scripts 2019-06-11 16:08:32 +10:00
properties_data_bone.py UI: Fix wrong properties being grayed out 2019-08-13 15:47:03 +02:00
properties_data_camera.py Cleanup: pep8 2019-05-22 00:59:43 +10:00
properties_data_curve.py Fix (unreported) UI: useless setting shown for Text data-blocks. 2019-07-08 22:48:17 +02:00
properties_data_empty.py Cleanup: pep8 2019-05-22 00:59:43 +10:00
properties_data_gpencil.py Fix T66300: GPencil layer context menu not working in topbar layer popover 2019-07-01 13:24:41 +02:00
properties_data_lattice.py UI: rename "OpenGL" render engine to "Workbench". 2018-11-26 19:05:37 +01:00
properties_data_light.py Lights: change sun light size to be specified as angle 2019-05-15 16:07:50 +02:00
properties_data_lightprobe.py Cleanup: unused imports 2019-03-14 15:34:14 +11:00
properties_data_mesh.py OpenVDB: Voxel Remesher 2019-08-14 18:58:19 +02:00
properties_data_metaball.py UI: More descriptive labels for Metaball panel. 2019-02-11 15:46:09 +01:00
properties_data_modifier.py GPencil: Add new Distance property to Simplify modifier 2019-08-10 17:16:12 +02:00
properties_data_shaderfx.py Cleanup: remove redundant poll functions 2019-04-19 08:13:56 +02:00
properties_data_speaker.py UI: rename "OpenGL" render engine to "Workbench". 2018-11-26 19:05:37 +01:00
properties_freestyle.py UI: add Panel.bl_order property to control order of panels for add-ons 2019-05-19 11:33:27 +02:00
properties_grease_pencil_common.py Fix T67591: Gpencil reorganize Edit Menu 2019-08-09 17:39:34 +02:00
properties_mask_common.py Fix T66517: Clip editor doesn't respect the 2D cursor 2019-07-08 11:46:40 +02:00
properties_material_gpencil.py GPencil: Add "Self Overlap" parameter to materials to disable Stencil 2019-08-09 11:37:02 +02:00
properties_material.py Add operator for removing unused material slots 2019-07-31 12:08:18 -07:00
properties_object.py Fix T65670: bone envelope head radius missing from transform panel 2019-08-13 18:20:05 +10:00
properties_output.py FFmpeg: Added writing of WebM containers 2019-07-31 11:28:38 +02:00
properties_paint_common.py Fix T68802: Paint brush's Fill Threshold option is lost 2019-08-19 14:25:55 +02:00
properties_particle.py Fix T68227: Pinning the particles system data-block causes error 2019-08-06 15:31:49 +02:00
properties_physics_cloth.py UI: Use Plural Panel Names 2019-06-30 15:51:01 -04:00
properties_physics_common.py Spelling fixes in comments and descriptions, patch by luzpaz 2019-07-31 14:27:35 +02:00
properties_physics_dynamicpaint.py Cleanup: use trailing commas for multi-line arguments 2019-06-21 08:36:03 +10:00
properties_physics_field.py Fix T65393: Error live editing UI scripts 2019-06-11 16:08:32 +10:00
properties_physics_fluid.py Cleanup: use staticmethod where appropriate 2019-04-19 07:51:14 +02:00
properties_physics_rigidbody_constraint.py Cleanup: redundant static set use 2019-06-22 11:08:12 +10:00
properties_physics_rigidbody.py Cleanup: unused imports 2019-03-14 15:34:14 +11:00
properties_physics_smoke.py Fix T65393: Error live editing UI scripts 2019-06-11 16:08:32 +10:00
properties_physics_softbody.py Fix T65393: Error live editing UI scripts 2019-06-11 16:08:32 +10:00
properties_render.py UI: Make Panel Name Plural 2019-06-29 11:35:30 -04:00
properties_scene.py Fix T65393: Error live editing UI scripts 2019-06-11 16:08:32 +10:00
properties_texture.py Fix T65393: Error live editing UI scripts 2019-06-11 16:08:32 +10:00
properties_view_layer.py UI: Open 'Passes' panel by default in EEVEE. 2019-05-02 14:37:43 +02:00
properties_workspace.py Fix T66493: Enable Add-on name not showing in favorites 2019-07-07 14:17:33 +10:00
properties_world.py UI: add Panel.bl_order property to control order of panels for add-ons 2019-05-19 11:33:27 +02:00
space_clip.py Cleanup: remove underscore prefix for used vars 2019-08-05 12:47:55 +10:00
space_console.py UI: Add initial context menus for Info and Console editors 2019-08-10 11:35:16 +02:00
space_dopesheet.py UI: rename Border to Box Select 2019-08-06 16:10:48 +10:00
space_filebrowser.py Fix T65770: File Browser missing "Sidebar" in View menu 2019-06-20 14:49:55 +10:00
space_graph.py UI: rename Border to Box Select 2019-08-06 16:10:48 +10:00
space_image.py Fix T68789: Do not use new python format strings thingy in UI code. 2019-08-20 17:48:32 +02:00
space_info.py UI: Add initial context menus for Info and Console editors 2019-08-10 11:35:16 +02:00
space_nla.py UI: rename Border to Box Select 2019-08-06 16:10:48 +10:00
space_node.py Fix running space_node directly 2019-08-12 22:54:17 +10:00
space_outliner.py Outliner: Synced selection and active element highlighting 2019-08-16 12:30:53 -06:00
space_properties.py UI: remove redundant row for header template 2019-04-21 04:50:47 +10:00
space_sequencer.py Fix T68789: Do not use new python format strings thingy in UI code. 2019-08-20 17:48:32 +02:00
space_statusbar.py Cleanup: unused imports 2019-03-14 15:34:14 +11:00
space_text.py Text editor: syntax highlighting + line numbers on by default 2019-08-14 16:59:37 +02:00
space_time.py Cleanup: use staticmethod where appropriate 2019-04-19 07:51:14 +02:00
space_toolsystem_common.py Fix T66731: Translated texts remain original english (Tools' tips part). 2019-08-02 16:20:06 +02:00
space_toolsystem_toolbar.py Fix T68723: GPencil - Split Select mode for Sculpt and Edit mode 2019-08-17 16:26:46 +02:00
space_topbar.py UI: add URL presets 2019-08-20 23:44:18 +10:00
space_userpref.py UI: add URL presets 2019-08-20 23:44:18 +10:00
space_view3d_toolbar.py OpenVDB: Voxel Remesher 2019-08-14 18:58:19 +02:00
space_view3d.py View3D Grid: fix imperial grid drawing 2019-08-19 12:05:57 -03:00
utils.py UI: rename PresetMenu to PresetPanel, move to bl_ui.utils 2019-03-13 13:32:10 +11:00