Block a user
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…
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
ce81867c4a
Gather all path conflicts before the dialog.
8e0d73fc19
Separate functions for default paths and for finding path duplicates.
Fix #108263: Show warning when cache baking wants to overwrite data
Had some discussion with @dfelinto about this issue, agreed on:
- Bake directory conflict should be handled as error. If we detect this there should be an error dialog and the operator won't…
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
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
Lukas Tönne
deleted branch node-socket-categories from LukasTonne/blender
2023-06-14 18:02:47 +02:00
Nodes: Panel declarations for grouping sockets
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++
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…