Revision ed07985 by Antonio Vazquez October 30, 2019, 21:42 (GMT) |
GPencil: Fix unreported missing stroke color for 1st popover material |
Revision b1b0e56 by Sebastian Parborg October 30, 2019, 18:23 (GMT) |
Fix T59065: Blender default keyset is deletable by user! Previously, you could delete presets that were part of the blender default install. Now we check if the preset file resides in the bundled file paths. If so, prevent deletion of the preset. Reviewed By: Campbell Differential Revision: https://developer.blender.org/D4522 |
Revision ace7ec7 by Campbell Barton October 30, 2019, 16:19 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision d9bce6b by Campbell Barton October 30, 2019, 16:16 (GMT) |
Fix image paint showing project-paint settings Also make projpaint a keyword-only argument to avoid copy-paste errors like this re-occurring in the future. |
Revision 20881bc by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
Fix T71212: Drivers using scene.frame_current don't refresh on playback Need to make such drivers explicitly dependent on time. |
Revision 0f9757b by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
Depsgraph: Cleanup, use anonymous nsamespace Jeeps overall line lengths with function definition shorter. |
Revision f305972 by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Initial implementation of batched evaluation The idea is to give multiple coordinates to evaluator and evaluate them all at once, avoiding any possible overhead. |
Revision 05ee67a by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Make internal evaluator aware of batched evaluation Allows to pass multiple patch coordinates for evaluation. |
Revision ca3a96c by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Use more generic access to patch coordinates Saves another unnecessary temporary data copy during evaluation. |
Revision d3c8787 by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Cleanup, remove old compatibility code Consider that all builders have face-varying evaluation now. |
Revision 5843827 by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Cleanup, remove unused class |
Revision 4227a35 by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Avoid unnecessary memory copies Make evaluator itself to write directly to the output buffer. Brings unmeasurable speedup and makes it possible to simplify some buffer class logic. |
Revision 3187321 by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Use smaller buffer sizes and strides We currently don't support interleaved varying data, so can make some buffer smaller. |
Revision b4fb3db by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Cleanup, remove unused PatchBuffer class |
Revision 8e47003 by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Cleanup, remove unused evaluator member |
Revision 7dda8f7 by Sergey Sharybin October 30, 2019, 14:15 (GMT) |
OpenSubdiv: Cleanup, remove unused static methods |
Revision 622aedb by Campbell Barton October 30, 2019, 13:52 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 5043003 by Campbell Barton October 30, 2019, 13:51 (GMT) |
GNUmakefile: avoid using group/owner for source_archive Thanks to @JRottm for pointing out this issue. |
Revision 03be160 by Campbell Barton October 30, 2019, 13:27 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 60d0446 by Campbell Barton October 30, 2019, 13:19 (GMT) |
GNUmakefile: use tar.xz instead of tar.gz Also rename "make tgz" to "make source_archive" as it wasn't clear this only archived the source, not binaries. D6153 by @JRottm with minor edits |
|