-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install partio.i and PartioSe.h #54
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conflicts: src/doc/SConscript
Signed-off-by: Mark McLaughlin <mark.mclaughlin@disneyanimation.com>
…so add ptf support Fixes Bug #25741 Fixes Bug #25742
Signed-off-by: Mark McLaughlin <mark.mclaughlin@disneyanimation.com>
Conflicts: src/lib/io/ParticleIO.cpp
Signed-off-by: Mark McLaughlin <mark.mclaughlin@disneyanimation.com>
* master: Fix threading bug and initializing bug -Reverted whitespace changes -Fixed some incorrect assumptions about PRT files: * Now using stored header sizes (since newer PRT versions might add fields) * Now not assuming channels are stored contiguously in memory (using 'offset' value instead) - fix the build with Clang 3.3 and libcxx (LLVM) - fix GLUT/OpenGL include paths for the tools fix typos in README Fix destructor warning in python interface fixed more issues with the bin loader: neighbor channel type is correct now, uvw channel is fixed, and bin will now load into realflow without crashing fixed writing of id and neighbor attributes ZIP: Fixed memory corruption when reading file header.
Add setIndexedStr()
jira: FXSOFT-232 partio global attribute support
fixed attribute support, addressed code review comments
Partio python api fix
skip primitive attributes, address comments
jira: FXSOFT-635 bgeo causes dlight to crash when being loaded in aurora
- Python bindings now have Verbose variants of read that allow capturing the message - BGEO gives a better error when a new bgeo is attempted to be used. JIRA: FXSOFT-447
Add a new ostream option to all read/write functions to allow controlling/capturing messages
* github/master: SeExpr partio example file and warning Add displayng connectivity and also many for features for partioSe Fixing bug in runRange partio seexpr Windows compile fixes API Updates from Disney (fixed attributes, new error printing handling) Fixed build failing when building with zlib Fix PRT reader channel size was wrong Fix infinit loop when failing to read a PRT file Support the different .bin file format. Conflicts: src/lib/SConscript src/lib/io/BIN.cpp src/lib/io/PRT.cpp src/py/partio.i
Conflicts: Makefile
jira: FXSOFT-768 partio crash on bgeo with 15 million particles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.