blender/release/scripts/ui
Campbell Barton 54343b79e6 remove reload() from builtins since python3 no longer uses this.
use imp.reload now.

Should use import hooks but for now replace imp.reload with our own reload as the builtin reload was replaced before.
2010-12-22 21:39:48 +00:00
..
properties_animviz.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
properties_data_armature.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_data_bone.py fixes for pinning bones & pose ui, could easily get error messages and invalid situations. 2010-12-17 17:51:43 +00:00
properties_data_camera.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_data_curve.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_data_empty.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
properties_data_lamp.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_data_lattice.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_data_mesh.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_data_metaball.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_data_modifier.py [#24802] Invert vertex group not inverting armature modifier influence 2010-11-19 03:09:51 +00:00
properties_game.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
properties_material.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_object_constraint.py Bugfix for [#24768] 6DoF Constraint options missing. 2010-11-20 09:48:51 +00:00
properties_object.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_particle.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_physics_cloth.py button to remove presets. 2010-09-14 04:58:25 +00:00
properties_physics_common.py Extreme makeover of pointcache code: 2010-12-18 15:03:31 +00:00
properties_physics_field.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
properties_physics_fluid.py Hide "active" checkbox in ui for "fluid" type fluid objects as it's not used by fluidsim. 2010-11-12 14:54:40 +00:00
properties_physics_smoke.py Fix for [#25001] Enable Smoke High Resolution is greyout after baking 2010-12-02 04:47:40 +00:00
properties_physics_softbody.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
properties_render.py Render Buttons UI: 2010-12-17 18:25:08 +00:00
properties_scene.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
properties_texture.py Small UI fix 2010-12-20 18:57:59 +00:00
properties_world.py bugfix [#25240] Custom properties panel on pinned data fail. 2010-12-17 10:33:28 +00:00
space_console.py move report/operator view out of the 'Console' into the 'Info' space (file menu). 2010-11-11 13:36:57 +00:00
space_dopesheet.py rename anim.channels_revive_fcurves --> anim.channels_fcurves_enable 2010-11-11 21:49:40 +00:00
space_filebrowser.py patch [#23968] filter_filetypes property to allow operators to filter by file extensions in the file selector 2010-09-24 07:05:43 +00:00
space_graph.py Bugfix #25153 2010-12-10 18:48:20 +00:00
space_image.py bugfix [#24392] 2d Image paint editor: no clone/smear/soften tools etc 2010-11-02 22:04:41 +00:00
space_info.py script which dumps ui as xml in a fake blender envieonment. 2010-12-17 07:06:27 +00:00
space_logic.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
space_nla.py Animation Editors: Channel Reordering 2010-11-07 12:09:15 +00:00
space_node.py ran through pep8 checker 2010-09-07 15:17:42 +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 Partial bugfix for [#25037] , brought back Select menu in Sequencer 2010-12-05 17:56:15 +00:00
space_text.py rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
space_time.py hide the play-reversed button if using JACK + A/V sync 2010-12-22 11:37:56 +00:00
space_userpref_keymap.py pedantic word ordering change. 2010-12-08 11:42:11 +00:00
space_userpref.py fix [#25262] Keyboard shortcut presets can't be made because of wrong folder 2010-12-18 07:22:52 +00:00
space_view3d_toolbar.py Better info text for particle edit 2010-12-21 20:25:37 +00:00
space_view3d.py remove reload() from builtins since python3 no longer uses this. 2010-12-22 21:39:48 +00:00