3,177 questions
0
votes
0
answers
25
views
Integrating a text input to blender
I am implementing an .bpy for an input module to blender using pycharm and am running into an issue with the .bpy not installing properly. I'll be bashing this for a bit, but wanted to start a thread ...
0
votes
1
answer
47
views
GLB model appears deformed (crushed) in Three.js, but animations and skeleton load correctly
I'm working on a Three.js game using Electron, and I'm running into a strange issue when importing a GLB model exported from Blender.
When I load my model in Three.js, the mesh appears crushed on ...
0
votes
0
answers
25
views
Rigid clothes and animation Blender
I'm a game developer and have already designed characters for my game and also designed clothing (the clothing is rigid, not fabric).
But my problem is with attaching the object to the skeleton. ...
0
votes
0
answers
17
views
How to manipulate eyeglass frame parts (bridge, temples, lenses) as unified geometric units in Blender via Python API?
I'm developing an iOS app that communicates with a Blender server to allow real-time manipulation of 3D eyeglass frames. Currently, I can only manipulate individual vertices, but I need to manipulate ...
0
votes
0
answers
32
views
BVH animation skinning
I am fairly new to Blender and retargeting methods, however I am looking for a way to skin bvh declared motion.
I imported a skin and fbx format animation from Mixamo, which means that armatures in ...
0
votes
0
answers
59
views
Inconsistent Object/Mesh Rotations in ThreeJS
I am encountering rotation issues in THREEJS where my object (From blender, gltf.scene) totations are extremely unpredictable and inconsistent. I want my object to spin like a ballerina when the mouse ...
1
vote
0
answers
41
views
GLTF import weird data
I am trying to make my own gltf importer i so I get the indices and vertices from the mesh data but the indices are linking triangles that makes no sense for example the default cube in gltf exported ...
0
votes
0
answers
130
views
using blender as a python module with pylance
I'm trying to set up VSCode with Pylance and bpy for the purpose of making a Blender plugin, since I have very little knowledge of Python I think LSP support would help quite a bit.
I have cloned ...
0
votes
0
answers
84
views
How do I embed this globe into my NextJS Project
I've followed this tutorial: Youtube Video and built this: Image
I want the globe in my blender project to be embedded into my next-js project. I followed the tutorial from youtube, and in my nextjs ...
0
votes
0
answers
27
views
How to engrave custom text on a curved surface (eyeglass temple) using Python in Blender?
I'm creating a Blender add-on that automatically engraves custom text (like a name) on the side of an eyeglass temple (imported as an STL). The temple mesh is slightly curved and also contains a pre-...
0
votes
1
answer
47
views
How can I move a collision box with an imported animation from Blender?
So I need to move this collision box along with the animated mesh.
The model and collision box, the inspector menu for the model.
I have looked online but nothing I do works, am I missing something?
...
0
votes
0
answers
17
views
Filtering 2D Coordinates of Visible Emptys in Blender, Excluding Those Obstructed by Multiple Objects
I'm using Blender's Python API to get the 2D coordinates of all EMPTYS that are "visible" in a rendered 2D image (i.e., within the camera's view). I have a working script that retrieves the ...
1
vote
1
answer
127
views
Why can't get the correct point clouds from depth map?
My depth map is generated by blender.Here are the relevant settings of blender.
This is my main scene.
Here is the depth map:
My code here:
import cv2
import numpy as np
import open3d as o3d
f_x = ...
1
vote
1
answer
68
views
GLB Model not displaying on Three JS webpage
The scene, the mesh is all showing up on the website. I've moved the glb literally next to the main.ts file so there's no directory issues. But nothing shows up.
The filename is coffeeshop.glb. This ...
2
votes
1
answer
81
views
Alignment is wrong when trying to get offset while parsing Blender file v4.4
I asked this one also on the dev talk and blender stack exchange, but seems none of these two is the appropriate place to post it.
I am creating a blend file Parser in C# (specifically using vvvv) . I ...