Block a user
Build: Upgrade OIDN to 2.3.0 final
Extensions: split add-ons & extensions into separate preferences
Some suggested tweaks for the UI: https://projects.blender.org/brecht/blender/commits/branch/pr-extensions-addons-ui-split
Brecht Van Lommel
pushed to pr-extensions-addons-ui-split at brecht/blender
2024-06-19 17:35:41 +02:00
63ad77ea3e
Sort extensions to put installed first (incomplete, would need to scroll after clicking Install)
Brecht Van Lommel
pushed to pr-extensions-addons-ui-split at brecht/blender
2024-06-19 17:23:59 +02:00
25dfd4b171
Sort extensions to put installed first
e81317f393
Sort add-ons alphabetically
15e418e9ae
Use line separator over box, put buttons between other info
634ec63dc5
Add button to jump to addon preferences, fix operator
768e81c81e
Make Uninstall button visible without expanding
Brecht Van Lommel
pushed to pr-extensions-addons-ui-split at brecht/blender
2024-06-19 16:51:44 +02:00
8ffda0ab7b
Tweak add-ons and extensions UI
Brecht Van Lommel
created branch pr-extensions-addons-ui-split in brecht/blender
2024-06-19 16:44:00 +02:00
Brecht Van Lommel
pushed to pr-extensions-addons-ui-split at brecht/blender
2024-06-19 16:44:00 +02:00
51c743dc25
Tweak add-ons and extensions UI
d1c5194c74
Make web link buttons half-width
93ed51d7b5
Minor tweak that avoids checking core/user add-ons for an extension
fa00692668
Extensions: split add-ons & extensions into separate preferences
6eb2b5f47b
Fix local extension errors being shown as remote errors
Cycles: HIP support for AMD Strix APUs
I was going to try 6.1.3 since it's the latest. But whatever version works is fine.
a26fd603b0
Merge branch 'blender-v4.2-release'
ff03ab4d08
Fix: EEVEE: Overblur of textures because of TAA
10b1e45ca8
Fix: Curves: Crash in transform code for non bézier curves
feed10a4c2
Fix: GPU: Workaround for validation errors on replaced passes
295df94478
Anim: add "legacy behavior" option to Limit Rotation constraint
USD: Rename active UV Map to "st" by default
Ah sorry, I left something uncommitted. It should really work now.
ca1b648b42
Actually fix UV Map name node
148585a1a7
Merge branch 'blender-v4.2-release' into usd-rename-st
44309ac7e1
Build: Change make deps HARVEST_TARGET to new Git LFS location
355c7b788e
Fix: EEVEE: Remaining references to EEVEE-Legacy in codebase
e5f514c60c
Fix: EEVEE: AO Pass: Regression in quality caused by sample count
Refactor: Move Linux/macOS harvest to individual files
CC @LazyDodo @ideasman42 @farsthary.
I wanted to make macOS and Linux use ExternalProject_Add_Step
like Windows, so it's easy to rebuild a subset of the libraries. That's a bit more work, and…