3D Cursor tool todo #69550

Open
opened 2019-09-05 18:18:10 +02:00 by William Reynish · 19 comments

In Blender 2.80, we now have a special tool for transforming the 3D Cursor. The issue is that it's not easy to move it visually, using gizmos, to set a certain pivot point for transforms. We can support this via a toggle in the tool settings, enabled by default for the 3D Cursor toolL

Screenshot 2019-09-05 at 18.13.10.png

This makes it so you can reposition and rotate the 3D Cursor using gizmos, like so:

Screenshot 2019-09-05 at 18.17.41.png


    • {icon circle color=green} Add button in the Tool Settings to reset the Cursor position to 0,0,0
    • {icon circle color=green} Add XYZ controls for 3D Cursor next to it
    • {icon circle color=yellow} Add Rotation XYZ controls for 3D Cursor in the Sidebar, next to location.

Screen Shot 2018-08-27 at 14.29.10.png

In Blender 2.80, we now have a special tool for transforming the 3D Cursor. The issue is that it's not easy to move it visually, using gizmos, to set a certain pivot point for transforms. We can support this via a toggle in the tool settings, enabled by default for the 3D Cursor toolL ![Screenshot 2019-09-05 at 18.13.10.png](https://archive.blender.org/developer/F7718526/Screenshot_2019-09-05_at_18.13.10.png) This makes it so you can reposition and rotate the 3D Cursor using gizmos, like so: ![Screenshot 2019-09-05 at 18.17.41.png](https://archive.blender.org/developer/F7718531/Screenshot_2019-09-05_at_18.17.41.png) --- * - [ ] {icon circle color=green} Add button in the Tool Settings to reset the Cursor position to 0,0,0 * - [ ] {icon circle color=green} Add XYZ controls for 3D Cursor next to it * - [x] {icon circle color=yellow} Add Rotation XYZ controls for 3D Cursor in the Sidebar, next to location. ![Screen Shot 2018-08-27 at 14.29.10.png](https://archive.blender.org/developer/F4410847/Screen_Shot_2018-08-27_at_14.29.10.png)

#57208 was marked as duplicate of this issue

#57208 was marked as duplicate of this issue
Campbell Barton was assigned by William Reynish 2019-09-05 18:18:11 +02:00
Added subscribers: @WilliamReynish, @0o00o0oo, @Znio.G, @DanPool, @Rawalanche, @zeauro, @A.Lex_3D, @CraigJones, @nokipaike, @JonDoe286, @DuarteRamos, @Djay

Added subscriber: @AlbertoVelazquez

Added subscriber: @AlbertoVelazquez

in adition to this, I want to propose make a optional "Auto 3d Cursor" mode that change the pivot point automatically to 3d cursor until the user change selection? For example, without the option activated, blender keeps the classic behavior. With the option enabled:

  • if user have pivot point to the 3D cursor, nothing happens when he move the 3d cursor
  • if user have other pivot point, when he move the 3D cursor it automatically change to pivot point 3D cursor mode until heb change the selection, or other behavior
in adition to this, I want to propose make a optional "Auto 3d Cursor" mode that change the pivot point automatically to 3d cursor until the user change selection? For example, without the option activated, blender keeps the classic behavior. With the option enabled: - if user have pivot point to the 3D cursor, nothing happens when he move the 3d cursor - if user have other pivot point, when he move the 3D cursor it automatically change to pivot point 3D cursor mode until heb change the selection, or other behavior

Is there a reason to make the gizmo optional?

Why not enable it by default as with other gizmo's?

Is there a reason to make the gizmo optional? Why not enable it by default as with other gizmo's?

@ideasman42 Indeed, we should just enable it by default.

@ideasman42 Indeed, we should just enable it by default.
Contributor

Is there any reason the gizmo doesn't have planar and 3D transform handles? I can imagine many cases where I'd like to snap cursor onto something on 2D plane or in 3D. Right now, with the ability to only move cursor one axis at the time, that would be an unnecessary amount of steps.

Is there any reason the gizmo doesn't have planar and 3D transform handles? I can imagine many cases where I'd like to snap cursor onto something on 2D plane or in 3D. Right now, with the ability to only move cursor one axis at the time, that would be an unnecessary amount of steps.
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

FYI: I have created D5885: 3D cursor tool: improve rotation for Orientation set to 'Geometry', which might also be interesting?

FYI: I have created [D5885: 3D cursor tool: improve rotation for Orientation set to 'Geometry'](https://archive.blender.org/developer/D5885), which might also be interesting?

Added subscriber: @Lumpengnom-3

Added subscriber: @Lumpengnom-3

Will the grab and rotate hotkeys be supported as well? For people not using gizmos I think it would be inconvenient to use gizmos when transforming the cursor.

Will the grab and rotate hotkeys be supported as well? For people not using gizmos I think it would be inconvenient to use gizmos when transforming the cursor.

Added subscriber: @DanielPaul

Added subscriber: @DanielPaul

Added subscriber: @Yianni

Added subscriber: @Yianni

I think a big problem with the way it is now is that you can't modify it easily from it's existing position. You always have to set a new position for the cursor which is annoying for precise modelling. Sometime you want the cursor to be moved relative from where it already is and the only way to do that is in the sidebar or if you create an empty or something and then snap the cursor to that after you moved it.

I think a big problem with the way it is now is that you can't modify it easily from it's existing position. You always have to set a new position for the cursor which is annoying for precise modelling. Sometime you want the cursor to be moved relative from where it already is and the only way to do that is in the sidebar or if you create an empty or something and then snap the cursor to that after you moved it.
Member

Added subscribers: @HooglyBoogly, @JonathanLampel-4, @Lapineige, @pablovazquez, @capnm

Added subscribers: @HooglyBoogly, @JonathanLampel-4, @Lapineige, @pablovazquez, @capnm

For the record, people are complaining about a lack of undo or history in this thread.
https://blenderartists.org/t/3d-cursor-an-old-concept-that-need-to-go/1242247/164

In 2.5x, 2.6x, 2.7x, that need was covered by addons that have been discontinued.
Those addons were also covering what @Yianni is talking about.
Cursor History addon had a Cursor Target panel filled with buttons to quickly snap 3D Cursor to expected positions from its actual position.
https://archive.blender.org/wiki/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Cursor_Control/

Adding shortcuts to mirror 3D Cursor position or snap it to desired location when active tool is active would really release potential of such active tool.
Making the 3D Cursor more useful would change perception about it.

For the record, people are complaining about a lack of undo or history in this thread. https://blenderartists.org/t/3d-cursor-an-old-concept-that-need-to-go/1242247/164 In 2.5x, 2.6x, 2.7x, that need was covered by addons that have been discontinued. Those addons were also covering what @Yianni is talking about. Cursor History addon had a Cursor Target panel filled with buttons to quickly snap 3D Cursor to expected positions from its actual position. https://archive.blender.org/wiki/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Cursor_Control/ Adding shortcuts to mirror 3D Cursor position or snap it to desired location when active tool is active would really release potential of such active tool. Making the 3D Cursor more useful would change perception about it.

Added subscriber: @tamask

Added subscriber: @tamask

Added subscriber: @GabrielMoro

Added subscriber: @GabrielMoro

Is this tool available anywhere? This would be super useful in my workflow!

Is this tool available anywhere? This would be super useful in my workflow!
Philipp Oeser removed the
Interest
User Interface
label 2023-02-10 09:25:11 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
13 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#69550
No description provided.