Blender Git Commit Log

All Blender Git commits.

Page: 359 / 8462

August 6, 2021, 10:36 (GMT)
Cycles X: Internal API support for tiled rendering

No visible changes on user level yet: just a tiny step towards tiled
rendering support.

Tested by hard-coding tile size to `make_int2(256, 256)`.

Differential Revision: https://developer.blender.org/D12129
August 6, 2021, 10:32 (GMT)
Merge branch 'master' into soc-2021-vse-strip-thumbnails
August 6, 2021, 10:18 (GMT)
add geometry output to geometry expander
August 6, 2021, 09:56 (GMT)
get input attribute names from modifier
August 6, 2021, 09:45 (GMT)
add remove button
August 6, 2021, 09:36 (GMT)
workaround for attribute inputs: use string sockets
August 6, 2021, 09:08 (GMT)
Cycles X: add camera visibility and shadow catcher options for lights

* Camera visibility makes it so lights can be directly visible as objects
in the scene. This is disabled by default but can be enabled now. Be
aware that aliasing can be a problem with directly visible bright lights.
* The shadow catcher works similar to emissive triangles on meshes. It's
useful when you for example use light objecs for the headlights of a car,
where you want their reflection on the road to be composited in.

For performance, I saw no difference outside of timing noise.

Differential Revision: https://developer.blender.org/D12141
Revision b0df8f5 by Peter Kim (master)
August 6, 2021, 08:56 (GMT)
Cleanup: rna_xr.c

- Rename functions to use RNA identifiers
- Use SET_FLAG_FROM_TEST macro
- Specify max string length for relevant function params
Revision 4c675bc by Peter Kim (master)
August 6, 2021, 08:55 (GMT)
Fix missing function param definition in rna_xr.c

Was accidentally left out in rBe844e9e8f3bb.
Revision 151eed7 by Peter Kim (master)
August 6, 2021, 08:55 (GMT)
Fix invalid XR action map indices after alloc

Although the relevant structs (wmXrRuntime/XrActionMap/
XrActionMapItem) are zero-allocated, the selected and active action
map indices need to be initialized to -1 to prevent potential
out-of-bounds list access.
August 6, 2021, 08:46 (GMT)
Cleanup: Use proper naming for private members in Cycles X
August 6, 2021, 08:40 (GMT)
output more attributes from point distribute node
August 6, 2021, 08:29 (GMT)
add more inputst to Point Instance node
August 6, 2021, 08:21 (GMT)
Merge branch 'master' into temp-geometry-nodes-expandable-geometry-socket-prototype
August 6, 2021, 08:20 (GMT)
Cleanup: clang tidy

`bugprone-signed-char-misuse`
August 6, 2021, 07:54 (GMT)
Cleanup: use const result in `ED_keyframes_find_*` functions.
August 6, 2021, 07:46 (GMT)
Cleanup: use range2f in `ED_keylist_find_any_between`.
August 6, 2021, 07:41 (GMT)
Modified slider and hinge constraint and added visualisation for the piston constraint
August 6, 2021, 07:40 (GMT)
Fixed error with point cache
August 6, 2021, 07:20 (GMT)
Merge branch 'master' into xr-controller-support
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021