Revision 6b1e4f5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 5, 2019, 08:39 (GMT) |
Merge branch 'master' into functions |
August 5, 2019, 08:38 (GMT) |
Cleanup: Make format. |
August 5, 2019, 08:32 (GMT) |
LANPR: Fixed ormal value error in chaining. |
August 5, 2019, 08:23 (GMT) |
LANPR: Fixed unlinked lines when splitting bounding area. |
August 5, 2019, 05:53 (GMT) |
Text: only un-comment blocks which are completely commented It's common to select a block of code and comment it which may already contains some comments. Now only un-comment blocks which are completely commented (ignoring white-space). Makes toggle comments behave more usefully, resolves T68060. |
August 5, 2019, 03:54 (GMT) |
Text: merge toggle comments into a single operator This allows users to map comment/un-comment to be mapped to keys. |
August 5, 2019, 03:22 (GMT) |
LANPR: Fixing chained line normal value errors. |
August 5, 2019, 03:15 (GMT) |
UI: rename rotate to orbit for viewport sensitivity Matches names of related preferences. |
August 5, 2019, 02:48 (GMT) |
LANPR: Add checkbox to normal controlled line weight. |
August 5, 2019, 02:47 (GMT) |
Cleanup: remove underscore prefix for used vars Also remove unused vars. |
August 5, 2019, 02:46 (GMT) |
Cleanup: add braces |
August 5, 2019, 02:17 (GMT) |
LANPR: Default values for normal style. |
August 5, 2019, 00:48 (GMT) |
Cleanup: make format. |
August 5, 2019, 00:47 (GMT) |
Cleanup: comment format in two headers. |
August 5, 2019, 00:29 (GMT) |
LANPR: UI refactor: naming fixes. |
August 5, 2019, 00:24 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
August 4, 2019, 20:32 (GMT) |
Cleanup: Fix eeve_lut arrays being duplicated in blender binary. Both eevee_materials.c and workbench_deferred.c include eeve_lut.h which has its arrays marked as static leading to the blue_noise array being embedded into our binary twice. This change takes the arrays out of the header and properly marks them as const since they are lookup tables and should not be written to. Reviewers: fclem, brecht Differential Revision: https://developer.blender.org/D5346 |
August 4, 2019, 20:24 (GMT) |
Cleanup: Mark large arrays of of constant data as const. For background information see D5345 Reviewers: brecht, sergey Differential Revision: https://developer.blender.org/D5345 |
August 4, 2019, 19:31 (GMT) |
Added Fraction operator to Vector Math node. |
August 4, 2019, 17:46 (GMT) |
Fix: msgfmt add support for cr-lf style line endings linux did not recognize cr as a valid character. Reviewers: brecht Differential Revision: https://developer.blender.org/D5337 |
|
|
|


Master Commits
MiikaHweb | 2003-2021