* menu Brush->Copy/PasteFaceTexture: show contextual Copy/Paste commands (dependant on faces selected)
This commit is contained in:
@@ -1596,8 +1596,8 @@ void Brush_constructMenu( GtkMenu* menu ){
|
||||
create_check_menu_item_with_mnemonic( menu, "Texture Lock", "TogTexLock" );
|
||||
create_check_menu_item_with_mnemonic( menu, "Texture Vertex Lock", "TogTexVertexLock" );
|
||||
menu_separator( menu );
|
||||
create_menu_item_with_mnemonic( menu, "Copy Face Texture", "FaceCopyTexture" );
|
||||
create_menu_item_with_mnemonic( menu, "Paste Face Texture", "FacePasteTexture" );
|
||||
create_menu_item_with_mnemonic( menu, "Copy Face Texture", "Copy" );
|
||||
create_menu_item_with_mnemonic( menu, "Paste Face Texture", "Paste" );
|
||||
|
||||
command_connect_accelerator( "Brush3Sided" );
|
||||
command_connect_accelerator( "Brush4Sided" );
|
||||
|
||||
@@ -1768,8 +1768,8 @@ void SurfaceInspector_registerCommands(){
|
||||
GlobalCommands_insert( "FitTexture", FreeCaller<SurfaceInspector_FitTexture>(), Accelerator( 'F', (GdkModifierType)GDK_CONTROL_MASK ) );
|
||||
GlobalCommands_insert( "SurfaceInspector", FreeCaller<SurfaceInspector_toggleShown>(), Accelerator( 'S' ) );
|
||||
|
||||
GlobalCommands_insert( "FaceCopyTexture", FreeCaller<SelectedFaces_copyTexture>() );
|
||||
GlobalCommands_insert( "FacePasteTexture", FreeCaller<SelectedFaces_pasteTexture>() );
|
||||
// GlobalCommands_insert( "FaceCopyTexture", FreeCaller<SelectedFaces_copyTexture>() );
|
||||
// GlobalCommands_insert( "FacePasteTexture", FreeCaller<SelectedFaces_pasteTexture>() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user