TheWangDaolong

Results 6 issues of TheWangDaolong

File "/opt/miniconda3/envs/csa/lib/python3.11/site-packages/gltf/_converter.py", line 491, in load_buffer with open(buff_fname, 'rb') as buff_file: ^^^^^^^^^^^^^^^^^^^^^^ File "/opt/miniconda3/envs/csa/lib/python3.11/site-packages/direct/stdpy/file.py", line 105, in open raise FileNotFoundError("No such file or directory: '%s'" % (filename)) FileNotFoundError: No such...

Traceback (most recent call last): File "/opt/miniconda3/envs/csa/lib/python3.11/site-packages/gltf/_loader.py", line 48, in load_file return load_model( ^^^^^^^^^^^ File "/opt/miniconda3/envs/csa/lib/python3.11/site-packages/gltf/_loader.py", line 13, in load_model converter.update(gltf_data) File "/opt/miniconda3/envs/csa/lib/python3.11/site-packages/gltf/_converter.py", line 204, in update self.load_mesh(meshid, gltf_mesh, gltf_data)...

[ct1-Walking.gltf.zip](https://github.com/user-attachments/files/19736416/ct1-Walking.gltf.zip) works well under Blender, https://github.khronos.org/glTF-Sample-Viewer-Release/ , [babylonjs](https://sandbox.babylonjs.com/) and https://gltf-viewer.donmccurdy.com/ , but doesn't work properly under gltf-viewer or Panda3D. working... not working... Please advise.

This pull request enhances the app.task decorator to allow the base parameter to accept a tuple of classes. This change increases the ability to inherit from multiple parent classes, simplifying...

By making this change, it'll be easier to set redis options such as health_check_interval. ``` celery.conf.ONCE = { 'backend': 'celery_once.backends.Redis', 'settings': { 'url': 'redis://localhost:6379/0', 'default_timeout': 60 * 60, 'blocking': True,...