blender/release/scripts/startup/bl_operators
Bastien Montagne a80b7d6129 Fixing several issues with keyingsets:
*Add a new idname to keyingsets, keeping name as label-only (using same string for both made lookup fail when using i18n other than english, as it tried to compare an untranslated static string id against a translated RNA name). Also adding a description string (can be helpful with custom keyingsets, imho).
*Fixed a few other bugs related to that area (namely, you can’t deselect current keyingset from the shift-ctrl-alt-I popup menu, and insert/delete key ops were using a rather strange way to get chosen custom keyingset…).
*Fixed UI code so that it always uses (RNA) enum, and simplified menu-creation code.
2012-03-08 14:04:06 +00:00
..
__init__.py Camera tracking integration 2011-11-07 12:55:18 +00:00
add_mesh_torus.py - operator presets now work in the 3D view as well as the file selector. 2011-11-08 16:59:06 +00:00
anim.py Fixing several issues with keyingsets: 2012-03-08 14:04:06 +00:00
clip.py Reset Use Active Clip for Follow Track constraints when linking empty to a track 2012-02-09 10:24:44 +00:00
console.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
image.py Fix #30436: Externally editing unsaved images fails 2012-03-06 21:54:33 +00:00
mesh.py moved select interior faces into a C function (was python) 2012-02-19 20:27:30 +00:00
object_align.py fix for align objects with non mesh objects. 2011-10-07 20:53:54 +00:00
object_quick_effects.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
object_randomize_transform.py pep8 edits 2012-01-01 08:52:54 +00:00
object.py "Fix" [#30431] UI string spelling & similar fixes. 2012-03-02 21:14:37 +00:00
presets.py typo fix when a preset fails to run. (fail at failing) 2012-02-11 15:49:25 +00:00
screen_play_rendered_anim.py A big set of UI messages fixes and tweaks! No functional changes. 2011-10-20 07:56:04 +00:00
sequencer.py Reverting poll changes of last commit. 2012-02-29 12:11:06 +00:00
uvcalc_follow_active.py style cleanup: pep8 + picky edits 2012-03-08 05:36:05 +00:00
uvcalc_lightmap.py svn merge ^/trunk/blender -r43934:43976 2012-02-08 05:45:16 +00:00
uvcalc_smart_project.py Various fixes to UI messages (among other things, all messages needed it should now be capitalized). 2012-02-27 18:14:56 +00:00
vertexpaint_dirt.py Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
view3d.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
wm.py Various fixes to UI messages (among other things, all messages needed it should now be capitalized). 2012-02-27 18:14:56 +00:00