Blender manual: Edge Slide, Key + Mouse combination doesn't work #101429
Labels
No Label
Meta
Good First Issue
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 & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information 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
7 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#101429
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits
Blender Version
Broken: version: 3.4.0 Alpha, branch: master, commit date: 2022-09-24 17:57, hash:
blender/blender@4e7983e073
Short description of error
Following instruction on this page:
https://docs.blender.org/manual/en/dev/modeling/meshes/editing/edge/edge_slide.html
part:
The key + mouse combination doesn't work:
Use Alt-Wheel to change the control edge
Added subscriber: @hoanguk
#102184 was marked as duplicate of this issue
Added subscriber: @OmarEmaraDev
I can't seem to find a reference to that in the source, so I guess this needs to be updated in the documentation.
Please do take note that the reference to 'Alt-Wheel' is also in this part of the text:
A further observation showing that this statement is NOT entirely true:
Here is an example I'm doing, selecting two edges that share the same face:
and here is the file:
20220928_edge_slide_mirror_correct_uv_two_edges_sharing_one_face_0001.blend
Another observation on the Border Edges of Limitations & Workarounds, this statement is NOT entirely true:
This is the image showing the edge slid using Edge Slide:
Here is the file, open it and execute Edge Slide and you will see:
20220928_edge_slide_single_face_0001.blend
Added subscriber: @JaumeBellet
Added subscriber: @edward88
Ah sorry for the duplicate
Added subscriber: @Blendify
Changed status from 'Needs Triage' to: 'Confirmed'
This features looks like it was disabled in blender/blender@bfc9d426bb
Likely the feature does not work well with multi object editing, however this needs to be looked into more.
Added subscriber: @mano-wii
I would just remove the description of this feature from the manual.
The transform operators already have many modal shortcuts, decreasing the amount doesn't seem like a bad thing.
There were no complaints with this removal.
Also, if the navigate-while-transform feature is implemented,
Alt-Wheel
would conflict with navigation shortcuts.@mano-wii should
TFM_MODAL_EDGESLIDE_DOWN
(and the_UP
variant) be removed completely from the code then?I had forgotten that these enums existed.
Removing from code looks good.
This issue was referenced by blender/blender@bfb3d78902
Changed status from 'Confirmed' to: 'Resolved'
Fixed in rBM9709