Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar commented on issue blender/blender#106243 2023-04-17 23:48:17 +02:00
Edit Dyntopo Detail Size: Add resolution value for visual feedback

BTW, if you want to scale the grid to always have a fixed viewport size you do something like this:

float constant_viewport_scale_factor(bContext *C, float mouse[2]) {
  Object *ob =…
Joseph Eagar commented on issue blender/blender#106243 2023-04-17 23:35:14 +02:00
Edit Dyntopo Detail Size: Add resolution value for visual feedback

This is pretty simple, you can use the existing OBJECT_OT_voxel_size_edit operator code (in source/blender/editors/object/object_remesh.cc) as a template. The bug difference is how you build…

Joseph Eagar pushed to main at blender/blender 2023-04-17 23:06:50 +02:00
96fa5fc2b3 Sculpt: Fix #106996: Mising null check in BKE_sculpt_update_object_before_eval
Joseph Eagar closed issue blender/blender#106996 2023-04-17 23:06:49 +02:00
Crash with symmetrize in sculpt mode
Joseph Eagar closed pull request blender/blender#105759 2023-04-17 00:25:47 +02:00
UI: Sculpt Paint tool defaults #97616
Joseph Eagar commented on pull request blender/blender#105759 2023-04-17 00:25:46 +02:00
UI: Sculpt Paint tool defaults #97616

Merged in bd86e719ab917e455c728837b6de61d480d9b1df

Joseph Eagar pushed to main at blender/blender 2023-04-17 00:25:02 +02:00
bd86e719ab UI: Sculpt Paint tool defaults #97616 #105759
Joseph Eagar closed pull request blender/blender#106371 2023-04-17 00:17:32 +02:00
Fix #106358: Handles null evaluated object when entering sculpting workspace
Joseph Eagar commented on pull request blender/blender#106371 2023-04-17 00:16:14 +02:00
Fix #106358: Handles null evaluated object when entering sculpting workspace

Merged at 4563a47ac576437ca43d37ee606dfba08b798ff5 Note: the command-line instructions for merging a PR are not correct.

Joseph Eagar pushed to main at blender/blender 2023-04-17 00:14:34 +02:00
4563a47ac5 Squashed commit of the following:
Joseph Eagar closed issue blender/blender#106358 2023-04-17 00:14:33 +02:00
Switching to Sculpt mode crashes Blender
Joseph Eagar pushed to temp-sculpt-roll-mapping at JosephEagar/blender 2023-04-17 00:10:04 +02:00
56193f926c Merge branch 'main' into temp-sculpt-roll-mapping
c08a9ec19f Sculpt: updated Mask and Face Set menu operators
45ef51d0fb Fix #106242 "Edit Dyntopo Detail Size" status bar missing info
9d4949f80b Cleanup: Reduce nesting in node.cc
de7e3454fb UI: Capabilities Flag for Clipboard Image copy/paste
Compare 952 commits »
Joseph Eagar commented on pull request blender/blender#104568 2023-04-17 00:08:10 +02:00
Sculpt: updated Mask and Face Set menu operators

Remember to base patches on main, not sculpt-dev. Rebased commit at c08a9ec19fb8b7d286693352f65ddcbed73dc87a

Joseph Eagar pushed to main at blender/blender 2023-04-17 00:06:44 +02:00
c08a9ec19f Sculpt: updated Mask and Face Set menu operators
Joseph Eagar closed issue blender/blender#104023 2023-04-16 23:59:00 +02:00
Expand: Menu operators need to be updated
Joseph Eagar merged pull request blender/blender#104568 2023-04-16 23:58:58 +02:00
Sculpt: updated Mask and Face Set menu operators
Joseph Eagar pushed to sculpt-dev at blender/blender 2023-04-16 23:58:57 +02:00
912f61f9f5 Sculpt: updated Mask and Face Set menu operators
Joseph Eagar pushed to main at blender/blender 2023-04-16 23:55:01 +02:00
45ef51d0fb Fix #106242 "Edit Dyntopo Detail Size" status bar missing info
Joseph Eagar closed issue blender/blender#106242 2023-04-16 23:55:01 +02:00
"Edit Dyntopo Detail Size" status bar missing info
Joseph Eagar merged pull request blender/blender#106476 2023-04-16 23:55:00 +02:00
Fix #106242 "Edit Dyntopo Detail Size" status bar missing info