Block a user
WIP: Sculpt: Repeat last stroke for sculpt
Ok I added a PR fixing the keymap editor so it doesn't display hidden properties, #113270
Skip hidden properties in keymap editor
Joseph Eagar
created branch temp-skip-hidden-props-keymap in JosephEagar/blender
2023-10-31 22:06:27 +01:00
Joseph Eagar
pushed to temp-skip-hidden-props-keymap at JosephEagar/blender
2023-10-31 22:06:27 +01:00
96a795cb54
Merge branch 'main' into temp-skip-hidden-props-keymap
8dc190feff
Skip hidden RNA properties in the keymap editor
fdd11aba68
Merge branch 'blender-v4.0-release' into main
92c9a2d1bc
Nodes: Add forward compatibility for merged Noise/Musgrave Texture
a404a356e2
Merge branch 'blender-v4.0-release'
b77da20994
Commit current code
c27861d7b0
Core: full non-manifold splicing edge collapse
dff2eb8cbf
Restore various comments and method orderings.
cec4f14fbe
Merge branch 'main' into temp-dyntopo-bmlog
515d25fbed
Unbreak build from missing header
abb6e9471f
Fix #113993: Bevel cutoff intersection type crash
7254caa267
Merge branch 'blender-v4.0-release'
Joseph Eagar
pushed to temp-sculpt-repeat-last-stroke at JosephEagar/blender
2023-10-24 03:45:22 +02:00
79995a87b9
Merge branch 'main' into temp-sculpt-repeat-last-stroke
515d25fbed
Unbreak build from missing header
abb6e9471f
Fix #113993: Bevel cutoff intersection type crash
7254caa267
Merge branch 'blender-v4.0-release'
312d8b1d66
Fix #114041: freeze connecting capture attribute to repeat output node
WIP: Sculpt: Repeat last stroke for sculpt
It won't work without OPTYPE_REGISTER, operators without it aren't inserted into the recent operator list at all.
WIP: Sculpt: Repeat last stroke for sculpt
I changed it to clone the operator properties. We probably should have the wm changes reviewed by someone, any idea who?
Joseph Eagar
pushed to temp-sculpt-repeat-last-stroke at JosephEagar/blender
2023-10-24 03:25:39 +02:00
c944076a15
Fix RNA ui strings
Joseph Eagar
pushed to temp-sculpt-repeat-last-stroke at JosephEagar/blender
2023-10-24 03:23:22 +02:00
4b5be7e70b
Rename WM_operator_clone to WM_operator_clone_and_repeat
Joseph Eagar
pushed to temp-sculpt-repeat-last-stroke at JosephEagar/blender
2023-10-24 03:21:17 +02:00
dbbf21ab4d
The last operator RNA is no longer modified.
WIP: Sculpt: Repeat last stroke for sculpt
On a user level it does seem very interesting and cool feature.
The implication of adding tangent matrix as an operator property is that it is visible in the keymap editor. Even after it…
WIP: Sculpt: Repeat last stroke for sculpt
- The
Repeat Last (Relative)
operator should be added to a menu. We could add it to the Edit menu in the top bar right underRepeat Last
and grey it out anywhere except Sculpt Mode (unless…
Joseph Eagar
pushed to temp-sculpt-repeat-last-stroke at JosephEagar/blender
2023-10-21 04:25:01 +02:00
81f65c366b
Run clang-format