Block a user
647054a791
NPR AOV fixes
b112b798e3
initial implementation
225eb48de5
Clarify comments
dde749dddd
Workaround for background support
9f2ea8c145
Image Sample node
a43b4db0a0
Merge branch 'main' into npr-prototype
88c84e6a37
Fix #124514: Wrong "slight defocus" DoF
34a18c7608
Anim: Merge Animation operator
057a6c3efd
Fix: GPv3: Clone tool crashes due to index range regression
26379c2b01
Anim: Update Action Slot selectors in the UI
WIP: NPR: AOV inputs
a43b4db0a0
Merge branch 'main' into npr-prototype
88c84e6a37
Fix #124514: Wrong "slight defocus" DoF
34a18c7608
Anim: Merge Animation operator
057a6c3efd
Fix: GPv3: Clone tool crashes due to index range regression
26379c2b01
Anim: Update Action Slot selectors in the UI
1b1f669107
NPR AOV fixes
1a4672155f
Merge branch 'main' into pull-npr-aov
88c84e6a37
Fix #124514: Wrong "slight defocus" DoF
34a18c7608
Anim: Merge Animation operator
057a6c3efd
Fix: GPv3: Clone tool crashes due to index range regression
EEVEE-NEXT: Inconsistent DOF Preview
Fix #124514: Wrong "slight defocus" DoF
Fix #124514: Wrong "slight defocus" DoF
8e491a87a1
Take radius into account
214a47f15c
Vulkan: Make Unused Attachments Optional
ba6126dbbd
Fix #127604: Skip unlink operator for linked materials
912c6d9a3c
Fix #127620: Disable smooth operator for linked objects
b427253a4d
Obj-C Refactor: General Code Style cleanups
Fix #127774: Flat Object matrix leads to incorrect culling
There are still several places in the code-base where an Isectbox
is setup after checking for drw_bounds_are_valid
.
Some of them just access the corners, so they should be fine (although we…
Vulkan: Parallel shader compilation
I wonder if this might cause RenderDoc to show different results when investigating driver bugs and stuff like that.
Vulkan: Parallel shader compilation
Here you could avoid the move constructor by appending first and then taking a reference to it.
Vulkan: Parallel shader compilation
I think using an explicit move here can prevent the compiler from doing a copy elision?
Rename camera matrix terminology
It looks like projmat
is already used in some places.
BTW, BLI_math_geom.h
functions are a perfect example of the issues with this terminology.
We have "perspective" used for both…