This commit is contained in:
Vincent Riche 2021-04-14 16:43:23 +02:00
parent 8e104158b6
commit 352e86c23f
2 changed files with 1 additions and 3 deletions

View File

@ -122,7 +122,7 @@ Image).
no_fix_infacing_normals
~~~~~~~~~~~~~~~~~~~~~~~~
Disable infacing normals fix (This option tries to determine which meshes
Disable infacing normals fix (This option tries to determine which meshes
have normal vectors that are facing inwards and inverts them.).
::

View File

@ -27,8 +27,6 @@ def assimp_import_from_bytes(
if fix_infacing_normals:
optimization_flags |= lib.FIX_FLAG_NORMALS
print(bin(optimization_flags))
scene = {
"cffi_pointer": None,
"cffi_gc": None,