3

in blender, after make transform to an object, for example, rotate it 90 degree, then it has a rotate transform number there. how to set this number to 0 while still keep the above transform? that is, I want the object keep current transformed direction as its first/default direction.

Franson Wu
  • 179
  • 8
  • 1
    You need to apply the rotation (Ctrl A), or rotate your mesh in Edit mode instead of rotating the object in Object mode – moonboots Apr 10 '22 at 11:56

1 Answers1

2

You would just have to apply the current transformation of your object for that: Object -> Apply -> All Transforms

enter image description here

quellenform
  • 35,177
  • 10
  • 50
  • 133