forked from wdas/partio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* disney: (52 commits) Add Ctrl-W shortcut to close editor window Expose additional arg in partio::write() partedit: display attr size 9 as 3x3 matrix make test Code review updates Add testSpecs for mentor run partjson: Convert between bgeo and json (both ways) partedit: Make main widget a splitter partedit: Add support for viewing indexed strings partedit: Add support for fixed attributes Expose functions to python Toward FXSOFT-1129: Add Partio::merge() function partedit: Row indices should be 0-based to match particle indices Partio::print() needs a little love Fix Partio::print() function Add .workonrc.py Fix Makefile to not put collection include before partio partedit fixes partedit: Resize newly added particles/attributes Install partedit as a module for reuse ... Signed-off-by: David Aguilar <[email protected]>
- Loading branch information
Showing
19 changed files
with
1,773 additions
and
30 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
partio |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/python | ||
|
||
import os, dshell | ||
|
||
from pathfinder import build | ||
_opts = build.Options(absolute=True) | ||
|
||
shell = dshell.create() | ||
shell.export('PARTIO', os.getcwd()) | ||
|
||
# Add to paths | ||
test_dir = build.test('partio', opts=_opts) | ||
shell.prepend('PATH', test_dir) | ||
shell.prepend('PYTHONPATH', test_dir) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1. fetch github-wdas/master | ||
2. reset master from github-wdas master | ||
3. push master to origin/master (origin/master should be identical to github-wdas/master at this point) | ||
4. merge master into disney | ||
5. push disney to origin/disney (do this without creating code review branch: | ||
git push origin disney:disney) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
Oops, something went wrong.