mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 11:50:53 +00:00
8 lines
303 B
Python
8 lines
303 B
Python
import bpy
|
|
|
|
def test_fake():
|
|
auto_export_operator = bpy.ops.export_scenes.auto_gltf
|
|
stored_settings = bpy.data.texts[".gltf_auto_export_settings"]
|
|
print("OHHHHHHHHHHHHHHHHHHHHHHHHHHHHH")
|
|
print("export settings", stored_settings.as_string())
|
|
#auto_export_operator(direct_mode = True) |