Blender Git Commit Log

All Blender Git commits.

Page: 350 / 8462

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
August 9, 2021, 15:53 (GMT)
Cleanup: Assets, remove unused forward/namespace declarations
August 9, 2021, 15:49 (GMT)
Cleanup: Asset Catalogs, make fields private and add `_` suffix.
August 9, 2021, 15:29 (GMT)
Partially revert "Cleanup: Assets, move AssetLibrary struct to global namespace"

This reverts the namespace changes from commit
784b97e280c1ba479822d0fba6ebfce0b91595d4.
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
August 9, 2021, 14:43 (GMT)
Cleanup: C++ to C comment style

No functional changes.
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
Revision 71e2c36 by Antonio Vazquez (master)
August 9, 2021, 13:28 (GMT)
Cleanup: Fix compiler warning

August 9, 2021, 12:55 (GMT)
PyAPI: resolve build error with Python 3.10

Resolves T89931
August 9, 2021, 12:55 (GMT)
Cleanup: spelling in comments
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021