samevision
samevision
Hello, currently I try to implement this package into my Next.js project. Unfortunately it is not working as expected. It seems that lazy loading breaks if I use components that...
Hello, first of all thanks for providing this package! Is there any chance that you will update this to Blender 3.2? That would be really nice. Thanks
Hello, thanks for the new version. I am glad that you are still working on this project. Unfortunately I have still problems with pre-packing since I can't use my own...
Hello, I really like your addon and I would love to bake the textures with AWS to accelerate the process. Is it possible to use the command line to open...
Hello, I try to include gltf-pipeline in a react app. So I browserified it: https://wzrd.in/standalone/gltf-pipeline@latest Unfortunately it throws a lot of errors: ``` Line 1:1: Expected an assignment or function...
Hello, I want to create a PBR material that blends two normals maps. The first one should use uv index 0 and the second one should use uv index 1....
Hello, I recently used shape keys to create an animation in blender. I noticed that no animation is exported if the "Relative" checkbox at the shape keys panel is unchecked....
Hello, I integrated the AdaptiveDpr component into my app earlier. I noticed that the viewport changes if the dpr is set too high (e.g. 5). However, regardless of the dpr,...
Hello, thanks for providing this package! Is it also possible to create a horizontal tree? Best
Hi, if you set the dpr prop of Canvas - e.g. `dpr={[1, 2]}` - it throws the following error: ``` Failed to set the 'width' property on 'OffscreenCanvas': Value is...