Questions tagged [transforms]
Transforms modify the scale, translation, rotation, and shear of a mesh or object
2,716 questions
2
votes
1
answer
214
views
Can you scale objects in just one direction?
I'm wondering if there's an add-on/way to resize objects in Blender akin to the transform tool in many image editing programs/the hammer map editor? As in you click and drag one edge/corner of an ...
0
votes
1
answer
50
views
Messed up UV faces after applying transformations, too small geometry?
Creating a plane with the size of 1meter, UV map is ok. Then, for example if i scale the plane down to 0.0005m and apply the transformations, the uv map messing up. The UV overlay show the UV faces ...
2
votes
1
answer
85
views
Fix the rotation pivot of a Switch button
I'm trying to get the pivot in a certain spot so the model, when rotated, will act like a normal light switch and rotate around the centre of the large cylinder. I can't figure out what I'm doing ...
0
votes
1
answer
54
views
Matrix transformations when parented to a bone
Matrix transformations are driving me buggy, no surprise. Here's the situation:
I have an armature (it's the Fallout 4 human skeleton) with a bone LLeg_Thigh.
I have an Empty parented to that bone (...
0
votes
1
answer
46
views
Geometry Nodes: Use Geometry as field for Node Group?
I've created a Node Group that uses eight vectors and one geometry as input values. It takes these input values to perform a transformation that modifies the input geometry based on these eight ...
2
votes
1
answer
112
views
How can I move only the top part of a mesh along its own normal direction?
I want to transform only the top / a specific region of an object in Blender along the surface normal of that selected area.
My goal:
Keep the overall form of the model unchanged
Move only a selected ...
0
votes
1
answer
55
views
Geometry Nodes: Transfer vertex positions from one mesh to another based on specific IDs
I have two meshes in Geometry Nodes, both of which have a “MySpecialVertexIndex” integer attribute for certain vertices. Both meshes don't have the same number of vertices, but they have the same ...
1
vote
1
answer
25
views
How to scale from a point with imported img
Hello I'm a beginner in blender,
I would like to scale an image from origin point and not centered. Is there a way to move it?
thank you for your help!
Solved:
shift+s > set cursor to world ...
1
vote
0
answers
41
views
More resampling algorithms for scaling
For current workflow I need to scale images to fit small sizes for prerendered art (i.e 54x48 pxs). I've used resampling algorithms like Lanczos 3 in Krita which has yielded the best results so far (...
0
votes
1
answer
36
views
How do I reliably get the location of Transform Pivot Point in Active Element mode while in edit mesh mode with Python?
I would like to get the location of Transform Pivot Point that is set to Active Element. It would seem that that's the location of the active element and this would be simple enough, just get the ...
2
votes
2
answers
133
views
How to tile an image in the compositor in 5.0
Does anyone knows how to tile repeat an image texture (image node) in the compositor ? I know there where workarounds in previous blender versions but the nodes are no longer there or don't work the ...
0
votes
1
answer
34
views
Rotating object around z and y axis simultaneously
Trying to get an object to simultaneously rotate around the x axis, using an empty, and the y axis just rotating around itself. But it ends up wobbling around in a half-baked misery. Am I asking too ...
0
votes
0
answers
61
views
Cannot transform object in blender 4.5
Edit
If I use CTRL+a and apply the location change, the object moves. Is there a way to visually see the object moving in object mode? It's difficult (depending on context) to move the object if I can'...
2
votes
1
answer
37
views
Is it possible to project a 2D-mesh onto the UV-map of another 2D-mesh?
My goal is to project a rectangular hex-pattern mesh (like a honey comb) onto a Klein bottle. Since it is curved i can't use only shrinkwrap since I must bend it along the bottle first. Mathematically ...
0
votes
0
answers
37
views
How to reassemble a model with randomly rotated parts?
I’m trying to edit a 3D model for a printable guitar, but unfortunately all the pieces are randomly rotated. Is there a way to perfectly align the rotations of the individual parts to reassemble the ...