Example #1
0
def register():
    register_classes(__name__)
    set_scene_attrs('geometry.yaml')
    create_custom_operators('geometry.yaml', __name__)
Example #2
0
def register():
    register_classes(__name__)
    set_scene_attrs('snappy_hexmesh.yaml')
    create_custom_operators('snappy_hexmesh.yaml', __name__)
Example #3
0
def register():
    register_classes(__name__)
    set_scene_attrs('add_block.yaml')
    create_custom_operators('add_block.yaml', __name__)
def register():
    register_classes(__name__)
    set_scene_attrs('geo_patch_time_props.yaml')
    create_custom_operators('geo_patch_time_props.yaml', __name__)
Example #5
0
def register():
    register_classes(__name__)
    set_scene_attrs('solver_panel.yaml')
    create_custom_operators('solver_panel.yaml', __name__)
def register():
    register_classes(__name__)
    set_scene_attrs('feature_extraction.yaml')
    create_custom_operators('feature_extraction.yaml', __name__)
Example #7
0
def register():
    register_classes(__name__)
    set_scene_attrs('mesh_objs.yaml')
    create_custom_operators('mesh_objs.yaml', __name__)
Example #8
0
def register():
    set_scene_attrs('foam_panel.yaml')
    create_custom_operators('foam_panel.yaml', __name__)
    register_classes(__name__)