yoga icon indicating copy to clipboard operation
yoga copied to clipboard

Cannot resolve normalized_image_path

Open henrytriplette opened this issue 1 year ago • 4 comments

Expected Behavior

When trying to optimize a glb file, application should return an optimized glb file.

Current Behavior

When trying to optimize a glb file, application returns ValueError: Cannot resolve *13 and quits

Steps to Reproduce

  1. Using latest Windows version - yoga 1.3.1
  2. Using latest Windows version of Blender - blender 4.0.2
  3. Using Blender glb/gltf exporter, export 3D model
  4. Using Yoga, run yoga model input.glb output.glb

Context (Environment)

  • OS: Win 11
  • Blender: 4.0.2
  • Yoga: 1.3.1 / 1.3.0

Detailed Error Log

Traceback (most recent call last):
  File "C:\yoga\yogawin.py", line 6, in <module>
  File "C:\yoga\yoga\__main__.py", line 25, in main
  File "C:\yoga\concurrent\futures\_base.py", line 449, in result
  File "C:\yoga\concurrent\futures\_base.py", line 401, in __get_result
  File "C:\yoga\concurrent\futures\thread.py", line 58, in run
  File "C:\yoga\yoga\model\__init__.py", line 251, in optimize
  File "C:\yoga\yoga\model\helpers.py", line 135, in model_embed_images
ValueError: Cannot resolve *13

Possible solution

Maybe is something related to the blender exported file?

henrytriplette avatar Jan 09 '24 17:01 henrytriplette