Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar pushed to temp-sculpt-roll-mapping at JosephEagar/blender 2023-03-08 01:25:02 +01:00
716f925322 Merge branch 'main' into temp-sculpt-roll-mapping
da65b21e2e Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu
d46a0f5a1a Cleanup: UV: simplify #uv_parametrizer_construct_end
d41a1e1806 Cleanup: UV: simplify types
8faeccf6e5 Fix #105496: Incorrect solidify modifier materials after recent cleanup
Compare 396 commits »
Joseph Eagar merged pull request blender/blender#104718 2023-03-08 01:18:34 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu
Joseph Eagar pushed to main at blender/blender 2023-03-08 01:18:33 +01:00
da65b21e2e Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu
Joseph Eagar commented on pull request blender/blender#104718 2023-03-08 01:16:10 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

NULL -> nullptr

Joseph Eagar commented on pull request blender/blender#104718 2023-03-08 01:16:10 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

Don't use // comments.

Joseph Eagar commented on pull request blender/blender#104718 2023-03-08 01:16:10 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

Add OPTYPE_DEPENDS_ON_CURSOR too.

Joseph Eagar pushed to main at blender/blender 2023-03-04 13:12:32 +01:00
adacf5a706 Merge branch 'blender-v3.5-release'
5a4872bd4e Fix #105341 Hard freeze in scene space stroke code
Compare 2 commits »
Joseph Eagar closed issue blender/blender#105341 2023-03-04 13:12:32 +01:00
Hard Freeze with Space Stroke with low Spacing
Joseph Eagar pushed to blender-v3.5-release at blender/blender 2023-03-04 13:12:02 +01:00
5a4872bd4e Fix #105341 Hard freeze in scene space stroke code
Joseph Eagar commented on issue blender/blender#105341 2023-03-03 06:19:33 +01:00
Hard Freeze with Space Stroke with low Spacing

Can someone post a file for this? It's surprisingly difficult to reproduce this exact case. Brush spacings should never be below 0.5 or so, and it's probably happening a bit higher up the call…

Joseph Eagar commented on pull request blender/blender#104718 2023-02-27 12:07:24 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

The nodes out parameters from BKE_pbvh_search_gather needs to be freed, MEM_SAFE_FREE(nodes), that was probably my fault. Not sure what you mean by partial application of mesh filters, I'll…

Joseph Eagar commented on issue blender/blender#105152 2023-02-27 11:37:15 +01:00
Regression: Python: removing a color attribute may leave a mesh without an active color attribute

So I guess we need to subclass CustomDataAttributeProvider for this?

Joseph Eagar commented on issue blender/blender#105152 2023-02-27 11:24:19 +01:00
Regression: Python: removing a color attribute may leave a mesh without an active color attribute

Do you think this is something that should be handled in BKE_id_attribute_remove?

Joseph Eagar pushed to main at blender/blender 2023-02-27 11:05:08 +01:00
16aab1508d Cleanup: comment out unused parameters from last commit
Joseph Eagar commented on issue blender/blender#102427 2023-02-27 10:56:06 +01:00
Sculpt Mode: Add exisiting Tools as Menu Operators

Btw I refactored color filter to support the last operator panel and redo last operator, like with mesh filter.

Joseph Eagar commented on issue blender/blender#102427 2023-02-27 10:54:27 +01:00
Sculpt Mode: Add exisiting Tools as Menu Operators

The HSV color filter ops are implemented separately, yes. We could combine them if that would be better.

For Fill, I think you can use UILayout.popover for it. UILayout.operator_menu_hold

Joseph Eagar pushed to main at blender/blender 2023-02-27 10:51:45 +01:00
b4ee936627 Sculpt: Add support for last operator panel to color filter operator
Joseph Eagar closed issue blender/blender#104006 2023-02-24 20:47:50 +01:00
Regression: Sculpt Trim difference does not work with new fixed extrude setting
Joseph Eagar pushed to main at blender/blender 2023-02-24 20:47:50 +01:00
0f09678036 Merge branch 'blender-v3.5-release'
01d4c8462d Fix #104006 Sculpt box/lasso trim projection errors
a843a9c9bb Sculpt: Add trim orientation to sculpt box trim UI
Compare 3 commits »