Blender Git Commit Log

All Blender Git commits.

Page: 1887 / 8462

February 7, 2020, 14:02 (GMT)
Cleanup: use of 'unsigned'

- Replace 'unsigned' used on it's own with 'uint'.
- Replace 'unsigned const char' with 'const uchar'.
February 7, 2020, 13:38 (GMT)
Cleanup: remove legacy OpenGL viewport clipping code
February 7, 2020, 13:19 (GMT)
CodeCleanup: Remove unused studiolight algorithm

Code was originally added to test a different approach to calculate the
irradiance buffer. The approach was just to slow so we never used it.

This change will remove it from the code base
February 7, 2020, 13:16 (GMT)
CodeCleanup: Workbench

Code was already hidden by a compile directive.
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:26 (GMT)
Merge branch 'master' into new-object-types
February 7, 2020, 11:24 (GMT)
Merge branch 'master' into new-object-types
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021