Blender Git Commits

Blender Git "master" branch commits.

Page: 523 / 5574

October 24, 2020, 18:07 (GMT)
GPU: Debug: Trim shader stats from output log

We don't make use of it anyway.
October 24, 2020, 18:07 (GMT)
GPU: Use CLOG to for debug output

This removes the escape color control caracters when the output
does not supports it (i.e: file output, windows cmd).
October 24, 2020, 18:07 (GMT)
CLOG: Add getter to know if output supports coloring
October 24, 2020, 18:07 (GMT)
Fix Cycles unnecessary overhead cancelling finished task pool
October 24, 2020, 17:53 (GMT)
Fix T82019 Crash loading 2.78 splash demo.

The versioning code to default to old booleans for old files was
faulty because really old files had a 'solver' field (later removed,
but then added back for new booleans).
Revision 594f47e by Hans Goudey
October 24, 2020, 04:29 (GMT)
Cleanup: Return early in some curve functions

This commit uses continue in loops and returning early to reduce
indentation in long functions, only where this results in a significant
improvement. Also includes a few LISTBASE_FOREACH macros.
October 24, 2020, 02:07 (GMT)
Fix for T80679: Incorrect Translation of File Manager System List

Changing language could sometimes leave File Browser System list showing incorrect text until restart.

Differential Revision: https://developer.blender.org/D9323

Reviewed by Brecht Van Lommel
October 23, 2020, 17:44 (GMT)
GPencil: Minor changes in parameter order

This is related to D9330
October 23, 2020, 17:39 (GMT)
GPencil: Remove unneeded python for calling Bake Animation

The operator was using a secondary python operator to ask parameters before running, but this can be done in invoke.

Differential Revision: https://developer.blender.org/D9330
October 23, 2020, 17:33 (GMT)
GPU: Debug: Trim shader stats from output log

We don't make use of it anyway.
October 23, 2020, 17:33 (GMT)
GPU: Use CLOG to for debug output

This removes the escape color control caracters when the output
does not supports it (i.e: file output, windows cmd).
October 23, 2020, 17:33 (GMT)
CLOG: Add getter to know if output supports coloring
October 23, 2020, 17:07 (GMT)
Fix Cycles unnecessary overhead cancelling finished task pool
October 23, 2020, 16:37 (GMT)
Merge branch 'blender-v2.91-release'
October 23, 2020, 16:32 (GMT)
Fix T81102: Cycles crashes in interactive 3D viewport rendering after Embree

Don't allocate a new buffer for refitting meshes, but update the existing one.
It's not clear from the API docs if this is required, but it appears to solve
the issue and should be more efficient.
October 23, 2020, 15:47 (GMT)
Fix T81890: Active keyframe changes on deselect of keyframe

Activate an FCurve only on selecting, and not on deselecting a keyframe
or a handle.

Reviewed By: HooglyBoogly, Severin, looch, #animation_rigging

Differential Revision: https://developer.blender.org/D9328
October 23, 2020, 15:45 (GMT)
Fix T81976: Cycles crash after recent geometry sync multithreading change

Avoid accessing mesh emitter and hair at the same time. This is not ideal for
performance, but once we have a dedicated hair object this will resolve itself.

Differential Revision: https://developer.blender.org/D9322
October 23, 2020, 14:46 (GMT)
Fix: Animation, Draw active keyframe handles only when B�zier

Draw the handles for the active keyframe only when the interpolation type
is set to B�zier. This now matches the behaviour of handles of regular
(non-active) keyframes.
October 23, 2020, 14:32 (GMT)
Cleanup: remove redundant assignment in previous bugfix
October 23, 2020, 14:30 (GMT)
Multires: Cleanup, better function naming

Hopefully it makes it more clear, and also allows to introduce
initialization from pre-created Subdiv descriptor.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021