Sculpt paint manual: Wrong hotkey for Stabilize Stroke #102775

Closed
opened 2022-11-25 23:29:27 +01:00 by Hoang Duy Tran · 9 comments
Member

System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits

Blender Version
Broken: version: 3.5.0 Alpha, branch: master, commit date: 2022-11-20 21:42, hash: blender/blender@e83f46ea76

Short description of error
At this page:

https://docs.blender.org/manual/en/dev/sculpt_paint/brush/stroke.html

this part:
Screenshot 2022-11-25 at 22.26.58.png

This can be enabled temporary by holding Shift while painting

No longer works

**System Information** Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits **Blender Version** Broken: version: 3.5.0 Alpha, branch: master, commit date: 2022-11-20 21:42, hash: `blender/blender@e83f46ea76` **Short description of error** At this page: https://docs.blender.org/manual/en/dev/sculpt_paint/brush/stroke.html this part: ![Screenshot 2022-11-25 at 22.26.58.png](https://archive.blender.org/developer/F13969685/Screenshot_2022-11-25_at_22.26.58.png) ``` This can be enabled temporary by holding Shift while painting ``` No longer works
Author
Member

Added subscriber: @hoanguk

Added subscriber: @hoanguk
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Added subscriber: @JulienKaspar

Added subscriber: @JulienKaspar
Member

@JulienKaspar hi, do you know the exact shortcut for stabilize stroke?
AFAICS it's shift s?

   {"properties": [("data_path", 'tool_settings.sculpt.brush.use_smooth_stroke')]}),```
@JulienKaspar hi, do you know the exact shortcut for stabilize stroke? AFAICS it's shift s? ``` ("wm.context_toggle", {"type": 'S', "value": 'PRESS', "shift": True}, ``` {"properties": [("data_path", 'tool_settings.sculpt.brush.use_smooth_stroke')]}),```
Author
Member

You

In #102775#1451726, @PratikPB2123 wrote:
@JulienKaspar hi, do you know the exact shortcut for stabilize stroke?
AFAICS it's shift s?

         {"properties": [("data_path", 'tool_settings.sculpt.brush.use_smooth_stroke')]}),```

You are right, it's 'shift + s' then release and draw in stabilised stroke, to turn off 'shift + s' again. The documentation should be changed.

You > In #102775#1451726, @PratikPB2123 wrote: > @JulienKaspar hi, do you know the exact shortcut for stabilize stroke? > AFAICS it's shift s? > ``` ("wm.context_toggle", {"type": 'S', "value": 'PRESS', "shift": True}, > {"properties": [("data_path", 'tool_settings.sculpt.brush.use_smooth_stroke')]}),``` You are right, it's 'shift + s' then release and draw in stabilised stroke, to turn off 'shift + s' again. The documentation should be changed.
Member

@PratikPB2123 Yes the documentation is false. I have a patch in progress to fix various false information and add new introduction chapters: D16335
I'll see if I can get this in soon for Blender 3.5.

@PratikPB2123 Yes the documentation is false. I have a patch in progress to fix various false information and add new introduction chapters: [D16335](https://archive.blender.org/developer/D16335) I'll see if I can get this in soon for Blender 3.5.
Julien Kaspar self-assigned this 2022-12-05 10:37:50 +01:00
Pratik Borhade changed title from Blender manual - function no longer works to Sculpt paint manual: Wrong hotkey for Stabilize Stroke 2022-12-06 04:30:44 +01:00
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Member

This is now fixed by committing rBM9824.

This is now fixed by committing rBM9824.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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-manual#102775
No description provided.