How to use the k3d.get_command_node function in k3d

To help you get started, we’ve selected a few k3d examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github K-3D / k3d / tests / ngui.bitmap.modifier.BitmapColorMonochrome.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/create_BitmapChecker").execute_command("activate", "")
k3d.get_command_node("/document/window/menus/create_BitmapColorMonochrome").execute_command("activate", "")
k3d.get_command_node("/document/window/node_properties/input_bitmap_property").execute_command("connect_to", "0x8d65a65f 0x853e4460 0xbc2ecbad 0xce65b404 1output_bitmap")
github K-3D / k3d / tests / ngui.bitmap.modifier.BitmapGamma.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/create_BitmapChecker").execute_command("activate", "")
k3d.get_command_node("/document/window/menus/create_BitmapGamma").execute_command("activate", "")
k3d.get_command_node("/document/window/node_properties/input_bitmap_property").execute_command("connect_to", "0x8d65a65f 0x853e4460 0xbc2ecbad 0xce65b404 1output_bitmap")
github K-3D / k3d / tests / ngui.bitmap.modifier.BitmapMultiply.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/create_BitmapChecker").execute_command("activate", "")
k3d.get_command_node("/document/window/menus/create_BitmapMultiply").execute_command("activate", "")
k3d.get_command_node("/document/window/node_properties/input_bitmap_property").execute_command("connect_to", "0x8d65a65f 0x853e4460 0xbc2ecbad 0xce65b404 1output_bitmap")
github K-3D / k3d / tests / ngui.shaders.undo_selection.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/node_list").execute_command("select", "b553a3bd d1044c6e b3f21e07 87132c31 1")
k3d.get_command_node("/document/window/node_properties/shader_path").execute_command("browse", "relativeshaders/surface/k3d_orange.sl$K3D_SHARE_PATH")
k3d.get_command_node("/document/window/menus/edit_undo").execute_command("activate", "")
k3d.get_command_node("/document/window/menus/edit_redo").execute_command("activate", "")
github K-3D / k3d / tests / ngui.bitmap.modifier.BitmapThreshold.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/create_BitmapChecker").execute_command("activate", "")
k3d.get_command_node("/document/window/menus/create_BitmapThreshold").execute_command("activate", "")
k3d.get_command_node("/document/window/node_properties/input_bitmap_property").execute_command("connect_to", "0x8d65a65f 0x853e4460 0xbc2ecbad 0xce65b404 1output_bitmap")
github K-3D / k3d / tests / ngui.assign_hotkeys.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/assign_hotkeys").execute_command("activate", "")
k3d.get_command_node("/assign_hotkeys/close").execute_command("activate", "")
github K-3D / k3d / tests / ngui.assign_hotkeys.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/assign_hotkeys").execute_command("activate", "")
k3d.get_command_node("/assign_hotkeys/close").execute_command("activate", "")
github K-3D / k3d / tests / ngui.bitmap.modifier.BitmapSubtract.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/create_BitmapChecker").execute_command("activate", "")
k3d.get_command_node("/document/window/menus/create_BitmapSubtract").execute_command("activate", "")
k3d.get_command_node("/document/window/node_properties/input_bitmap_property").execute_command("connect_to", "0x8d65a65f 0x853e4460 0xbc2ecbad 0xce65b404 1output_bitmap")
github K-3D / k3d / tests / ngui.bitmap.modifier.BitmapGamma.py View on Github external
#python

import k3d

k3d.get_command_node("/document/window/menus/create_BitmapChecker").execute_command("activate", "")
k3d.get_command_node("/document/window/menus/create_BitmapGamma").execute_command("activate", "")
k3d.get_command_node("/document/window/node_properties/input_bitmap_property").execute_command("connect_to", "0x8d65a65f 0x853e4460 0xbc2ecbad 0xce65b404 1output_bitmap")