Blender Git Commits

Blender Git "master" branch commits.

Page: 916 / 5574

February 7, 2020, 13:08 (GMT)
Cleanup: transform_convert comment and spacing
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.
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.
February 7, 2020, 12:15 (GMT)
Cleanup: Tracking, use LISTBASE_FOREACH

Makes loops declaration shorter and cleaner.
February 7, 2020, 12:15 (GMT)
Cleanup: Tracking, reduce scope of variables
February 7, 2020, 11:58 (GMT)
Cleanup: reduced indentations by returning/continuing early

No functional changes.
February 7, 2020, 11:18 (GMT)
Cleanup: simplify Cycles primitive attribute map storage
February 7, 2020, 11:18 (GMT)
Cleanup: split Cycles Hair and Mesh classes, with Geometry base class
February 7, 2020, 11:18 (GMT)
Cleanup: remove unnecessary operations in Cycles curves export

Clearing and computing bounds is already done elsewhere.
February 7, 2020, 11:18 (GMT)
Cleanup: split Cycles export into smaller files
February 7, 2020, 11:18 (GMT)
Cleanup: export particle hair as a separate Cycles object
February 7, 2020, 11:18 (GMT)
Cleanup: add type inheritance for Cycles nodes
February 7, 2020, 11:16 (GMT)
Cleanup: Tracking, reduce scope of more variables
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.
February 7, 2020, 10:58 (GMT)
Cleanup: `make format`

Dear developers remember to set your coding environment to use clang-format.
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.
February 7, 2020, 10:05 (GMT)
Merge branch 'blender-v2.82-release'
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!
February 7, 2020, 09:58 (GMT)
Fix crash when linking.

Stupid mistake in yesterday's own refactoring of readfile code...
February 7, 2020, 02:57 (GMT)
Merge branch 'blender-v2.82-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021