Revision 76e3efe by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 15:53 (GMT) |
Cleanup: Assets, add asset catalog documentation comments |
August 9, 2021, 15:53 (GMT) |
UI: Image Editor: Fix missing 2D cursor in mask edit mode The 2D cursor should be visible in both mask and uv edit modes. This was likely and oversight when splitting the image editor into the UV and Image editors |
Revision fc5f3b7 by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 15:53 (GMT) |
Cleanup: Assets, remove unused forward/namespace declarations |
Revision 4978e3d by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 15:49 (GMT) |
Cleanup: Asset Catalogs, make fields private and add `_` suffix. |
Revision 3c0cc81 by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 15:29 (GMT) |
Partially revert "Cleanup: Assets, move AssetLibrary struct to global namespace" This reverts the namespace changes from commit 784b97e280c1ba479822d0fba6ebfce0b91595d4. |
Revision 784b97e by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 15:01 (GMT) |
Cleanup: Assets, move AssetLibrary struct to global namespace Move `blender::bke::AssetLibrary` to the global namespace, causing the C `struct AssetLibrary` to refer to the same object as the corresponding C++ struct. Also move `intern/asset_library.hh` to `BKE_asset_library.hh`, mimicking `BKE_geometry_set.hh`. This makes the C and C++ pointers compatible, cleans up the code a bit, and aids in debugging. No functional changes. |
August 9, 2021, 14:50 (GMT) |
Build: macOS library upgrade fixes * Revert back to OpenMP 9.0.1 due to bug causing cloth physics test to fail. * Skip flex build on macOS to avoid link error, only reason we build this is due to old flex version on Linux CentOS 7. * Fix PNG cmake argument that expects lowercase on instead of ON. Ref T90507, T88438 |
Revision 5526dbe by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 14:43 (GMT) |
Cleanup: C++ to C comment style No functional changes. |
Revision f45339d by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 14:43 (GMT) |
Fix pointer ownership issue in `AssetCatalogService::parse_catalog_file()`, and solve some feature envy by adding a few `AssetCatalogDefinitionFile` methods. |
August 9, 2021, 13:29 (GMT) |
Merge branch 'master' into asset-greasepencil |
August 9, 2021, 13:28 (GMT) |
Cleanup: Fix compiler warning |
August 9, 2021, 12:55 (GMT) |
August 9, 2021, 12:55 (GMT) |
Cleanup: spelling in comments |
Revision 624ca21 by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 9, 2021, 12:45 (GMT) |
Filelist: load AssetLibrary (and thus catalogs) Load `AssetLibrary` struct when refreshing the filelist. This primarily loads the asset catalog definition files. |
August 9, 2021, 12:42 (GMT) |
Cleanup/fixes in UI messages. |
August 9, 2021, 12:41 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
August 9, 2021, 12:32 (GMT) |
Cleanup: Spelling and typos in comment |
August 9, 2021, 11:06 (GMT) |
adaptive_cloth: AdaptiveMesh: preserve vert Need to mark verts that should be preserves, ones that are on seams or boundaries at the beginning of the remeshing process so that the initial state is not altered. Collapse edges should not collapse a vert that should be preserved into another vert. |
August 9, 2021, 11:06 (GMT) |
adaptive_cloth: FilenameGen: increase number of leading zeros Now that many more operations take place during remeshing, it exceeds 1000, so need to update the number of leading zeros. |
August 9, 2021, 11:00 (GMT) |
Cleanup: Changed keyframe_keylist to CPP. Just a straight-forward change. Not utilizing CPP features. |
|
|
|


Master Commits
MiikaHweb | 2003-2021