Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#108288 2023-06-15 17:10:12 +02:00
Fix #108263: Show warning when cache baking wants to overwrite data

This should be ready now. I'll add "clear paths on copy" in a separate patch.

Error message when paths are conflicting (operator exits): ![image](/attachments/59b66b24-4d48-4db7-8e9b-4f7ebe2000…

Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 16:59:49 +02:00
884e14d352 Add back path string copy that was accidentally removed.
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 16:30:38 +02:00
26e0c452ef Error checks and dialogs to handle path conflicts in the bake operator.
f78aa6c034 Fix #108527: Fixing Vertex Group operators to default back to Active Vertex Group
7fca0ee76a Cycles: Increase the compute model for the PTX kernel
61efaec173 Fix Alembic crash when importing a SubD mesh
2d3c9bcee8 Benchmark: Pack python expression into a single line
Compare 146 commits »
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 15:52:19 +02:00
e03ac8509d Revert bake path reset, this needs more testing.
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 14:58:08 +02:00
83cb0ccc25 Reset bake directory when copying a nodes modifier.
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 14:45:30 +02:00
b03d67fae2 Reset bake directory when copying a nodes modifier.
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 14:30:15 +02:00
ce81867c4a Gather all path conflicts before the dialog.
8e0d73fc19 Separate functions for default paths and for finding path duplicates.
Compare 2 commits »
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 14:01:43 +02:00
a2092c39ca Treat path conflict as critical error and don't run bake operator.
Lukas Tönne commented on pull request blender/blender#108288 2023-06-15 13:42:21 +02:00
Fix #108263: Show warning when cache baking wants to overwrite data

Had some discussion with @dfelinto about this issue, agreed on:

  1. Bake directory conflict should be handled as error. If we detect this there should be an error dialog and the operator won't…
Lukas Tönne pushed to warn_on_bake_dir_conflict at LukasTonne/blender 2023-06-15 12:26:42 +02:00
59999d3d48 Early continue when looping over modifiers.
5d49e407f9 Use get_default_hash function for convenience.
c4b89140b6 Merge branch 'blender-v3.6-release' into warn_on_bake_dir_conflict
Compare 3 commits »
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-15 12:17:40 +02:00
a9d63f2426 Merge branch 'main' into socket_subpanels
0809377789 Cleanup: Make format
1097e33032 Merge branch 'blender-v3.6-release'
d61d2e5f59 Fix #108911: Fcurve Proportional editing circle draws wrong
d1e63f89bb License checker: quiet false positive for blender_theme_as_c.py
Compare 169 commits »
Lukas Tönne deleted branch node-socket-categories from LukasTonne/blender 2023-06-14 18:02:47 +02:00
Lukas Tönne pushed to main at blender/blender 2023-06-14 18:02:46 +02:00
8c2ad8bbd3 Nodes: Panel declarations for grouping sockets
Lukas Tönne merged pull request blender/blender#108649 2023-06-14 18:02:46 +02:00
Nodes: Panel declarations for grouping sockets
Lukas Tönne commented on pull request blender/blender#108649 2023-06-14 17:23:01 +02:00
Nodes: Panel declarations for grouping sockets
Lukas Tönne pushed to node-socket-categories at LukasTonne/blender 2023-06-14 17:22:29 +02:00
581b462642 Merge branch 'main' into node-socket-categories
ffdce441ee License headers: use SPDX-FileCopyrightText for source/
8f109712ee License headers: use SPDX-FileCopyrightText for build_files/ & tools/
49594c37ae License headers: use SPDX-FileCopyrightText for CMake files
f3dd63e25c Cleanup: Convert several RNA C files to C++
Compare 119 commits »
Lukas Tönne commented on pull request blender/blender#108903 2023-06-14 16:40:26 +02:00
Nodes: Add rotation socket type, support in many geometry nodes

The code looks good, but unsure if we can merge this without picking the color first. If adding the experimental option takes less than 30 min, I think it's worth it.

Fairly simple, this is…

Lukas Tönne commented on pull request blender/blender#108649 2023-06-14 15:28:37 +02:00
Nodes: Panel declarations for grouping sockets
Lukas Tönne deleted branch rna-cpp-nodetree from LukasTonne/blender 2023-06-14 15:28:06 +02:00
Lukas Tönne pushed to main at blender/blender 2023-06-14 15:28:05 +02:00
f3dd63e25c Cleanup: Convert several RNA C files to C++