INNER CODE UNIT · Python
invoke
untoldengine/UntoldEngine · scripts/untold-blender-addon/untold_exporter/__init__.py:502
def invoke(self, context: bpy.types.Context, event: bpy.types.Event) -> set[str]:
preview = getattr(context.scene, "untold_tile_preview", None)
if preview is not None:
self.visible_only = preview.visible_only
self.partitioning_mode = preview.partitioning_mode
self.auto_tile_size = preview.auto_tile_size
self.tile_size_x = preview.tile_size_x
self.tile_size_z = preview.tile_size_z
self.floor_count = preview.floor_count
self.floor_band_height = preview.floor_band_height
self.scene_profile = preview.scene_profile
self.untagged_semantic_tier = preview.untagged_semantic_tier
self.use_custom_tier_radii = preview.use_custom_tier_radii
self.exterior_shell_streaming_radius = preview.exterior_shell_streaming_radius
self.exterior_shell_unload_radius = preview.exterior_shell_unload_radius
self.exterior_shell_priority = preview.exterior_shell_priority
self.structural_interior_streaming_radius = preview.structural_interior_streaming_radius
self.structural_interior_unload_radius = preview.structural_interior_unload_radius