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 |
Revision d65e5e8 by Howard Trickey 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. |
Revision f32ab72 by Harley Acheson 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 |
Revision 3c42892 by Antonio Vazquez October 23, 2020, 17:44 (GMT) |
Revision 69a22af by Antonio Vazquez 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 |
Revision 70cc0d7 by Clément Foucault October 23, 2020, 17:33 (GMT) |
GPU: Debug: Trim shader stats from output log We don't make use of it anyway. |
Revision a4f8832 by Clément Foucault 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). |
Revision 8442d6c by Clément Foucault October 23, 2020, 17:33 (GMT) |
CLOG: Add getter to know if output supports coloring |
Revision 23eaf31 by Brecht Van Lommel October 23, 2020, 17:07 (GMT) |
Fix Cycles unnecessary overhead cancelling finished task pool |
Revision 390b28e by Brecht Van Lommel October 23, 2020, 16:37 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision 6d8e03d by Brecht Van Lommel 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. |
Revision 83ddd65 by Sybren A. Stüvel 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 |
Revision 0d1b1c3 by Sybren A. Stüvel 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. |
Revision 87681f9 by Brecht Van Lommel October 23, 2020, 14:32 (GMT) |
Cleanup: remove redundant assignment in previous bugfix |
Revision 50c475e by Sergey Sharybin 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. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021