Bases: morse.core.modifier.Modifier
Convert between Blender and UTM coordinates.
-
blender_to_utm(component_instance)[source]
Convert the coordinates from Blender to UTM reference.
-
initialize()[source]
Initialize the global UTM coordinates in the scene.
-
register_component(component_name, component_instance, mod_data)[source]
Add the corresponding function to a component.
-
utm_to_blender(component_instance)[source]
Convert the coordinates from UTM to Blender reference.