Lukas Tönne LukasTonne
Lukas Tönne pushed to nodes-revert-inline-sockets at LukasTonne/blender 2023-09-22 16:30:18 +02:00
8861becad1 Copy socket-copying code from blenkernel to versioning.
37a2c28d64 Cleanup: Dots after comments.
Compare 2 commits »
Lukas Tönne commented on pull request blender/blender#112721 2023-09-22 14:33:34 +02:00
Cleanup: Small changes in node interface item addition

Looks fine. I don't remember why i used StringRefNull so much, but if this works it works.

Lukas Tönne commented on pull request blender/blender#112560 2023-09-22 12:26:43 +02:00
Nodes: revert the inline (pass-through) socket feature

By "break files" i guess you mean it removes links? Because it may now generate a different identifier i guess. Could try and replicate what the socket identifiers would be to make that work.

Lukas Tönne pushed to nodes-revert-inline-sockets at LukasTonne/blender 2023-09-22 12:19:56 +02:00
7b9414c820 Merge branch 'main' into nodes-revert-inline-sockets
0d708cd68a Fix incorrect item position returned for items in the root panel
8094309474 Fix: Changing theme color for recent additions doesn't save
be7e2d01a8 Python: support the step and precision arguments in rna_idprop_ui_create.
70ac1e5df1 Fix #112645: switching view transform unnecessarily resets look
Compare 6 commits »
Lukas Tönne commented on pull request blender/blender#112560 2023-09-22 12:18:33 +02:00
Nodes: revert the inline (pass-through) socket feature

Yes, fixed separately #112714

Lukas Tönne deleted branch fix-nodes-root-panel-item-position from LukasTonne/blender 2023-09-22 12:18:25 +02:00
Lukas Tönne merged pull request blender/blender#112714 2023-09-22 12:18:22 +02:00
Fix incorrect item position returned for items in the root panel
Lukas Tönne pushed to main at blender/blender 2023-09-22 12:18:22 +02:00
0d708cd68a Fix incorrect item position returned for items in the root panel
Lukas Tönne created pull request blender/blender#112714 2023-09-22 12:17:42 +02:00
Fix incorrect item position returned for items in the root panel
Lukas Tönne pushed to fix-nodes-root-panel-item-position at LukasTonne/blender 2023-09-22 12:17:01 +02:00
ab8203be10 Fix incorrect item position returned for items in the root panel.
Lukas Tönne created branch fix-nodes-root-panel-item-position in LukasTonne/blender 2023-09-22 12:17:01 +02:00
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-22 12:12:22 +02:00
4d1ed727d4 Reenable boundary solve.
Lukas Tönne pushed to nodes-revert-inline-sockets at LukasTonne/blender 2023-09-22 11:34:06 +02:00
a8f2f50df3 Merge branch 'main' into nodes-revert-inline-sockets
dacb768cb6 Geometry Nodes: use lazy evaluation in repeat zone
7b379eb657 Cleanup: Make format
94a8dafab0 BLI_string_cursor_utf8: assert the cursor isn't negative
7a4aa60d4e Fix word selection in the console failing past line end
Compare 59 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-22 11:17:16 +02:00
8513094cbe Fix incorrect evaluation of selection field.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-22 10:04:35 +02:00
609f9622e2 Merge branch 'main' into point-cloud-grid
dacb768cb6 Geometry Nodes: use lazy evaluation in repeat zone
7b379eb657 Cleanup: Make format
94a8dafab0 BLI_string_cursor_utf8: assert the cursor isn't negative
7a4aa60d4e Fix word selection in the console failing past line end
Compare 54 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-22 01:43:13 +02:00
1317f86bc8 Testing poisson solver.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-21 22:57:40 +02:00
a677653217 Sample velocity grid after dynamics step for particle interaction.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-21 21:59:43 +02:00
b91b4b4643 Added leapfrog integration for points with external forces.