Block a user
WIP: Rewrite asset browser as separate editor
176abe3488
Merge branch 'main' into asset-browser-grid-view
e927791dbf
Cleanup: Clang-format
Julian Eisel
created branch asset-browser-frontend-split in blender/blender
2023-05-03 11:29:54 +02:00
WIP: Rewrite asset browser as separate editor
c3b36345c7
Basic paginated vertical scrolling
ee49a28335
Merge branch 'asset-shelf' into temp-asset-shelf-grid-view
60585f8b5e
Update for subversion bump in main
0f5853e293
Cleanup: Clang-format after formatting config changes in main
da51074f1c
Merge branch 'main' into asset-shelf
0f5853e293
Cleanup: Clang-format after formatting config changes in main
da51074f1c
Merge branch 'main' into asset-shelf
5e3bf37982
Cleanup: Add internal header for View2D files
20b19f2b12
Fix: calculating duplicates in kdtree does not work with selection
c04e709c6a
Bump blender file format subversion
Assets: Implement Traits
OB_UI_NAME_CURVE
and OB_UI_NAME_CURVES
are a bit confusing. Should these really be saved to traits as "Curve" and "Hair Curves"? @HooglyBoogly @mont29?
Get pose library asset shelf ready for merge into main, experimental feature
Fix #107422: Mesh context menus do not open with the last used option
Problem is that the block's puphash
will always be 0 for menus without title. So if you have multiple menus without a label, they will fight for the same storage of the menu memory. Need to…
bb6685d1d8
Merge branch 'main' into asset-shelf
d68ed238b9
Cycles: solve compilation errors with OptiX 7.7
3f6912ece2
Realtime Compositor: Implement Mask node
92983967cb
Cleanup: Improve readability of Mask node flags
f8d2156dda
Fix #104722: Outliner renaming uses wrong item
Assets: Implement Traits
Use the callback name, not type for the comment, like we do elsewhere (ensure_traits_fn
).