Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: graphics/blender
To:
Onana Onana Xavier Manuel <xavier@onana.net>
Cc:
ports@openbsd.org
Date:
Mon, 2 Mar 2026 15:02:21 +0000

Download raw body.

Thread
  • Onana Onana Xavier Manuel:

    graphics/blender

    • Stuart Henderson:

      graphics/blender

Thanks, I've committed a fix to -current. (Slightly different to your
suggestion as we don't want to hardcode "openbsd7" which will break
again).

On 2026/02/28 17:26, Onana Onana Xavier Manuel wrote:
> Hello,
> 
> Blender seems to have an issue with exporting .glb/gltf files. The issue can be 
> reproduced when doing:
> File > Export > glTF 2.0 (.glb/.gltf) > Export
> 
> The issue seems to be in the file:
> /usr/local/share/blender/4.5/scripts/addons_core/io_scene_gltf2/io/com/draco.py
> 
> `library_name` dictionnary does not have openbsd inside of it. Changing linux to
> the output of Python's sys.platform (which is openbsd7) seems to fix this.
> 
> OS_VERSION:     OpenBSD 7.8 (GENERIC.MP) #54
> PORTS_VERSION:  TOPENBSD_8_8
> 
> 
> Xavier
>