Added research data, testing blender mesh generation

This commit is contained in:
2021-05-23 15:34:33 -05:00
parent f2efb7c42d
commit 505df54a1e
205 changed files with 124004 additions and 40 deletions

View File

@@ -0,0 +1,6 @@
This folder is for automatically saved scripts configuration data.
To use this feature scripts just need to set a proper Blender.Registry key.
To know more, check the API Reference doc (specifically the API_related and
Registry parts) and the documentation for the "Scripts Config Editor" script.

View File

@@ -0,0 +1,5 @@
vrml97_export = {
'selection_only': 1,
'compressed': 0,
'rotate_z_to_y': 0,
}