Revision b40ac82 by Germano Cavalcante February 7, 2020, 13:08 (GMT) |
Cleanup: transform_convert comment and spacing |
Revision ccda7ef by Sybren A. Stüvel February 7, 2020, 12:56 (GMT) |
Cleanup: Animation, match parameter names in declaration with implementation The implementation had more descriptive parameter names, so I copied those to the declarations. No functional changes. |
Revision 6dc9f89 by Sergey Sharybin February 7, 2020, 12:52 (GMT) |
Constraint: Fix forced request of evaluated camera Constraint stack similarly to modifier stack is fully operate on what have been given to it, without requesting original or evaluated IDs. Validness of datablocks passed to constraint stack are to be handled on dependency graph/evaluation stream levels. |
Revision f81fe8a by Sergey Sharybin February 7, 2020, 12:15 (GMT) |
Cleanup: Tracking, use LISTBASE_FOREACH Makes loops declaration shorter and cleaner. |
Revision 3e738a6 by Sergey Sharybin February 7, 2020, 12:15 (GMT) |
Cleanup: Tracking, reduce scope of variables |
Revision dfa7e1c by Sybren A. Stüvel February 7, 2020, 11:58 (GMT) |
Cleanup: reduced indentations by returning/continuing early No functional changes. |
Revision d809853 by Brecht Van Lommel February 7, 2020, 11:18 (GMT) |
Cleanup: simplify Cycles primitive attribute map storage |
Revision d9c5f0d by Brecht Van Lommel February 7, 2020, 11:18 (GMT) |
Cleanup: split Cycles Hair and Mesh classes, with Geometry base class |
Revision 46c9872 by Brecht Van Lommel February 7, 2020, 11:18 (GMT) |
Cleanup: remove unnecessary operations in Cycles curves export Clearing and computing bounds is already done elsewhere. |
Revision 47402dc by Brecht Van Lommel February 7, 2020, 11:18 (GMT) |
Cleanup: split Cycles export into smaller files |
Revision 7b66f73 by Brecht Van Lommel February 7, 2020, 11:18 (GMT) |
Cleanup: export particle hair as a separate Cycles object |
Revision ad489b7 by Brecht Van Lommel February 7, 2020, 11:18 (GMT) |
Cleanup: add type inheritance for Cycles nodes |
Revision b1f1a1c by Sergey Sharybin February 7, 2020, 11:16 (GMT) |
Cleanup: Tracking, reduce scope of more variables |
Revision 28cd16e by Sergey Sharybin February 7, 2020, 11:01 (GMT) |
Cleanup: Tracking, reduce scope of variables Mainly affects for() loops. The reason why loop parameter was declared outside of the loop roots back to the times when not all compilers supported C99. |
Revision 0f7a90d by Dalai Felinto February 7, 2020, 10:58 (GMT) |
Cleanup: `make format` Dear developers remember to set your coding environment to use clang-format. |
Revision f2695c9 by Dalai Felinto February 7, 2020, 10:50 (GMT) |
Cleanup: Remove view3d_draw_legacy.c This file was originally a placeholder for all the old functions that have not yet been ported to the new draw system. Over time all the functions that needed refactor were gone, and the functions here are still needed. While moving the functions around I removed dead code and made sure the existent comments start with a capital letter and end with a full stop. |
Revision 638adb2 by Sebastián Barschkis February 7, 2020, 10:05 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision f12b4e5 by Sebastián Barschkis February 7, 2020, 10:02 (GMT) |
Fluid: Fixed try/catch exception issue and unsed variable issue Sergey just pointed this out, fixing in it the release branch to avoid any compilation issues during the actual release. Thx! |
Revision 753323a by Bastien Montagne February 7, 2020, 09:58 (GMT) |
Fix crash when linking. Stupid mistake in yesterday's own refactoring of readfile code... |
Revision 192314b by Campbell Barton February 7, 2020, 02:57 (GMT) |
Merge branch 'blender-v2.82-release' |
|