blendernc.nodes.grid

blendernc.nodes.grid.BlenderNC_NT_input_grid

class blendernc.nodes.grid.BlenderNC_NT_input_grid.BlenderNC_NT_input_grid(*args, **kwargs)

Bases: Node

Select axis

Parameters
  • args (Any) –

  • kwargs (Any) –

Return type

Any

bl_icon = 'SNAP_GRID'
bl_idname = 'datacubeInputGrid'
bl_label = 'Input Grid'
blb_type = 'NETCDF'
blendernc_dataset_identifier

An instance of the original StringProperty.

blendernc_dict = {}
blendernc_file

An instance of the original StringProperty.

blendernc_grid_x

An instance of the original EnumProperty.

blendernc_grid_y

An instance of the original EnumProperty.

blendernc_xgrid_max

An instance of the original FloatProperty.

blendernc_xgrid_min

An instance of the original FloatProperty.

blendernc_ygrid_max

An instance of the original FloatProperty.

blendernc_ygrid_min

An instance of the original FloatProperty.

change_axeslim

An instance of the original BoolProperty.

copy(node)
draw_buttons(context, layout)
draw_buttons_ext(context, layout)
draw_label()
free()
init(context)
persistent_dict = {}
update()
blendernc.nodes.grid.BlenderNC_NT_input_grid.get_possible_grid(node, context)

blendernc.nodes.grid.BlenderNC_NT_resolution

class blendernc.nodes.grid.BlenderNC_NT_resolution.BlenderNC_NT_resolution(*args, **kwargs)

Bases: Node

NetCDF loading resolution

Parameters
  • args (Any) –

  • kwargs (Any) –

Return type

Any

bl_icon = 'MESH_GRID'
bl_idname = 'datacubeResolution'
bl_label = 'Resolution'
blb_type = 'NETCDF'
blendernc_dataset_identifier

An instance of the original StringProperty.

blendernc_dict = {}
blendernc_resolution

An instance of the original FloatProperty.

copy(node)
draw_buttons(context, layout)
draw_buttons_ext(context, layout)
draw_label()
free()
init(context)
update()

blendernc.nodes.grid.BlenderNC_NT_rotate_lon

class blendernc.nodes.grid.BlenderNC_NT_rotate_lon.BlenderNC_NT_rotatelon(*args, **kwargs)

Bases: Node

NetCDF loading resolution

Parameters
  • args (Any) –

  • kwargs (Any) –

Return type

Any

bl_icon = 'MESH_GRID'
bl_idname = 'datacubeRotatelon'
bl_label = 'Rotate Longitude'
blb_type = 'NETCDF'
blendernc_dataset_identifier

An instance of the original StringProperty.

blendernc_dict = {}
blendernc_rotation

An instance of the original FloatProperty.

copy(node)
draw_buttons(context, layout)
draw_buttons_ext(context, layout)
draw_label()
free()
init(context)
update()