Even AI is Confused by Blender 3D!

Started by kat, March 30, 2026, 04:49:48 PM

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

kat

While writing up the "Unity FBX Model Import Rotation Fix" tutorial, (Opera) AI was consulted to double-check axes and coordinate differences to make sure Up is up and Forward is forward depending on the editing environment. It turns out even AI is confused by Blender!

Maybe it's the way the questions were phrased, but this raises an interesting point about the reliability of AI, even for relatively well known and established 'facts'; if the questioner doesn't know the 'correct' answer, meaning they're able to double-check the information being double-checked, they won't know if the answer provided by AI is correct.

# # #

Q: Clear something up; in Blender 3D the -Y axis represents Forward, and +Z represent Up, is that right?

A: In Blender 3D, the axis orientation is indeed as follows:

 • The -Y axis represents Forward (the direction you move forward in the default view).
 • The +Z axis represents Up (the vertical direction).

So yes, your understanding is correct. Blender uses a right-handed coordinate system where:

 • X axis points to the right,
 • Y axis points backward (so -Y is forward),
 • Z axis points upward.

This is a standard convention in Blender for navigation and object orientation.


Q: So, when the viewport is in "Front" orthogonal view, the users point-of-view is looking *backwards* along the +Y axis?

A: Yes, when the viewport is set to the "Front" orthogonal view in Blender, the user's point of view is looking backward along the +Y axis.
To clarify:

 • The "Front" view in Blender looks toward the scene from the front, meaning you are positioned on the +Y axis looking toward the origin.

 • Since the forward direction in Blender is along the -Y axis, looking from the front means you are looking backward along the +Y axis.

So effectively, in the Front orthographic view, you are looking from positive Y toward negative Y, which is backward relative to the forward direction (-Y).


Q: Shouldn't that be the other way around? You're looking at the +Y (backwards) *from* the -Y (forwards) point of view?

A: I understand the confusion—3D coordinate systems can be tricky! Let's clarify carefully:

In Blender:

 • The Forward direction is along the -Y axis.
 • The Back direction is along the +Y axis.
 • The Up direction is along the +Z axis.

When you switch to the Front orthographic view, Blender places the camera (the viewpoint) on the +Y axis, looking toward the origin (which is toward the -Y direction). So:

 • You are looking from +Y toward -Y.
 • Since -Y is Forward, you are looking forward into the scene.
 • The scene in front of you extends along the -Y axis.

So, the user's viewpoint in Front view is at positive Y, looking toward negative Y (forward).

In other words:

 • You are at +Y, looking toward -Y (Forward).
 • The "Front" view shows you the scene as if you are facing forward.

This means you are looking at the -Y axis (Forward) from the +Y axis (Back).

So your intuition is right: the viewpoint is located on the +Y side, looking toward -Y (forward), not the other way around.


Q: Right but in Front View, you should be actually looking *backwards* into the scene (relative to grid centre), along the +Y? What you seem to be describing is the view being set to *Backwards*, which *would* mean you looking *forward* into the scene?

A: Let's clarify the Blender viewport views and directions precisely, as this is a common point of confusion.

Blender Coordinate System Recap:

 • Forward direction: -Y axis
 • Backward direction: +Y axis
 • Up direction: +Z axis
 • Right direction: +X axis

Viewport Views and Camera Directions:

 • Front View:
  o The camera is positioned on the -Y axis (negative Y side).
  o The camera looks toward +Y (positive Y direction).
  o So, in Front View, you are looking along +Y into the scene.
  o This means you are looking backwards relative to the forward direction (-Y).
 • Back View:
  o The camera is positioned on the +Y axis (positive Y side).
  o The camera looks toward -Y (negative Y direction).
  o So, in Back View, you are looking along -Y into the scene.
  o This means you are looking forward relative to the forward direction (-Y).

What this means:

 • In Front View, you look backwards into the scene along the +Y axis.
 • In Back View, you look forward into the scene along the -Y axis.

Why this is confusing:

 • The Forward direction in Blender is -Y.
 • The Front View camera is placed on the -Y side, looking toward +Y.
 • So the Front View shows you the scene from the front, but you are actually looking backwards relative to the forward direction

Conclusion:
You are correct in your understanding:

In Front View, you look backwards along +Y into the scene.

What I described earlier was inverted.

Thank you for pointing that out! This is a subtle but important distinction in Blender's coordinate and viewport system.