sean-murray
  • Joined on 2023-09-13
sean-murray commented on pull request blender/blender#128955 2024-10-15 16:08:42 +02:00
GPv3: Fix crash when using build modifier with cyclic curves

@sean-murray I fixed the branch since it was a small PR. I just created a branch from latest blender-v4.3-release and committed the changes there, then force pushed to your upstream branch.

sean-murray commented on pull request blender/blender#128955 2024-10-15 12:37:40 +02:00
GPv3: Fix crash when using build modifier with cyclic curves

I see, thanks for the clarification! I merged blender-v4.3-release into this branch yesterday. Is this PR appropriately targeted now or does it require further changes? Maybe another merge to…

sean-murray commented on pull request blender/blender#128955 2024-10-14 14:16:40 +02:00
GPv3: Fix crash when using build modifier with cyclic curves

My mistake, I'm still getting the hang of this. For future reference, bugfixes should target the release branch, and feature implementation should target main, is that right?

sean-murray pushed to GPv3_build_modifier_crash at sean-murray/blender 2024-10-14 14:15:02 +02:00
c62c0882f9 Merge branch 'blender-v4.3-release' into GPv3_build_modifier_crash
373d77aeb6 Fix #128672: Brush Assets: Wrong catalogs in asset shelf by default
39c1127dc0 Fixes for #128078
ae1409b9ae Fix #128921: GPv3: Influence subpanel is missing in Simplify modifier
f8a29ccab5 Update autopep8 1.6.0 -> 2.3.1, remove outdated "toml" module
Compare 14 commits »
sean-murray pushed to GPv3_build_modifier_crash at sean-murray/blender 2024-10-13 18:48:26 +02:00
24deab3a73 - change to read cyclic attribute once instead of reading once for each stroke
sean-murray commented on pull request blender/blender#128955 2024-10-13 18:33:36 +02:00
GPv3: Fix crash when using build modifier with cyclic curves

Thanks!

sean-murray created pull request blender/blender#128955 2024-10-13 18:31:17 +02:00
GPv3: Fix crash when using build modifier with cyclic curves
sean-murray created branch GPv3_build_modifier_crash in sean-murray/blender 2024-10-13 18:18:54 +02:00
sean-murray pushed to GPv3_build_modifier_crash at sean-murray/blender 2024-10-13 18:18:54 +02:00
2d7f59cb09 - add cyclic checks to concurrent build modifier to fix assert failure
c4bf88c844 Merge branch 'blender-v4.3-release'
eb2b0ac3f1 Libs: macOS arm64/x64: Update ShaderC to remove global locale lock
191b347f58 Cleanup: GPU: Use function parameters instead of template
d9aad850b0 GPU: GLSL preprocess: Remove invalidly processed header
Compare 10 commits »
sean-murray pushed to GPv3_set_start_point at sean-murray/blender 2024-10-11 01:50:32 +02:00
5da819de6f More cleanup
sean-murray pushed to GPv3_set_start_point at sean-murray/blender 2024-10-11 01:46:47 +02:00
ff7305e9c9 Merge branch 'main' into GPv3_set_start_point
cb9ee3c1c6 - cleaned up comments
07f298c1e5 Merge branch 'blender-v4.3-release'
5c855bd6bf Fix: Sculpt: Reduce clay strips z-axis influence
8cf9115fbb Merge branch 'blender-v4.3-release'
Compare 393 commits »
sean-murray pushed to GPv3_set_start_point at sean-murray/blender 2024-10-09 20:19:25 +02:00
ad41c2dbef some more cleanup
8f789312a0 - cleaned up some comments and debug prints
Compare 2 commits »
sean-murray pushed to GPv3_set_start_point at sean-murray/blender 2024-10-09 19:14:24 +02:00
627d62cb93 fixed crash, something wrong with cyclic data. Crash on changing build modifier to concurrent.
sean-murray pushed to GPv3_set_start_point at sean-murray/blender 2024-10-09 05:56:18 +02:00
959a51cc57 works for one curve, but renderloop crashes with multiple if at least one is non-cyclical curve
sean-murray created pull request blender/blender#128540 2024-10-03 16:35:39 +02:00
WIP: GPv3 Set Start Point operator
sean-murray created branch GPv3_set_start_point in sean-murray/blender 2024-10-03 16:25:27 +02:00
sean-murray pushed to GPv3_set_start_point at sean-murray/blender 2024-10-03 16:25:27 +02:00
c63d4de24c -initial setup for GREASE_PENCIL_OT_set_start_point operator
e34feb347c Anim: make copy-paste of sequencer strips work with slotted actions
54234ebbc2 Merge branch 'blender-v4.3-release'
Compare 3 commits »
sean-murray commented on pull request blender/blender#128532 2024-10-03 14:53:20 +02:00
Fix #128430: GPv3: Crash using "Shrink/Fatten" operator

I think I cleaned everything up, please let me know if I need to fix anything else with this PR. Thank you for your patience.

sean-murray pushed to quick_radius_fix at sean-murray/blender 2024-10-03 14:51:31 +02:00
b32d5dc32a - Updated grease pencil point mode edit flag for Shrink/Fatten context menu transform
7cb0e8a558 Cleanup: GPv3: Separate weight paint context menu class
3a070122ea Fix #126998: Fog Glow is corrupt for large images
9c6488ca42 Fix: GPv3: Crash in evelope modifier
c986aa03b9 GPv3: Remove unused GPv2 keymap entries
Compare 20 commits »
sean-murray commented on pull request blender/blender#128532 2024-10-03 14:24:35 +02:00
Fix #128430: GPv3: Crash using "Shrink/Fatten" operator

looks like I need to handle a couple things, sorry about the mess. Pls bear with me a few minutes.