Blender Git Commit Log

All Blender Git commits.

Page: 3600 / 8462

November 21, 2017, 13:46 (GMT)
Depsgraph: Report pointer from object evaluation functions
November 21, 2017, 13:23 (GMT)
Depsgraph: Fix crash removing object when CoW is enabled

Not sure why that check was even done there. Maybe some residue of debug.
November 21, 2017, 13:23 (GMT)
Depsgraph: Remove workarounds used for cyclic dependencies

This was dangerous to do such calculations, and now it is solvable by making
dependency graph more granular in this case. Removing the workaround also saves
us a hassle of passing lots of extra arguments down the evaluation routines.

In theory, we can also remove EvaluationCOntext from constraints evaluation as
well now. But probably better to wait with such removal for now.

This commit effectively reverts 1130c53. Will do a proper fix in dependency
graph itself.
November 21, 2017, 11:04 (GMT)
Merge branch 'blender2.8' into id_override_static
November 21, 2017, 09:43 (GMT)
Cycles: Fixed compilation of CUDA kernels. Follow-up fix for my last commit.
Revision d8f80fb by Mai Lavelle (master)
November 21, 2017, 09:30 (GMT)
Cycles: Fix OSL brick node after recent fix
November 21, 2017, 09:29 (GMT)
Cycles: Workaround for performance loss with the CUDA 9.0 SDK.

CUDA 9.0.176 apparently caused some slow down on high-end Pascal cards that can be mitigated by increasing the number of registers. See https://developer.blender.org/F1142667 for a detailed comparison.
November 21, 2017, 09:22 (GMT)
Merge branch 'blender2.8' into greasepencil-object
Revision 9325b9b by Mai Lavelle (master)
November 21, 2017, 05:42 (GMT)
Fix T53365: OpenCL has wrong shading of brick texture

Looks like some weird compiler difference with signed vs unsigned ints.
November 21, 2017, 05:40 (GMT)
Disable adding scene sequence strips into themselves

D2923 by @spockTheGray w/ edits, see T52586 for details
November 21, 2017, 05:28 (GMT)
Eevee: SSS: Fix error in profile computation.
November 21, 2017, 05:05 (GMT)
Cleanup: redundant ELEM use
November 20, 2017, 23:17 (GMT)
Move BKE_gpencil_batch_cache_alldirty()'s debug value to 66

This Makes it possible to set this without seeing all the stats in the way
November 20, 2017, 23:17 (GMT)
Cleanup - This code shouldn't be needed anymore
November 20, 2017, 22:32 (GMT)
Code cleanup: fix harmless compiler warning.
November 20, 2017, 22:24 (GMT)
Fix build with OSL 1.9.x, automatically aligns to 16 bytes now.
November 20, 2017, 22:14 (GMT)
Cryptomatte: Improved robustness of matte string parsing
November 20, 2017, 20:02 (GMT)
Fix for overflow of cell_index in the Poisson disk sample generator.

Using a single uint as combined cell index only leaves ~10 bits per
coordinate axis, which quickly leads to overflow for higher densities.
Now use 3 ints so that the sampling grid can have sufficiently small
cells.
November 20, 2017, 18:12 (GMT)
UI: Rename MultiEdit to MultiFrame
November 20, 2017, 11:27 (GMT)
Avoid passing context to motion path calculation
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021