Skip to content
Snippets Groups Projects
Commit 0c21df4e authored by Campbell Barton's avatar Campbell Barton
Browse files

Add warnings about non-compliant imports

This makes code harder to maintain & should be resolved
since this add-on is now on by default.
parent 06766ff5
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# FIXME, this goes against Blender's best practice.
from io_scene_gltf2.io.com.gltf2_io import *
......@@ -73,4 +74,3 @@ class Light:
self.extensions)
result["extras"] = self.extras
return result
......@@ -14,7 +14,10 @@
import bpy
import sys
# FIXME, this goes against Blender's best practice.
from ctypes import *
from pathlib import Path
from io_scene_gltf2.io.exp.gltf2_io_binary_data import BinaryData
......@@ -240,4 +243,3 @@ def __compress_primitive(primitive, dll, export_settings):
dll.disposeCompressor(compressor)
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment