mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
3 lines
53 B
Python
3 lines
53 B
Python
import nuke
|
|
n = nuke.createNode("Constant")
|
|
print(n)
|