Blender Git Commit Log

All Blender Git commits.

Page: 694 / 8462

April 27, 2021, 14:28 (GMT)
GPencil: Deduplicate gpencil_3d_point_to_screen_space

April 27, 2021, 14:20 (GMT)
cleanup
April 27, 2021, 13:55 (GMT)
cleanup
April 27, 2021, 13:50 (GMT)
add buttons to header
April 27, 2021, 13:46 (GMT)
fixes
April 27, 2021, 13:41 (GMT)
add functions to rna
April 27, 2021, 13:33 (GMT)
add ED_profiler.h
April 27, 2021, 13:26 (GMT)
add runtime data
April 27, 2021, 13:12 (GMT)
add layout class
April 27, 2021, 13:07 (GMT)
progress
April 27, 2021, 12:30 (GMT)
Cycles: Removed unused macros.

These were leftovers from an earlier way of indexing textures.
April 27, 2021, 11:45 (GMT)
EEVEE: Add specular layer to temporary default material
April 27, 2021, 11:42 (GMT)
EEVEE: Film/Sampling: Add smooth transition

Add a smooth transition to avoid flickering of stochastic effects such
as soft shadows.

This use a simple blend method to progressively reveal the render
after some low sample count to avoid most of the flickering.

Parameters are hardcoded for now.
April 27, 2021, 11:11 (GMT)
Cleanup: clang format
April 27, 2021, 11:03 (GMT)
Geometry Nodes: improve geometry nodes evaluator internal api

This is a first step towards T87620.
It should not have any functional changes.

Goals of this refactor:
* Move the evaluator out of `MOD_nodes.cc`. That makes it easier to
improve it in isolation.
* Extract core input/out parameter management out of `GeoNodeExecParams`.
Managing this is the responsibility of the evaluator. This separation of
concerns will be useful once we have lazy evaluation of certain inputs/outputs.

Differential Revision: https://developer.blender.org/D11085
April 27, 2021, 10:56 (GMT)
Geometry Nodes: initial Attribute Transfer node

This is a first version of an Attribute Transfer node. It only supports two
modes for mapping attributes from one geometry to another for now.
More options are planned for the future.

Ref T87421.

Differential Revision: https://developer.blender.org/D11037
Revision e240d94 by Jacques Lucke (master)
April 27, 2021, 10:35 (GMT)
Merge branch 'blender-v2.93-release'
April 27, 2021, 10:33 (GMT)
Fix T85889: recursive instances result in crash

Generally, it would be good to not allow this from happening in the
first place but that is quite tricky because an object does not know
which other object instances it. Similar checks might be necessary
in other places, but this fixes the bug already.

Differential Revision: https://developer.blender.org/D11086
April 27, 2021, 10:19 (GMT)
cleanup
April 27, 2021, 10:07 (GMT)
update profiler code
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021