* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.

* Added fromDupli MTex setting to python api
* Shift+RMB was setting the active face in the UV view.
* Armature scripts menu was broken
This commit is contained in:
2008-04-13 15:14:32 +00:00
parent 209ff9e663
commit 6b81045bc3
6 changed files with 56 additions and 20 deletions

View File

@@ -3884,9 +3884,9 @@ static void do_view3d_edit_armaturemenu(void *arg, int event)
static void do_view3d_scripts_armaturemenu(void *arg, int event)
{
BPY_menu_do_python(PYMENU_SCRIPTTEMPLATE, event);
BPY_menu_do_python(PYMENU_ARMATURE, event);
allqueue(REDRAWIMAGE, 0);
allqueue(REDRAWVIEW3D, 0);
}
static uiBlock *view3d_scripts_armaturemenu(void *args_unused)