blender/release/scripts/startup/bl_ui
2011-10-09 21:43:13 +00:00
..
__init__.py minor edits to recent fix for addons 2011-09-23 13:47:29 +00:00
properties_animviz.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_armature.py make new rna variables more consistant with existing names. 2011-09-25 02:49:46 +00:00
properties_data_bone.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_camera.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_curve.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_empty.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_lamp.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_lattice.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_mesh.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00: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 move NavMesh draw code out of being a modifier and into DerivedMesh drawing hack (which IMHO is less bad then mis-using a modifier only to override drawing calls). 2011-10-09 21:11:51 +00:00
properties_data_speaker.py fix for misc py errors + some pep8 edits. 2011-09-08 05:42:44 +00:00
properties_game.py fix crash for recent navmesh edits when setting a non-mesh object to a navmesh. 2011-10-09 21:43:13 +00:00
properties_material.py change define INTERNATIONAL --> WITH_INTERNATIONAL 2011-09-26 10:35:47 +00:00
properties_object_constraint.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_object.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_particle.py use BLI_snprintf rather than sprintf for interface functions 2011-09-26 16:53:04 +00:00
properties_physics_cloth.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_physics_common.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_physics_field.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_physics_fluid.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_physics_smoke.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_physics_softbody.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_render.py correction for removal of _("") 2011-09-22 07:01:28 +00:00
properties_scene.py 2.6 Python UI files: 2011-09-22 19:50:41 +00:00
properties_texture.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_world.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_console.py 2.6 Python UI files: 2011-09-22 19:50:41 +00:00
space_dopesheet.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_filebrowser.py import common classes from bpy.types, saves ~1000 python getattrs on startup. 2011-08-12 06:57:00 +00:00
space_graph.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_image.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_info.py * Updating readme.html and link to release logs for 2.60, now that we approach the RC state. 2011-10-01 11:21:47 +00:00
space_logic.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_nla.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_node.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_outliner.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_sequencer.py fix for own recent commit made color strip use the wrong panel, now hide Input rather then effects since the color picker wasnt shown. 2011-10-03 03:23:50 +00:00
space_text.py pep8 cleanup and fix for keymap test operator from my own recent fix. 2011-09-26 15:39:15 +00:00
space_time.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_userpref_keymap.py Fix #28202: (only) modifying keymap item properties did not save properly, the 2011-10-04 13:24:48 +00:00
space_userpref.py - fix for keymap test operator 2011-10-02 18:09:36 +00:00
space_view3d_toolbar.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
space_view3d.py Object Menu Edits: 2011-10-06 05:45:06 +00:00