- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
DDS image format improvements
DDS image format improvements
This was addressed by @deadpin with switch to OpenImageIO for DDS loading, in Blender 3.6 and up. Now all of EEVEE/Cycles/Workbench interpret various DDS formats consistently, and has wider…
DDS Normal maps not rendering for certain DDS versions
DDS Normal maps not rendering for certain DDS versions
Should be working fine in Blender 3.6 and 4.0
Cleanup: fewer BLI_color.hh et al includes
598a75a132
Cleanup: fewer BLI_color.hh et al includes
acbd952abf
Cleanup: fewer iostreams related includes from BLI/BKE headers
f50da4040f
Fix #111142: bl_static_type is empty for node groups and custom nodes
a70953242d
Cleanup: Calm Warning
5741a5d433
UI: Allow Eyedropper Outside of Blender
acbd952abf
Cleanup: fewer iostreams related includes from BLI/BKE headers
f50da4040f
Fix #111142: bl_static_type is empty for node groups and custom nodes
a70953242d
Cleanup: Calm Warning
5741a5d433
UI: Allow Eyedropper Outside of Blender
077db81638
Outliner: Port linked object elements to new tree-element code design
Aras Pranckevicius
deleted branch fewer_stream_includes from aras_p/blender
2023-08-16 09:51:47 +02:00
Cleanup: fewer iostreams related includes from BLI/BKE headers
Cleanup: fewer iostreams related includes from BLI/BKE headers
I've updated this PR to reduce scope: only use <iosfwd>
on non-templated BLI classes where moving implementation into .cc file is not an issue; in the templated classes I only reduced the…
e55db4e6c9
Cleanup: fewer iostreams related includes from BLI/BKE headers
7875074532
Cleanup: fewer iostreams related includes in Cycles
4b98c0aa24
Cleanup: Remove 'read_data' code from Scene's paint 'link_lib' code.
b3ca211bf4
Cleanup: Code formatting
8c5c5142d5
Cleanup: use type checking for credits_git_gen.py & git_log.py
Aras Pranckevicius
deleted branch fewer_includes_cycles from aras_p/blender
2023-08-15 13:55:47 +02:00
Cleanup: fewer iostreams related includes in Cycles
Cleanup: fewer iostreams related includes from BLI/BKE headers
As for the logging of templated BLI types how about we keep function templated, without explicit type instantiation, but move it to a separate header? I.e.
BLI_math_vector_logging.hh
. To me it…