Community
Bifrost Forum
Welcome to the Bifrost Forum. This is the place for artists using Bifrost to ask and answer questions, browse popular topics, and share knowledge about creating effects procedurally using Bifrost. You can also visit the Bifrost Community on AREA to download an array of ready-to-use graphs, read Bifrost news and updates, and find the latest tutorials.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I want to run Reset Feedback State with Python or mel command

1 REPLY 1
SOLVED
Reply
Message 1 of 2
taichi_yokoyama
74 Views, 1 Reply

I want to run Reset Feedback State with Python or mel command

I would like to execute the ResetFeedback State circled in red in the attached image using python or mel command, but I can't find it when I look for it.
Please let me know.

1 REPLY 1
Message 2 of 2

import maya.cmds as cmds
cmds.vnnCompoundEditor(sendKey=(ord('R'), 67108864), name='bifrostGraphEditorControl')

 

 

I was able to reset it by running the above script.

It is an image of executing a keyboard shortcut

 

ord('R') is the keyboard shortcut for R


67108864 is the decimal number of the ctrl key in Qt::KeyboardModifiers, as heard in the chat GPT


'bifrostGraphEditorControl' is included by default

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report