Blender Git Commit Log

All Blender Git commits.

Page: 613 / 8462

Revision f45270b by YimingWu (master)
May 27, 2021, 10:47 (GMT)
Cleanup: Line art variable naming.

Change `reln` to `eln`.

Reviewed By: Sebastian Parborg (zeddb)

Differential Revision: https://developer.blender.org/D11411
May 27, 2021, 10:44 (GMT)
GPencil: Fix compile errors
May 27, 2021, 10:39 (GMT)
support other input modes
May 27, 2021, 10:16 (GMT)
Fix missing update enabling active pixels overlay in Cycles-X
May 27, 2021, 10:13 (GMT)
Merge branch 'master' into cycles-x
May 27, 2021, 10:03 (GMT)
fix socket recreation
May 27, 2021, 10:00 (GMT)
Merge branch 'master' into temp-gpencil-bezier-stroke-type
May 27, 2021, 09:56 (GMT)
Cleanup: remove comments on asserts in skin modifier, now that issue is fixed.
May 27, 2021, 09:55 (GMT)
Merge branch 'master' into override-recursive-resync
May 27, 2021, 09:55 (GMT)
LibOverride: Add heuristic protection against infinite loop due to libraries inter-dependencies.

This is not supposed to happen, but better be safe than sorry, and
assume it is beyond unlikely that someone would use chains of over 10k
linked libraries.
May 27, 2021, 09:36 (GMT)
Refactor: Rename pass accessor in viewport parameters

No need to state that it is a viewport display pass, since the method
is within viewport parameters it is implied that parameters do belong
to the viewport.

Brings this code closer to the Cycles-X branch.
May 27, 2021, 09:36 (GMT)
Refactor: Remove friend class from Cycles viewport parameters

Such pattern should only be used when it is really needed. Otherwise
just stick to a more regular design, without worrying who is the user
of the class. Otherwise it will be annoying to subclass or unit test.
May 27, 2021, 09:36 (GMT)
Cleanup: const qualifier of return type
May 27, 2021, 09:36 (GMT)
Cleanup: Use logical OR in Cycles background shader
May 27, 2021, 09:36 (GMT)
Refactor: Naming in Cycles viewport methods

Makes it more explicit they operate on shading/light.

Gives room to move more viewport related settings into this class and
cover with specific or generic modification checks.
May 27, 2021, 09:36 (GMT)
Cleanup: Redundnat member init in Cycles viewport parameters
May 27, 2021, 09:36 (GMT)
Refactor: Move display pass to Cycles viewport parameters

Allows to centralize storage and modification checks in a single place,
avoiding duplication in the synchronization code.

Ideally we would somehow be able to more granularly modify Cycles side
objects. Leaving this for a future decision, because it might be better
to implement it as a graph on the sync side.
May 27, 2021, 09:36 (GMT)
Cleanup: Unused include in Cycles
May 27, 2021, 09:27 (GMT)
cleanup
May 27, 2021, 09:27 (GMT)
improve naming
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021