MK_api.nodeΒΆ
This class can be used to manipulate an individual DAG node. e.g., to set/get its attributes.
has_fn( cstr )
get_cuid()
get_cstr()
get_alias()
set_bool ( ustr, x )
set_int ( ustr, x )
set_float ( ustr, x )
set_string( ustr, x )
node.set_bool( "specular_roughness", 0.1 )
get_bool ( ustr )
get_int ( ustr )
get_float ( ustr )
get_string ( ustr )
get_array_int ( ustr )
get_array_float( ustr )