WIP: Custom build for 3.6 #109150
No reviewers
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
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
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#109150
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lcas/blender:360"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Custom build for 3.6. The idea is to keep things the way they are, while giving you more options for:
Edges and Faces
With my build you can filter this out based on the direction of mesh normals relative to the viewport. It works with a high degree of success and customization.
With my build you can also use these options to select edges:
Touch will select anything the selection area touches
Enclose will select edges that have both ends inside the selection area
With my build you can also use these options to select faces:
Touch will select anything the selection area touches
Enclose will select a face if all their verts are inside the selection area
Center will select a face if the selection area touches their center
X-Ray
Box, circle, and lasso always select through objects in Object mode, and never select through mesh in Edit mode. With my build you can do either thing in both Object and Edit mode.
Automatic X-Ray can turn X-Ray on for you while using box, circle, and/or lasso
Both of the above are implemented modularly. There are many ways to setup your shortcuts so you can dynamically or permanently decide which tools and modes will use Select Through and/or Automatic X-Ray. There are some optional operators with header buttons that can be shown and hidden as you see fit. They will intelligently handle the modular aspect of either X-Ray feature for you in an on/off fashion for whichever tool and mode you are currently using.
Drag Direction
Blender lets you choose up to 8 directions to move in when click-dragging. If all you want are 2 directions (left vs right or up vs down) they aren't implemented very intuitively, take a lot more keymap items to set everything up, and they are innaccurate. With my build you can restrict the directions to either left vs right or up vs down. It makes sense, is easy to setup your keymap, and has accurate calculation of your drag direction.
Selection Radius
Verts, edges, and facedots (X-Ray on) have a large radius for single-clicking them. Faces, (X-Ray off) have zero radius, the hotspot of the mouse cursor needs to be on top of the face. With my build you can experience a consisten selection radius among all 3 in both shading modes, and adjust how large the selection radius is.
Mouse Cursor
Now you can choose which mouse cursor to use in different tools and modes. I included some new ones as well.
Header Highlights
The top of the active window or panel gets brighter, now you can adjust or disable this
Header Buttons
Can combine the X-Ray and Shading buttons into one thing. Assuming you don't click on the shading buttons to switch shading modes, this makes a lot of sense.
Camera Zoom
Can adjust how fast the camera zooms, as many mappings as your keymap can handle.
Frame Selected
Can give an offset for the viewport camera when using
Frame Selected
Repeat Last
A new operator called
Invoke Last
the will invoke the previous operation instead of executing everything exactly the same.Thankyou
This build is only possible because of the knowledge and experience shared by the community. I want mention some people that helped me figure things out like Chris Blackbourne, LazyDodo, Harley and Campbell. Everyone on devtalk and in the chat, thank you. Most of all, I want to thank kio. Select Through, Facedot visibility, and Touch select faces in X-Ray are from the work he did. Some of it is basically untouched, and I learned a lot by updating it and changing how it works.
WIP: Custom build for 3.6to WIP: Custom build for 3.6@blender-bot package
Package build started. Download here when ready.
@blender-bot package
Package build started. Download here when ready.
Checkout
From your project repository, check out a new branch and test the changes.