Lukas Tönne LukasTonne
Lukas Tönne merged pull request blender/blender#108278 2023-05-30 12:25:28 +02:00
Fix #108262: Create cache folder only for modifiers with used sim zones
Lukas Tönne commented on pull request blender/blender#108288 2023-05-30 11:57:40 +02:00
Fix #108263: Show warning when cache baking wants to overwrite data

I needed it for the definition of the PathUsersMap below, which uses specialized string comparison for paths. I may be missing something, but i think we can only specify template arguments in…

Lukas Tönne created pull request blender/blender#108412 2023-05-30 11:47:00 +02:00
Fix #108376: Copy from geometry to other node tree types resets shapes.
Lukas Tönne pushed to reset_socket_shapes_on_copy at LukasTonne/blender 2023-05-30 11:46:24 +02:00
3272410db0 Fix #108376: Copy from geometry to other node tree types resets shapes.
bdf5649f36 Cycles: Remove redundant MetalRT workaround & add two useful DebugFlags
Compare 2 commits »
Lukas Tönne created branch reset_socket_shapes_on_copy in LukasTonne/blender 2023-05-30 11:44:29 +02:00
Lukas Tönne pushed to reset_socket_shapes_on_copy at LukasTonne/blender 2023-05-30 11:44:29 +02:00
45d40ec9ff Fix #108376: Copy from geometry to other node tree types resets shapes.
0d38fa2422 Externals: compile fmtlib as a library instead of using it with FMT_HEADER_ONLY
122c48aed0 Externals: update fmtlib to latest version (10.0.0)
1be9d9cb63 Externals: update fast_float to latest version (5.0.0) to fix some compile warnings
0272ab6cda Cleanup: avoid copy & unnecessary allocation creating temporary path
Compare 10 commits »
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-29 17:49:21 +02:00
68c6a64b4e Converted rna_object and rna_object_api to C++.
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-29 14:19:54 +02:00
ac7230222a Fix linking by adding extern "C" to generated RNA function definitions.
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-29 11:52:31 +02:00
284d21a91b Cleanup: clang format.
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-29 11:47:35 +02:00
e463f31353 Declare extern functions in rna_nodetree with C linkage.
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-26 18:07:21 +02:00
863f9936c9 Converted rna_nodetree to C++.
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-26 14:04:56 +02:00
b0c2d7f0a0 Converted rna_curve and rna_curve_api to C++.
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-26 11:32:29 +02:00
62bd1c6a58 Converted rna_curves.c to C++.
Lukas Tönne pushed to rna-cpp at LukasTonne/blender 2023-05-26 11:29:26 +02:00
40d78d95db add extern "C"
858f5c078a avoid warning because -Wno-missing-prototypes is not valid in g++
741cba8392 Merge branch 'main' into rna-cpp
adef3a4556 Animation: Remove collection hotkeys from pose mode
ad6fa96041 BLF: use BLI_path_cmp when comparing path names
Compare 10 commits »
Lukas Tönne created branch rna-cpp in LukasTonne/blender 2023-05-26 11:29:26 +02:00
Lukas Tönne created pull request blender/blender#108288 2023-05-25 19:03:01 +02:00
Show warning/confirmation when cache baking wants to overwrite data
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-05-25 18:59:16 +02:00
16ab1036fd Show warning/confirmation when cache baking wants to overwrite data.
263e421c48 Check for conflicts between cache output directories when baking.
dc33a8e974 Geometry Nodes: expose simulation bake path in UI
f3677dce41 Cleanup: minor changes to the keymap
09c2b327d7 Fix #107283: Drag Box Selection While (e.g. Transform) Tool is on
Compare 5 commits »
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-05-25 18:53:04 +02:00
a941cfe471 Show warning/confirmation when cache baking wants to overwrite data.
Lukas Tönne created branch warn_on_bake_dir_conflict in LukasTonne/blender 2023-05-25 17:56:07 +02:00
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-05-25 17:56:07 +02:00
23a31c3518 Check for conflicts between cache output directories when baking.
5e15fe8889 change "Bake Path" to just "Bake"
f54a261cfc Merge branch 'blender-v3.6-release' into expose-bake-path
Compare 3 commits »