Lukas Tönne LukasTonne
Lukas Tönne commented on issue blender/blender#108263 2023-05-25 16:19:36 +02:00
Geometry Nodes: show warning when two modifiers are baked to the same directory

Comparing strings of the modifiers being baked is simple enough. However, it would be possible to bake object to some path, and then bake another object to the same path. Because these are…

Lukas Tönne created pull request blender/blender#108278 2023-05-25 16:01:39 +02:00
Fix #108262: Create cache folder only for modifiers with used sim zones
Lukas Tönne pushed to fix_unused_cache_folder_creation at LukasTonne/blender 2023-05-25 16:00:42 +02:00
4f799a4359 Fix #108262: Create cache folder only for modifiers with used sim zones.
f3677dce41 Cleanup: minor changes to the keymap
09c2b327d7 Fix #107283: Drag Box Selection While (e.g. Transform) Tool is on
1621d790ff Fix #108120: graphic artefacts node editor during cycles render
03e4325fa9 Fix: High resolution textures in Metal from Integer overflow
Compare 5 commits »
Lukas Tönne closed pull request blender/blender#108276 2023-05-25 15:57:12 +02:00
Fix #108262: Create cache folder only for modifiers with used sim zones
Lukas Tönne created pull request blender/blender#108276 2023-05-25 15:36:26 +02:00
Fix #108262: Create cache folder only for modifiers with used sim zones
Lukas Tönne pushed to fix_unused_cache_folder_creation at LukasTonne/blender 2023-05-25 14:55:10 +02:00
6891fda2c7 Fix #108262: Create cache folder only for modifiers with used sim zones.
f669f6cd8c Fix #108243: Crash when save before close with modified image
0e7b81dd32 Metal: Fix MSL compilation warning
21b2393eb2 Fix off by 1 error in BLI_uniquename* clipping an extra character
9182ebdfde Cleanup: replace strcat with BLI_strncat
Compare 10 commits »
Lukas Tönne created branch fix_unused_cache_folder_creation in LukasTonne/blender 2023-05-25 14:55:10 +02:00
Lukas Tönne commented on pull request blender/blender#108082 2023-05-22 15:17:49 +02:00
Fix #108049: De-duplicate copied active node

typo: actibe

Lukas Tönne approved blender/blender#108082 2023-05-22 15:17:49 +02:00
Fix #108049: De-duplicate copied active node

Looks good, just one typo.

Lukas Tönne created pull request blender/blender#108148 2023-05-22 15:04:29 +02:00
WIP: Test Embree alternative to Blender BVH trees
Lukas Tönne pushed to bvh-embree at LukasTonne/blender 2023-05-22 14:57:26 +02:00
5be865a768 Fix merge errors and update to new mesh structures.
e8b480bb5f Merge branch 'main' into bvh-embree
7f4aa0b553 Merge branch 'blender-v3.6-release'
3695f0dffc Cycles: fix device settings update for Multi-device
64c33871bd Cleanup: add missing inline
Compare 2535 commits »
Lukas Tönne commented on issue blender/blender#108141 2023-05-22 12:10:07 +02:00
Regression: Group Insert operator creates invalid links

I suspect my own changes in #107807

Lukas Tönne pushed to geometry-nodes-tetrahedralization at LukasTonne/blender 2023-05-22 12:01:05 +02:00
eacc91ca6d Merge branch 'main' into geometry-nodes-tetrahedralization
7f4aa0b553 Merge branch 'blender-v3.6-release'
3695f0dffc Cycles: fix device settings update for Multi-device
64c33871bd Cleanup: add missing inline
7725bacd6a BLI: support aligned parallel reduce
Compare 2350 commits »
Lukas Tönne opened issue blender/blender#108141 2023-05-22 11:58:21 +02:00
Group Insert operator creates invalid links
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-19 18:02:48 +02:00
d7a6067f0a Fix merge errors.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-19 16:49:22 +02:00
c3901f284d Merge branch 'main' into geometry-nodes-closures
8cc22d2809 Workaround Cycles regression test failures
e0e182d5e9 Cleanup: deduplicate code to obtain the object for the transform space
b060beae17 Merge branch 'blender-v3.6-release'
370b7ae917 Fix #107889: Scale Cage gizmo wrong in editmode with rotated objects
Compare 246 commits »
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-16 18:02:31 +02:00
ef2966c896 Warning if the node graph does not provide all outputs.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-16 09:25:37 +02:00
33413b3ff6 Support all socket types in the bind node.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-15 22:40:38 +02:00
693190a24c Fill default input values for node trees.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-15 20:50:26 +02:00
d4759b1503 Ensure the node group graph info exists even if the group isn't used elsewhere.