August 20, 2021, 13:31 (GMT) |
Compositor: Do not register constant input areas for rendering If an input is only used as a constant it doesn't rendering because its already calculated after constant folding. |
August 20, 2021, 13:30 (GMT) |
Cycles X: Clarify comment in the GPU graphics interop The graphics interop is disabled in the multi-device rendering, so there is no need to apply slice offset in the film convert. |
August 20, 2021, 13:03 (GMT) |
Compositor: Fix plane distort operations incorrect areas of interest The original implementation doesn't work for all cases. |
August 20, 2021, 13:00 (GMT) |
Cleanup, use BKE_scene_uses_cycles_experimental_features |
August 20, 2021, 12:50 (GMT) |
Reintroduce UI for default_radius. |
August 20, 2021, 12:49 (GMT) |
Merge branch 'master' into cycles_procedural_api |
August 20, 2021, 12:48 (GMT) |
Cleanup, remove extra code from previous commit This got accidentally introduced while revising dependencies between patches for this feature, did not notice until it was too late. |
August 20, 2021, 12:44 (GMT) |
Merge branch 'master' into cycles_procedural_api |
August 20, 2021, 12:34 (GMT) |
Alembic Procedural: basic cache control settings This adds a setting to enable data caching, and another one to set the maximum cache size in megabytes. When caching is enabled we load the data for the entire animation in memory, as we already do, however, if the data exceeds the memory limit, render is aborted. When caching is disabled, we simply load the data for the current frame in memory. Ref D10197 Reviewed By: brecht Differential Revision: https://developer.blender.org/D11163 |
Revision c58d1ac by Jacques Lucke (temp-geometry-nodes-fields, temp-geometry-nodes-fields--anonymous-attributes, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-multi-function-procedure, temp-parallel-multi-function) August 20, 2021, 12:29 (GMT) |
improve naming |
August 20, 2021, 12:06 (GMT) |
Fix memory leak while processing mouse event Assignment missed. |
August 20, 2021, 11:50 (GMT) |
Merge branch 'master' into xr-controller-support |
August 20, 2021, 11:46 (GMT) |
XR: Fix controller model world transforms Fixes incorrect display of Reverb G2 controller model/animated parts. Thanks to Werner Trunk for help with debugging. |
August 20, 2021, 11:40 (GMT) |
Fix T90795: Moving keys in Grease Pencil Dopesheet crashes Blender `td->loc` is referenced but not initialized. |
Revision 0ee79f3 by Jacques Lucke (temp-geometry-nodes-fields, temp-geometry-nodes-fields--anonymous-attributes, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-multi-function-procedure, temp-parallel-multi-function) August 20, 2021, 11:38 (GMT) |
cleanup |
Revision e642de3 by Jacques Lucke (temp-geometry-nodes-fields, temp-geometry-nodes-fields--anonymous-attributes, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-multi-function-procedure, temp-parallel-multi-function) August 20, 2021, 11:37 (GMT) |
Merge branch 'master' into temp-multi-function-procedure |
August 20, 2021, 11:14 (GMT) |
Functions: remove multi-function network The multi-function network system was able to compose multiple multi-functions into a new one and to evaluate that efficiently. This functionality was heavily used by the particle nodes prototype a year ago. However, since then we only used multi-functions without the need to compose them in geometry nodes. The upcoming "fields" in geometry nodes will need a way to compose multi-functions again. Unfortunately, the code removed in this commit was not ideal for this different kind of function composition. I've been working on an alternative that will be added separately when it becomes needed. I've had to update all the function nodes, because their interface depended on the multi-function network data structure a bit. The actual multi-function implementations are still the same though. |
Revision eca5a8b by Jacques Lucke (temp-geometry-nodes-fields, temp-geometry-nodes-fields--anonymous-attributes, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-multi-function-procedure, temp-parallel-multi-function) August 20, 2021, 10:48 (GMT) |
Merge branch 'master' into temp-multi-function-procedure |
Revision ea3ee04 by Jacques Lucke (temp-geometry-nodes-fields-prototype, temp-geometry-nodes-fields-prototype-visualization) August 20, 2021, 10:42 (GMT) |
Merge branch 'master' into temp-geometry-nodes-fields-prototype |
Revision 4838436 by Jacques Lucke (temp-geometry-nodes-fields-prototype, temp-geometry-nodes-fields-prototype-visualization) August 20, 2021, 10:42 (GMT) |
fix extrude node |
|
|
|


Master Commits
MiikaHweb | 2003-2021