- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
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…
Cleanup: fewer iostreams related includes from BLI/BKE headers
Btw, to be clear, the move to iosfwd for non-templated logging are very nice and welcome! Makes me curios: shall we just land those?
I'm leaning towards just that for this PR. Thanks for the…
WIP: Cleanup: fewer BLI_color.hh et al includes
4cefe0ec80
Fix #110723: cant drop object name on object field/socket in node editor
485c98cc2c
Outliner: Port pose base elements to new tree-element code design
e878692221
Cleanup: code formatting
5dcf704324
Refactor: Solve invalid icon-id enum values, use type alias
a3a0a33978
I18n: updated UI translations from svn trunk (r6663).