- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
WIP: IO: C++ STL exporter
Aras Pranckevicius
deleted branch io-cpp-stl-exporter from aras_p/blender
2023-11-19 16:41:34 +01:00
IO: C++ STL exporter
IO: C++ STL exporter
To me the virtual file writer class doesn't seem necessary though.
Indeed, just folded them both into one simple writer class. No virtuals, and fewer lines of code too.
It should be easy…
68f9bd3568
Merge branch 'main' into io-cpp-stl-exporter
d12aef25f4
STL: simplify exporter code by not using virtual classes for ascii/binary
2240877d11
STL: code style
9eba3902c9
Fix: Allow Win32 clipboard to properly handle large images
2793b37f17
Fix #115085: Multicolumn Menus without Category Names
9eba3902c9
Fix: Allow Win32 clipboard to properly handle large images
2793b37f17
Fix #115085: Multicolumn Menus without Category Names
c845233d1c
Nodes: Move ValueOrField struct into blenkernel
0b11c591ec
Nodes: Merge Musgrave node into Noise node
bf7d4ef054
Fix #115025: Transform operations not working in particle edit mode
ad5d7abca5
Merge branch 'main' into io-cpp-stl-exporter
e62179ce04
Fix: assert when running deform modifier tests in debug build
e581dde40f
Transform: remove restricted assert
f6569b7726
Cleanup: Make format
10fae637aa
Refactor: Extract function to initialize a BezTriple
Fix #114847: Skip past more newlines when parsing PLY files
Oh, nice! I saw the report and was thinking of looking at it today. Well, too late for that now!
WIP: IO: C++ STL exporter, continued
f27dd74986
Fix syntax error in last commit
0a0689b0b7
Cleanup: Reduce overloaded-virtual warnings
f0f5d69516
Release: Update company credits and sort alphabetically
920d9a9165
Fix #114758: keep text field empty for global search
4ecd6abf78
Vulkan: Make Anisotropy Sampling Optional
4f65036c93
STL: format
04cc1590c2
STL: cleanups from code review
f8daa40e3c
STL: do not use fstream/fopen directly (would fail on windows with non-ascii paths)
2090aa76e1
STL: naming conventions
8a804f49bf
Merge branch 'main' into io-cpp-stl-exporter
Cleanup: Avoid shallow copy in OBJ exporter
Nice cleanup, thanks! One stale comment, otherwise LGTM.