blender/release/scripts/ui
2010-09-01 02:25:49 +00:00
..
properties_animviz.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_armature_rigify.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_armature.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_bone.py fix some errors in rigify caused by recent api changes 2010-08-27 00:05:00 +00:00
properties_data_camera.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_curve.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_empty.py poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases. 2010-08-09 01:37:09 +00:00
properties_data_lamp.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_lattice.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_mesh.py The duplicate Text option in the TexFace panel came from a bad rename of tex -> use_bitmap_text instead of use_image, so I'm adding the use_image (Tex) back to the TexFace panel. 2010-08-27 10:05:33 +00:00
properties_data_metaball.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_data_modifier.py rename UI function 2010-08-23 05:47:45 +00:00
properties_game.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_material.py Patch [#23524] UI cleanup for commit 31587 by Filiciss Muhgue (filiciss). 2010-08-30 07:15:54 +00:00
properties_object_constraint.py rename UI function 2010-08-23 05:47:45 +00:00
properties_object.py bugfix [#23534] Custom Properties not showing in OBJECT panel 2010-08-27 06:11:42 +00:00
properties_particle.py RNA Renaming Fixes for particle UI. 2010-08-31 15:12:24 +00:00
properties_physics_cloth.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_physics_common.py move more active variables to be nested in collections. 2010-08-24 04:02:50 +00:00
properties_physics_field.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_physics_fluid.py 2.5 Fluid UI: 2010-08-31 12:54:17 +00:00
properties_physics_smoke.py bugfix [#23520] Smoke broken - UI doesn't allow particle system selection 2010-08-26 09:30:52 +00:00
properties_physics_softbody.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_render.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
properties_scene.py missed this one too 2010-08-30 14:33:46 +00:00
properties_texture.py Fixes for RNA Renaming in Texture Properties (Volume Material) 2010-08-31 14:54:04 +00:00
properties_world.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
space_console.py apply all rna naming changes for rna_space.c 2010-08-17 07:49:53 +00:00
space_dopesheet.py move dopesheet UI template from C to python 2010-08-27 01:23:53 +00:00
space_filebrowser.py use mix-in classes for import export operators, these define the filepath property and invoke function at the moment. 2010-09-01 02:25:49 +00:00
space_graph.py move dopesheet UI template from C to python 2010-08-27 01:23:53 +00:00
space_image.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
space_info.py added animation data update to the help menu as discussed in last meeting. 2010-08-29 15:40:48 +00:00
space_logic.py rna renaming (manual edits) 2010-08-21 04:51:00 +00:00
space_nla.py move dopesheet UI template from C to python 2010-08-27 01:23:53 +00:00
space_node.py rna renaming for Render* structs 2010-08-18 04:10:23 +00:00
space_outliner.py remove recently added rna function uilayout.prop_search_self() and instead allow collections to be coerced into rna structs when they define a type. 2010-08-24 03:02:27 +00:00
space_sequencer.py patch [#23522] UI fixing for recent Python API changes 2010-08-27 22:12:59 +00:00
space_text.py rna renaming, still only adjusting properties that wont be animated (at least its very unlikely). 2010-08-18 07:14:10 +00:00
space_time.py Fixing KeyingSets breakage from recent RNA renaming madness. 2010-08-24 06:52:16 +00:00
space_userpref_keymap.py another function moved, should be last of the simple cases. 2010-08-30 14:48:12 +00:00
space_userpref.py == userprefs: addons == 2010-08-31 02:41:33 +00:00
space_view3d_toolbar.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00
space_view3d.py rna api - replace panel properties bl_default_closed and bl_show_header with bl_options which has 2 flags: 'DEFAULT_CLOSED' and 'HIDE_HEADER'. 2010-08-26 01:05:37 +00:00