Blender Git Commit Log

All Blender Git commits.

Page: 556 / 8462

June 15, 2021, 13:39 (GMT)
LineArt: Respect cache override limits.
June 15, 2021, 13:36 (GMT)
LineArt: Respect cache override limits.
June 15, 2021, 13:31 (GMT)
DrawManager: Cache material offsets.

When using multiple materials in a single mesh the most time is spend in
counting the offsets of each material for the sorting.

This patch moves the counting of the offsets to render mesh data and
caches it as long as the geometry doesn't change.

This patch doesn't include multithreading of this code.

Reviewed By: mano-wii

Differential Revision: https://developer.blender.org/D11612
June 15, 2021, 13:28 (GMT)
USD IO: latest UMM addon.

Merged latest umm_add_on branch of the addons_contrib submodule.
Revision 1172c0a by Jacques Lucke (temp-attribute-processor)
June 15, 2021, 13:22 (GMT)
Merge branch 'master' into temp-attribute-processor
June 15, 2021, 13:07 (GMT)
LineArt: Use separate sub panel for line types.
June 15, 2021, 13:00 (GMT)
Cleanup: remove unused include statements

No functional changes.
June 15, 2021, 12:57 (GMT)
Fix warning treated as an error

"void' function returning a value".
June 15, 2021, 12:57 (GMT)
Cleanup: remove unused include statements

No functional changes.
June 15, 2021, 12:47 (GMT)
Cycles X: Spelling corrections

Got ,missed in patch transition between computers.
June 15, 2021, 11:37 (GMT)
Knife: Snapping increment changes are shown immediately

Currently, when a user uses the number keys to input a new snapping angle increment in constrained angle mode it does not visually update until the mouse is jiggled.
This patch solves this problem so it now updates as each number is typed.
June 15, 2021, 11:26 (GMT)
Created a script for running blend file with pre-loaded modifier

Added a loop to add each category geo_node tests

Each geometry node test is an individual test. It can be run
separately by ctest command. For example ctest -R geo_node_mesh
This will run all mesh tests.

The extra overhead is each test adds to the total tests.

Updated the script, adding support for cmd arguments

Added exception errors for try except, formatting, adding comments
Improved the workflow, updated error messages. Re-running of the
test after BLENDER_TEST_UPDATE.

Merge branch 'geo-node-testing' into soc-2021-geometry-nodes-regression-test

Differential Revision: https://developer.blender.org/D11611
June 15, 2021, 11:05 (GMT)
Merge branch 'master' into soc-2021-knife-tools
June 15, 2021, 11:04 (GMT)
Cleanup: Unecessary comments
June 15, 2021, 10:34 (GMT)
Cleanup: Added hierarchy in MeshBufferExtractionCache.
June 15, 2021, 10:32 (GMT)
Cleanup: remove byte order mark

Remove the Unicode BOM from a source file.

No functional changes.
June 15, 2021, 10:19 (GMT)
LineArt: cache ui changes.
June 15, 2021, 10:10 (GMT)
LineArt: cache ui changes.
June 15, 2021, 09:44 (GMT)
Cleanup: make `struct PoseBackup` an opaque struct

Move `struct PoseBackup` into `pose_backup.c`, making it opaque to users
of the `ED_pose_backup_...()` functions. This produces a slightly nicer
API for the pose backup system.

No functional changes.
June 15, 2021, 09:40 (GMT)
Refactor Cycles X OIDN denoiser to use PassAccessor

No functional changes, just laying down code which is needed to denoise
passes different from combined.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021