Comunidad
Media y Entretenimiento: 3Ds Max | Maya - Español
Comparta su conocimiento, haga preguntas y explore los temas populares sobre 3DS Max, Maya, entre otros.
cancelar
Mostrando los resultados de 
Mostrar  solo  | Buscar en lugar de 
Quiere decir: 

No aparece la ventana de "All Inputs"

2 RESPUESTAS 2
RESUELTAS
Responder
Mensaje 1 de 3
prayo27
410 Vistas, 2 Respuestas

No aparece la ventana de "All Inputs"

prayo27_0-1706064895906.png

No  importa cuanto intente. No me aparece la ventana de all inputs después de seleccionarla

2 RESPUESTAS 2
Mensaje 2 de 3
Kahylan
en respuesta a: prayo27

Hi!

 

This window should always show up when you click on "All Inputs...", even if there aren't any inputs connected.

Most likely you have the window already open and it is minimised or hidden behind some other window.

Try running this script from a python tab in the script editor and see if it helps:

import maya.cmds as mc
import maya.mel as mel

wnd = mc.lsUI(wnd =True)

if 'showHistoryWindow' in wnd:
    mc.deleteUI('showHistoryWindow')

sel = mc.ls(sl= True)[0]

mel.eval('detachHistoryTable {0} 0 input "";'.format(sel))
mel.eval("historyPopupFill `getLeadSelectionItem` $gHistoryWindowShowingFuture 2;")

 

I hope it helps!

 

Mensaje 3 de 3
prayo27
en respuesta a: Kahylan

it helped, thank you

¿No encontraste lo que buscabas? Pregúntale a la comunidad o comparte tus conocimientos.

Publicar en los foros  

Autodesk Design & Make Report

New events in the Spanish Community