blendernc.decorators

class blendernc.decorators.DrawDecorators

Bases: object

classmethod is_connected(func)
class blendernc.decorators.MathDecorator

Bases: object

math_operation()
class blendernc.decorators.MemoryDecorator

Bases: object

nodetrees_cached()
number_cached_frames()
class blendernc.decorators.NodesDecorators

Bases: object

NodeDecorator

static amIconnected(node)
classmethod dataset_has_identifier(node)
classmethod desconnect_nodes(outn, node)
static dummy_update(node)

Dummy update

classmethod force_grid_load(node)
classmethod force_init_load(node)
static get_blendernc_file(node)
static get_data_from_node(node)
static get_data_from_socket(node)
classmethod get_dataset(node)
static get_nodes_desconnect(outn, node)
classmethod input_connections(node)

Test only one incoming connection.

classmethod node_connections(func)

Test node connections of nodes. First it tests who is the node connected to, then it updates portions depending on the corresponding connections. If all tests are correct, then the function is preupdated (i.e. Defines the node properties).

classmethod select_grid_dataset(node)
classmethod select_var_dataset(node)
classmethod shouldIupdate(node)