Cedric-Hutchings
Cedric-Hutchings commented on pull request blender/blender#117012 2024-01-16 08:06:58 +01:00
Fix #116138: make hidden bones show up in Properties when selected in Outliner

a bone cannot be active and hidden at the same time. After all, there are multiple ways in which to hide a bone, and those could potentially all un-mark it as 'active'.

I went to every…

Cedric-Hutchings pushed to hidden-bones at Cedric-Hutchings/blender 2024-01-11 07:45:15 +01:00
229f1eb610 Fix #116138: make hidden bones show up in Properties when selected in Outliner
Cedric-Hutchings created pull request blender/blender#117012 2024-01-11 07:32:12 +01:00
Fix #116138: make hidden bones show up in Properties when selected in Outliner
Cedric-Hutchings pushed to hidden-bones at Cedric-Hutchings/blender 2024-01-11 07:30:37 +01:00
a281217482 Fix #116138: make hidden bones show up in Properties when selected in Outliner
Cedric-Hutchings created branch hidden-bones in Cedric-Hutchings/blender 2024-01-11 07:30:37 +01:00
Cedric-Hutchings created repository Cedric-Hutchings/blender 2024-01-11 07:08:14 +01:00
Cedric-Hutchings commented on issue blender/blender#116843 2024-01-08 17:18:03 +01:00
Regression: Crash when sculpting with Multires modifier

Tested it on Release, this is indeed fixed, sorry @mod_moder 😅 You can close this issue :)

Cedric-Hutchings commented on issue blender/blender#116843 2024-01-08 04:36:12 +01:00
Regression: Crash when sculpting with Multires modifier

The NULL originated in the OpenSubdiv stubs, so it was indeed because the Lite build wasn't including it ... doing a full build but I don't think this issue has actually persisted like I thought…

Cedric-Hutchings commented on issue blender/blender#116843 2024-01-07 19:17:47 +01:00
Regression: Crash when sculpting with Multires modifier

did some debugging, have to bail now (will continue this evening) but this is the progress I made so far

My crash happens because:

  • subdiv is null in multires_shape_util.cc (context_init_com…
Cedric-Hutchings commented on issue blender/blender#116843 2024-01-07 17:56:02 +01:00
Regression: Crash when sculpting with Multires modifier

I know, I built off of the tip of main.

image

Cedric-Hutchings commented on issue blender/blender#116843 2024-01-07 17:49:59 +01:00
Regression: Crash when sculpting with Multires modifier

I might be messing something up, but I can still reproduce this even after Hans's fix.