partio icon indicating copy to clipboard operation
partio copied to clipboard

C++ (with python bindings) library for easily reading/writing/manipulating common animation particle formats such as PDB, BGEO, PTC. https://wdas.github.io/partio

Results 19 partio issues
Sort by recently updated
recently updated
newest added

https://github.com/wdas/partio/blob/7cb3743c6e19c04ac049c05f8f81af2f24410ea3/src/lib/io/ZIP.cpp#L166 Hello! These variables are overlap ZipFileHeader fields with same name. Should ZipFileHeader::Read method use version,flags fields or local variables? If local variables need maybe better to rename these

Adding OpenVDB point reader contributed by Roman Zulak and Alembic point reader contributed by Lucas Miller.

when run: ```bash # on ubuntu20.04LTS make -j prefix=$prefix install ``` It's raise: ```bash CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find GLUT (missing: GLUT_glut_LIBRARY GLUT_INCLUDE_DIR) Call Stack (most recent...

Hi there, When building partio as a subdirectory with CMake, it would be great if we could _only_ build the main lib: https://github.com/wdas/partio/blob/9288fefd3b77085507171e5acdafc12cc8f44fae/CMakeLists.txt#L136 And skip the python/tools/etc. (i.e. don't require...

When I install this package it shows the following error message > /usr/bin/ld: cannot find -lOpenGL::OpenGL > collect2: error: ld returned 1 exit status > src/tools/CMakeFiles/partview.dir/build.make:91: recipe for target 'src/tools/partview'...

partio Community, Hello. Thanks for partio python! A noob question. In a .ptc I generated with partio python I see the PTC Header(?) attribute > Format : 640x480x300 Would anyone...

I found the leak with the static code checking tool cppcheck. There are other minor bugs as well, but this one is the biggest. The leak is found in file...

Hello I tried to compile python module and got such errors: ``` Creating library E:/codes/build/partio/py/Release/_partio.lib and object E:/codes/build/partio/py/Release/_partio.exp 1>partio.lib(ParticleIO.obj) : error LNK2019: unresolved external symbol "class Partio::ParticlesDataMutable * __cdecl Partio::readPRT(char...

any plans in the works for a maya plugin to introduce an MPxCacheFormat that can use partIO to read other cache formats?

Would be nice to have Xsi particle format support, described here : http://softimage.wiki.softimage.com/index.php/Icecache_File_Format