Aras Pranckevicius aras_p
Aras Pranckevicius created branch io-stl-tests in aras_p/blender 2023-11-20 09:35:22 +01:00
Aras Pranckevicius closed pull request blender/blender#105598 2023-11-19 16:43:31 +01:00
WIP: IO: C++ STL exporter
Aras Pranckevicius commented on pull request blender/blender#105598 2023-11-19 16:43:29 +01:00
WIP: IO: C++ STL exporter

Implemented as part of blender/blender#114862

Aras Pranckevicius deleted branch io-cpp-stl-exporter from aras_p/blender 2023-11-19 16:41:34 +01:00
Aras Pranckevicius pushed to main at blender/blender 2023-11-19 16:41:31 +01:00
17c793e43c IO: C++ STL exporter
Aras Pranckevicius merged pull request blender/blender#114862 2023-11-19 16:41:31 +01:00
IO: C++ STL exporter
Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-19 16:40:12 +01:00
35eccd41f8 STL: code style
Aras Pranckevicius commented on pull request blender/blender#114862 2023-11-19 12:43:15 +01:00
IO: C++ STL exporter
Aras Pranckevicius commented on pull request blender/blender#114862 2023-11-19 12:37:42 +01:00
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…

Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-19 12:35:21 +01:00
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
Compare 18 commits »
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-19 12:35:13 +01:00
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
Compare 87 commits »
Aras Pranckevicius commented on pull request blender/blender#114862 2023-11-17 15:04:42 +01:00
IO: C++ STL exporter
Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-17 15:04:18 +01:00
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
Compare 73 commits »
Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-17 14:48:53 +01:00
770b865fbc STL: fix export of normals and object transform
Aras Pranckevicius approved blender/blender#114878 2023-11-15 05:23:58 +01:00
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!

Aras Pranckevicius created pull request blender/blender#114862 2023-11-14 19:32:17 +01:00
WIP: IO: C++ STL exporter, continued
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-14 19:30:33 +01:00
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
Compare 163 commits »
Aras Pranckevicius created branch io-cpp-stl-exporter in aras_p/blender 2023-11-14 19:29:52 +01:00
Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-14 19:29:52 +01:00
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
Compare 10 commits »
Aras Pranckevicius approved blender/blender#114796 2023-11-13 15:44:28 +01:00
Cleanup: Avoid shallow copy in OBJ exporter

Nice cleanup, thanks! One stale comment, otherwise LGTM.