Tarek-Yasser
  • Joined on 2023-02-09
Tarek-Yasser pushed to sculpt_mode_add_menu_operators at Tarek-Yasser/blender 2023-02-13 19:40:36 +01:00
256489d011 UI: Add the 8 variants of sculpt mesh filter to the sculpt menu.
7ddb21152a UI: Add 8 more operators to the sculpt menu.
11c6df7a02 UI: Reorder Sculpt menu and add Move, Roatte, Scale.
Compare 3 commits »
Tarek-Yasser commented on issue blender/blender#102427 2023-02-11 02:43:42 +01:00
Sculpt Mode: Add exisiting Tools as Menu Operators

A few updates here:

  1. For Move, Rotate, and Scale, I grepped through the code and inspected the UI for a while and found this section: https://projects.blender.org/blender/blender/src/commit/ef
Tarek-Yasser created repository Tarek-Yasser/blender 2023-02-10 16:54:51 +01:00
Tarek-Yasser commented on issue blender/blender#102427 2023-02-09 18:40:34 +01:00
Sculpt Mode: Add exisiting Tools as Menu Operators

Quick update regarding assigning myself: After asking at #blender-developers-migration-support. Brecht informed me that only members of the Blender organization can be assigned to issues…

Tarek-Yasser commented on issue blender/blender#102427 2023-02-09 17:04:35 +01:00
Sculpt Mode: Add exisiting Tools as Menu Operators

Thank you for the quick reply. I'll be sure to consult the documentation in case any operator proves to be challenging. I'll also try to submit patches incrementally so things are easier to…

Tarek-Yasser commented on issue blender/blender#102427 2023-02-09 15:50:47 +01:00
Sculpt Mode: Add exisiting Tools as Menu Operators

Hello, I'd like to work on this please. I just want to make sure that I understand the requirements of this issue correctly. The main requirements is to add the long list of operators mentioned…