August 11, 2021, 12:49 (GMT) |
Cleanup: ID management: remove unused old `BKE_libblock_copy_for_localize` function. |
Revision 6214763 by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 12:48 (GMT) |
Asset Catalogs: clean up catalog paths before using them Clean up paths by trimming whitespace and separators `/path/to/something ` ? `path/to/something`. |
August 11, 2021, 12:47 (GMT) |
Merge branch 'master' of git.blender.org:blender into tracking_tools |
August 11, 2021, 12:40 (GMT) |
Merge branch 'master' of git.blender.org:blender into tracking_tools |
August 11, 2021, 12:40 (GMT) |
August 11, 2021, 12:40 (GMT) |
Merge branch 'master' into tracking_tools |
August 11, 2021, 12:32 (GMT) |
Enable Asset Browser by default for poses, rest stays experimental Idea for 3.0 is to disable all functionality that isn't well polished and focus on those parts first. Starting with poses. * Adds a new experimental option "Extended Asset Browser", replacing "Asset Browser". * Unlike the previous option, this isn't enabled by default anymore. This didn't work well in practice and caused plenty of confusion. * "Mark as Asset" and "Clear Asset" are hidden if the option is disabled. * Same for the category selection in the Asset Browser. * Always show display the "Only Assets" option in the File Browser while browing inside .blend files. That way you can hide data-blocks that are not pose assets. * The Asset Library setup UI in the Preferences is always visible now, it's needed for pose library access. Addresses T90181, T90180 and T90300. Differential Revision: https://developer.blender.org/D12120 |
August 11, 2021, 12:12 (GMT) |
Merge branch 'master' into soc-2021-knife-tools |
Revision ed1fd86 by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 11:59 (GMT) |
Asset Catalogs: allow adding new catalogs New catalogs can be added with `AssetCatalogService::create_catalog()`. It only requires the catalog path, and convert that into a suitable catalog ID itself. It is intended that artists won't have to bother with assigning catalog IDs, and that editing those is more of an advanced feature. Adding a catalog will automatically save the catalog definition file to disk. |
August 11, 2021, 11:54 (GMT) |
Blender 2.83.18-rc |
Revision 7083e8c by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 11:35 (GMT) |
Asset Catalogs: gracefully handle catalog IDs without path Ignore lines in a catalog definition file when it only contains the catalog ID, and not the catalog path. |
August 11, 2021, 11:34 (GMT) |
Cleanup: Keylist Drawing - Split up in multiple functions. |
August 11, 2021, 11:23 (GMT) |
Knife: Enum for measurements and angle snapping mode in tool settings Adds two new enums to the knife tool settings to select between angle snapping modes and measurement modes. In the top bar these are displayed inside the popover. |
Revision 09316c8 by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 10:21 (GMT) |
Cleanup: asset catalogs, use doxygen comments Use `/**` instead of `/*` for some function documentation comments. No functional changes. |
Revision 9655cbf by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 10:21 (GMT) |
Asset Catalogs: pass root dir of asset library to AssetCatalogService Pass the root directory of the asset library to the `AssetCatalogService` constructor. This makes it possible for newly created catalogs to be saved somewhere. No functional changes. |
Revision cd2ea51 by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 09:35 (GMT) |
Cleanup, Asset Catalogs: turn default catalog filename into a constant Instead of hard-coding a path somewhere in the source, store it in a named string constant. No functional changes. |
Revision 4cd8cfe by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 09:34 (GMT) |
Cleanup: Asset Catalogs, make path separator static class member Make `AssetCatalogService::path_separator` a static class member. There is no need to make such constants per-object. This in itself isn't that interesting a change, but it will be relevant for an upcoming new string constant. No functional changes. |
Revision ec23ace by Sybren A. Stüvel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) August 11, 2021, 09:25 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-asset-browser-catalogs |
August 11, 2021, 09:23 (GMT) |
Cleanup: Minor comment update on `LIB_TAG_NEW`. |
August 11, 2021, 09:18 (GMT) |
Compositor: Full frame Despeckle node |
|
|
|


Master Commits
MiikaHweb | 2003-2021