Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 15:59:53 +02:00
232c11b046 Fix lib folder.
02916a7545 Merge branch 'blender-v4.3-release' into gpv3-remove-gpv2-round3
0ae641c4ef Anim: fix null pointer access in 'Push-Down to NLA' operator
f99735d85c Fix: pyapi_grease_pencil test failiure
92b4c853db Fix: Python: Incorrect default curve_type when calling drawing.add_strokes()
Compare 9 commits »
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 15:54:47 +02:00
2e15b13a8f Remove deprecated parts of the GPencil drawing API.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 15:18:47 +02:00
6d5c360fdc Remove unused function.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 15:09:33 +02:00
7de7641e5b Remove the sync_gpencil function from eevee-next.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 12:28:55 +02:00
24d680e54d Removed legacy function.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 11:59:41 +02:00
dc8772b127 Remove deprecated GPv2 functions of the LineArt modifier.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 11:45:10 +02:00
6f5f42d529 Remove another function.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 11:43:21 +02:00
984d808fe3 Remove unused material functions for GPv2.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 11:08:03 +02:00
97070c3fac Use the "grease_pencil" function for creating object materials.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 11:00:13 +02:00
aa97b99d5e Removed the GPencil eyedropper operator.
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 10:55:26 +02:00
c09d3653e1 Remove more unused functions.
0e92c0cffd Remove more unused BKE functions.
Compare 2 commits »
Lukas Tönne pushed to gpv3-remove-gpv2-round3 at LukasTonne/blender 2024-10-08 10:20:25 +02:00
8942387f26 Merge branch 'blender-v4.3-release' into gpv3-remove-gpv2-round3
3dd20a64f0 Fix #128633: Image gizmo missing update for the Properties Editor
dc652aeedb Fix: UI: Restore GP3 Join operator in menu
6487fc96dd Fix #126024: Separate Geometry nodes does not propagate grease pencil materials
7777fca066 Fix #128178: missing update after attribute conversion
Compare 23 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-08 10:18:49 +02:00
336cd71c91 Use attribute filter final type to ensure correct callbacks.
Lukas Tönne commented on pull request blender/blender#128709 2024-10-08 09:38:43 +02:00
Cleanup: GPv3: Remove unused BKE functions from GPv2

13kloc gone? Nice! :)

More like 50kloc at this point :) #128521 #128597

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-08 09:00:20 +02:00
40297f6b1a Better solution to avoid deadlock while also tagging the read cache.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-07 20:24:35 +02:00
ff7ca84422 Copy write-buffered attributes, support shape attributes for capture.
bed7d380e8 Remove redundant try_move_data call, constructor already does this.
4b2d953925 Avoid deadlock when accessing attributes, lock on higher level.
Compare 3 commits »
Lukas Tönne created pull request blender/blender#128709 2024-10-07 18:25:29 +02:00
GPv3: Remove unused BKE functions from GPv2
Lukas Tönne pushed to main at blender/blender 2024-10-07 18:22:34 +02:00
d7e3f55eea Merge branch 'blender-v4.3-release'
a57206dd59 GPv3: Remove unused legacy editor functions for GPv2
68c665ffa1 Fix #128646: Wrong selection results using the high-level python API
Compare 3 commits »
Lukas Tönne deleted branch gpv3-remove-gpv2-legacy from LukasTonne/blender 2024-10-07 18:21:44 +02:00
Lukas Tönne merged pull request blender/blender#128597 2024-10-07 18:21:41 +02:00
GPv3: Remove more unused legacy code