Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#124396 2024-07-09 11:20:22 +02:00
Fix #124393: GPv3: invalid frame when inserting in the draw tool

Checked the other uses of start_frame_at, those should be fine (check the return value correctly or make sure the frame exists beforehand).

Lukas Tönne created pull request blender/blender#124396 2024-07-09 11:18:21 +02:00
GPv3: Fix invalid frame number when inserting in the draw tool
Lukas Tönne pushed to fix-gpv3-draw-tool-insert-frame at LukasTonne/blender 2024-07-09 11:17:21 +02:00
ecbd26d0e1 GPv3: Fix invalid frame number when inserting in the draw tool.
Lukas Tönne pushed to fix-gpv3-draw-tool-insert-frame at LukasTonne/blender 2024-07-09 11:13:30 +02:00
d4ae97fc3d Fix new/free mismatch for context copying
6bbffc6b69 Revert "Fix #124082: GPv3: New frames created in sculpt mode are empty"
6fb41126ec Tests: Add various new Cycles test files
52a6da315b Fix: GPv3: Draw tool outline invalid geometry with View drawing plane.
d859b2d45d Merge branch 'blender-v4.2-release'
Compare 10 commits »
Lukas Tönne created branch fix-gpv3-draw-tool-insert-frame in LukasTonne/blender 2024-07-09 11:13:30 +02:00
Lukas Tönne pushed to gpv3-automerge-strokes at LukasTonne/blender 2024-07-09 10:31:01 +02:00
106fd46036 Adding a topological sort to get contiguous ranges.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-09 09:07:09 +02:00
698e596fc2 Some changes to attribute providers.
Lukas Tönne pushed to gpv3-automerge-strokes at LukasTonne/blender 2024-07-08 18:06:15 +02:00
e37a3a8dce Implemented KDTree lookup for connecting start and end points.
b9d9a6a5b0 Vulkan: Remove performance warning about depth clearing
1e4bd80600 Fix: GPv3: Draw Tool creates wrong curve type
eb29e290bd Fix (unreported) yet another MEM_new/MEM_freeN mismatch...
03a015f416 UI: Support non-C-allocated data for buttons and blocks func_argN data.
Compare 24 commits »
Lukas Tönne deleted branch fix-modifier-point-cache-reset from LukasTonne/blender 2024-07-08 17:16:49 +02:00
Lukas Tönne pushed to main at blender/blender 2024-07-08 17:16:45 +02:00
d51cab60df Fix #124181: Add depsgraph relation to clear cache from modifiers
Lukas Tönne closed issue blender/blender#74523 2024-07-08 17:16:45 +02:00
Moving cloth with bone in pose mode does not resets cache
Lukas Tönne closed issue blender/blender#124181 2024-07-08 17:16:43 +02:00
Depsgraph: Missing dependency between Cloth Sim -> Pose with Armature modifier
Lukas Tönne merged pull request blender/blender#124247 2024-07-08 17:16:40 +02:00
Fix #124181: Add depsgraph relation to clear cache from modifiers
Lukas Tönne pushed to fix-modifier-point-cache-reset at LukasTonne/blender 2024-07-08 16:51:03 +02:00
46825edb0a Removed unnecessary initialization of std::optional value.
aff55e59f7 Rename utility function to get_latter_modifier.
bf7d621268 Fix TODO comment style.
Compare 3 commits »
Lukas Tönne pushed to main at blender/blender 2024-07-08 15:05:57 +02:00
996520960b Merge branch 'blender-v4.2-release'
d14478c747 Fix #124310: Add override flag to prevent infinite recursion
26b6c2b94d Fix #124211: FCurve generates NaNs with Vector handles
Compare 3 commits »
Lukas Tönne deleted branch fix-menu-node-override from LukasTonne/blender 2024-07-08 15:05:08 +02:00
Lukas Tönne closed issue blender/blender#124310 2024-07-08 15:05:05 +02:00
Regression: Crash when Override Node Group with Menu Switch
Lukas Tönne pushed to blender-v4.2-release at blender/blender 2024-07-08 15:05:01 +02:00
d14478c747 Fix #124310: Add override flag to prevent infinite recursion