Aras Pranckevicius aras_p
Aras Pranckevicius closed issue blender/blender#101405 2023-08-17 10:37:29 +02:00
DDS image format improvements
Aras Pranckevicius commented on issue blender/blender#101405 2023-08-17 10:37:05 +02:00
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…

Aras Pranckevicius closed issue blender/blender#56248 2023-08-17 10:34:34 +02:00
DDS Normal maps not rendering for certain DDS versions
Aras Pranckevicius commented on issue blender/blender#56248 2023-08-17 10:34:31 +02:00
DDS Normal maps not rendering for certain DDS versions

Should be working fine in Blender 3.6 and 4.0

Aras Pranckevicius closed pull request blender/blender#111113 2023-08-16 13:50:48 +02:00
Cleanup: fewer BLI_color.hh et al includes
Aras Pranckevicius pushed to main at blender/blender 2023-08-16 13:50:07 +02:00
2f060706a4 Cleanup: fewer BLI_color.hh et al includes
Aras Pranckevicius commented on pull request blender/blender#111113 2023-08-16 12:12:07 +02:00
Cleanup: fewer BLI_color.hh et al includes
Aras Pranckevicius pushed to fewer_color_includes at aras_p/blender 2023-08-16 12:11:18 +02:00
63206666f2 Cleanup: fewer BLI_color.hh et al includes
Aras Pranckevicius pushed to fewer_color_includes at aras_p/blender 2023-08-16 10:39:57 +02:00
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
Compare 41 commits »
Aras Pranckevicius pushed to main at aras_p/blender 2023-08-16 10:39:42 +02:00
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
Compare 40 commits »
Aras Pranckevicius deleted branch fewer_stream_includes from aras_p/blender 2023-08-16 09:51:47 +02:00
Aras Pranckevicius merged pull request blender/blender#111046 2023-08-16 09:51:45 +02:00
Cleanup: fewer iostreams related includes from BLI/BKE headers
Aras Pranckevicius pushed to main at blender/blender 2023-08-16 09:51:44 +02:00
acbd952abf Cleanup: fewer iostreams related includes from BLI/BKE headers
Aras Pranckevicius commented on pull request blender/blender#111046 2023-08-15 20:52:57 +02:00
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…

Aras Pranckevicius pushed to fewer_stream_includes at aras_p/blender 2023-08-15 20:14:35 +02:00
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
Compare 95 commits »
Aras Pranckevicius deleted branch fewer_includes_cycles from aras_p/blender 2023-08-15 13:55:47 +02:00
Aras Pranckevicius pushed to main at blender/blender 2023-08-15 13:55:47 +02:00
7875074532 Cleanup: fewer iostreams related includes in Cycles
Aras Pranckevicius merged pull request blender/blender#111063 2023-08-15 13:55:45 +02:00
Cleanup: fewer iostreams related includes in Cycles
Aras Pranckevicius commented on pull request blender/blender#111046 2023-08-15 13:49:28 +02:00
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…