- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
1bd4a3c9f3
Fix #106141: crash when duplicating a node
6b67b81de4
Fix #106131: invalid selection after select random curves operator
16cb13b8a0
Fix: Vertex paint filter operators broken undo
d5d8246441
Fix #106095: FCurves not drawn when Extrapolation is disabled
d78550634a
Fix: Crash when trying to get FCurve segments of baked curve
PLY: Improve robustness and performance of the new PLY importer
fafca64d00
PLY: cleanup, comments, index validation
711a0ea7f2
PLY: do not use exceptions in inner loops, fix exporter face indexing
7fb7a5852b
PLY: optimize importing by having flat index buffer instead of an array for each face
1a8d3adfeb
PLY: optimize importing by avoiding tiny file reads
e504dab2af
PLY: support "tristrips" element
WIP: PLY: Improve robustness and performance of the new PLY importer
baf229ff5a
PLY: optimize importing by having flat index buffer instead of an array for each face
b50cf31840
PLY: optimize importing by avoiding tiny file reads
a150799fce
PLY: support "tristrips" element
b6fc965c1a
PLY: handle case where face element is not only a single vertex indices property
7e0c4c46e8
PLY: improve binary parser robustness
WIP: IO: C++ STL exporter
Would also be good if this exporter handles "collection instances" properly. There's an open patch for the python one: blender/blender-addons#104460
WIP: IO: C++ STL exporter
Nice! Added some comments wrt non-ASCII file paths on windows, and naming of some paramters for the Python API.
WIP: IO: C++ STL exporter
std::ofstream
will fail writing a file on Windows if path contains non-ASCII characters. Use blender::fstream
from BLI_fileops.hh
instead.