Revision 2ee5bc3 by Sergey Sharybin November 23, 2020, 08:23 (GMT) |
Tracking: Refactor, move track allocation to helper function The caller is still responsible for allocating list of markers, but the track allocation and initialization can now be reused. Currently no functional changes, preparing for an upcoming development. |
Revision 6d314c9 by Sergey Sharybin November 23, 2020, 08:23 (GMT) |
Tracking: Cleanup, clarify comments in tracking settings Make unit more explicit. Ideally would be "embedded" into the field name itself, but this will be more involved change. |
Revision 1e0ff6b by Sergey Sharybin November 23, 2020, 08:23 (GMT) |
Tracking: Cleanup, make units explicit in new track creation |
Revision 401612b by Sergey Sharybin November 23, 2020, 08:23 (GMT) |
Tracking: Cover markers access with basic tests Just a beginning of tests coverage, related on the planned upcoming development. |
Revision 7bab87c by Julian Eisel November 22, 2020, 18:21 (GMT) |
Fix T82918: File menu "Save Copy" shows "Save As" in File Browser Use a dynamic name/description based on the set properties. This makes it more clear what's going on and avoids confusion, as explained in the report. |
Revision 4c01fbb by Hans Goudey November 22, 2020, 17:11 (GMT) |
Cleanup: Use const arguments in curve bevel This makes it clear that only the final "r_data" is being changed. Also rename a variable to be less vague. |
Revision b11d409 by Hans Goudey November 22, 2020, 16:47 (GMT) |
Cleanup: Improve readability of curve displist building Just a few minor improvements: declare variables where they are initialized, decrease scope, expand some variable names, and use LISTBASE_FOREACH. |
Revision 1cc3a0e by Hans Goudey November 22, 2020, 16:25 (GMT) |
Cleanup: Reduce indentation Having up to nine levels of indentation make this function hard to follow. Instead of indenting the rest of the loop for a simple special case, just continue. |
Revision 0f3ca3f by Alexander Gavrilov November 22, 2020, 10:33 (GMT) |
Fix unclear tooltip for the Affect Transform option of constraints. |
Revision d25e116 by Howard Trickey November 22, 2020, 03:44 (GMT) |
Previous commit forgot to guard some things with #ifdef WITH_GMP. |
Revision df8cc56 by Howard Trickey November 21, 2020, 16:55 (GMT) |
Improve speed of Constrained Delaunay Triangulation with exact arith. By using floating point filters, the speed improves by a factor of 2 to 10. This will help speed up some cases of the Exact Boolean modifier. Changed the interface of mpq2::isect_seg_seg to not return mu, as it was not needed and not calculating it saved 15% time. |
Revision 38fe962 by Antonio Vazquez November 21, 2020, 13:18 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision 6c6a5a7 by Antonio Vazquez November 21, 2020, 13:17 (GMT) |
GPencil: Fix unreported assert when use select Box in single point strokes The assert was when use segment selection mode. |
Revision 0eb096f by Hans Goudey November 21, 2020, 02:54 (GMT) |
Cleanup: Declare variables where initialized Reduce variable scope, and in a few cases, use bool instead of int. |
Revision c850ce9 by Pablo Dobarro November 20, 2020, 17:02 (GMT) |
Fix wireframe opacity creating artifacts on sculpt overlay edges When lowering the wireframe opacity with sculpt overlays enabled, the wireframe overlay was creating white artifacts along the edges. Reviewed By: fclem Differential Revision: https://developer.blender.org/D9607 |
Revision cec22ba by Hans Goudey November 20, 2020, 16:00 (GMT) |
Cleanup: Use LISTBASE_FOREACH macro |
Revision 05ef031 by Nathan Craddock November 20, 2020, 15:55 (GMT) |
UI: Remove excess row spacing in outliner popover Some checkboxes had nonessential spacing between rows which made the popover taller than needed. |
Revision 2afdb4b by Nathan Craddock November 20, 2020, 15:47 (GMT) |
Outliner: Object state filter invert toggle This adds an invert toggle for the outliner object state filters. There are some cases where we want a filter for invertable states (Selected, Unselected) and having a single toggle to invert the filter reduces the number of separate filter types needed. This removes the "Hidden" filter which can now be replicated with an inverted "Visible" filter. Differential Revision: https://developer.blender.org/D9598 |
Revision 96995b2 by Bastien Montagne November 20, 2020, 10:41 (GMT) |
Fix (unreported) bug in liboverride diffing code for collection item insertion. In case we do not use names, code adding new insert operations in collections was broken. Not a proble in practice so far, since this case was not yet in use, but will be soon with NLA overrides. |
Revision 07db110 by Campbell Barton November 20, 2020, 07:59 (GMT) |
Fix T82493: PyDoc generation throws exception on exit Since add-ons now unregister on exit (as of fa566157a5c351775d082b05b180c630665b4afc) clearing functions in `bpy.app.handlers` caused an error on exit. Resolve by restoring handlers before exiting. |
|
|
|


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