Block a user
Fix #98923 : Remove the ability to offset a linked collection asset not instantiated
Style: Always use braces https://wiki.blender.org/wiki/Style_Guide/C_Cpp#Braces
Fix #98923 : Remove the ability to offset a linked collection asset not instantiated
I'd omit the negation to make this more readable / less error-prone:
Fix #98923 : Remove the ability to offset a linked collection asset not instantiated
This shouldn't use the UI name but the internal identifier, see RNA_property_identifier()
. UI names are supposed to be changeable without compatibility concerns, plus they are translated. For example this code will break for languages that have "Rotation" or "Location" translated.
Outliner: Port mesh elements to new tree-element code design
Looks good! Only thing: Please run clang-format, there is a minor formatting error: https://wiki.blender.org/wiki/Tools/ClangFormat
7f7d234d42
Merge branch 'asset-shelf' into brush-assets-project
f504527b27
Merge branch 'main' into asset-shelf
ad50eedb16
Cleanup: Remove unused argument in recursive function
83ffc108e4
Merge branch 'blender-v3.6-release'
8bd14cb3aa
Update the copyright.txt
f504527b27
Merge branch 'main' into asset-shelf
ad50eedb16
Cleanup: Remove unused argument in recursive function
83ffc108e4
Merge branch 'blender-v3.6-release'
8bd14cb3aa
Update the copyright.txt
eb9209c1f5
Cleanup: Deprecation warning in the FFmpeg
4b1208ffde
Merge branch 'main' into asset-shelf
397663a7cb
Fix #107956: Simulation reset on fps change
c8ed927eac
Cleanup: use nullptr and function style casts for numbers
623a40b9d0
UV: move editor files to C++
f80e2c9f93
Cleanup: remove redundant struct qualifiers in 'uvedit'
3020afc5e1
Merge branch 'asset-shelf' into brush-assets-project
c12ac8bef6
Merge branch 'main' into asset-shelf
c2e0623ad1
Add an asset shelf for brushes in sculpt mode (experimental)
be08d78272
Fix editors sharing active shelf settings after splitting
f9ec539a51
Merge branch 'blender-v3.6-release'
c12ac8bef6
Merge branch 'main' into asset-shelf
f9ec539a51
Merge branch 'blender-v3.6-release'
24ca886ac0
Revert "Animation: Update NLA "TAB" tweak mode to be full stack evaluation"
8d17458569
Cycles: Path Guiding: Adding guiding on glossy surfaces via RIS
6cce149144
Merge branch 'blender-v3.6-release'
c2e0623ad1
Add an asset shelf for brushes in sculpt mode (experimental)
be08d78272
Fix editors sharing active shelf settings after splitting
61482f9c6d
Add toggle for asset shelf to View menu
0bef07e9c5
Hide asset shelf theme settings if experimental option is disabled