Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-21 11:51:30 +01:00
b24610053f Fix: crash when using attribute search in Named Attribute node
dc8fd30a3c OpenGL: Raise Minimum SSBO Bindings to 12.
acee93bd6d Fix #115207: dynamically typed Viewer node
c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
f01c82e268 VSE: Use Strip Volume property for scenes
Compare 52 commits »
Aras Pranckevicius pushed to timeit-fmt at aras_p/blender 2023-11-21 11:47:23 +01:00
91e3b48a85 BLI: change timeit to use fmtlib instead of direct cout
b24610053f Fix: crash when using attribute search in Named Attribute node
dc8fd30a3c OpenGL: Raise Minimum SSBO Bindings to 12.
acee93bd6d Fix #115207: dynamically typed Viewer node
c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
Compare 10 commits »
Aras Pranckevicius created branch timeit-fmt in aras_p/blender 2023-11-21 11:47:22 +01:00
Aras Pranckevicius pushed to main at blender/blender 2023-11-21 09:43:30 +01:00
c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
Aras Pranckevicius deleted branch io-stl-tests from aras_p/blender 2023-11-20 11:20:04 +01:00
Aras Pranckevicius merged pull request blender/blender#115164 2023-11-20 11:20:01 +01:00
IO: add STL import/export tests
Aras Pranckevicius pushed to main at blender/blender 2023-11-20 11:20:01 +01:00
0d0aad6280 IO: add STL import/export tests
Aras Pranckevicius commented on pull request blender/blender#115164 2023-11-20 10:17:53 +01:00
IO: add STL import/export tests
Aras Pranckevicius created pull request blender/blender#115164 2023-11-20 09:36:42 +01:00
IO: add STL import/export tests
Aras Pranckevicius pushed to io-stl-tests at aras_p/blender 2023-11-20 09:35:22 +01:00
8915e41893 STL: add importer tests
6b58d7486a STL: add exporter tests
8874aee75c STL: python import/export tests have been disabled since 2015, remove
17c793e43c IO: C++ STL exporter
31abb2b3af Geometry Nodes: Edge Paths to Selection node speedup
Compare 5 commits »
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 merged pull request blender/blender#114862 2023-11-19 16:41:31 +01:00
IO: C++ STL exporter
Aras Pranckevicius pushed to main at blender/blender 2023-11-19 16:41:31 +01:00
17c793e43c 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 »