-
Notifications
You must be signed in to change notification settings - Fork 22
added a simple program to export files in .vdb format #148
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
Open
spyke7
wants to merge
44
commits into
MDAnalysis:master
Choose a base branch
from
spyke7:add_openvdb
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 39 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
22a5995
added a simple program to export files in .vdb format
spyke7 c871534
Merge branch 'master' into add_openvdb
spyke7 d809198
updated changelog and OpenVDB.py
spyke7 242edb5
updated changelog and OpenVDB.py
spyke7 79c96de
fixed core.py errors
spyke7 0649210
fixed typo in OpenVDB.py
spyke7 f83f709
updated OpenVDB.py
spyke7 09b88a3
removed transpose inside populate()
spyke7 3c93f8d
test_vdb.py updated
spyke7 1765ae1
Merge branch 'master' into add_openvdb
spyke7 31831cb
modified test_vdb.py for coverage
spyke7 c55366b
updated test_vdb.py
spyke7 ea446d7
updated CHANGELOG and gh-ci.yaml
spyke7 1e2fd80
Updated docs, test_vdb.py and OpenVDB.py
spyke7 145a1dd
Updated tests
spyke7 4bd1d8a
updated test_vdb.py
spyke7 d010391
updated tests and OpenVDB.py
spyke7 c8e643d
updated tests and OpenVDB.py
spyke7 f87d3d8
Test updated and reformatted with black
spyke7 97aef4b
added skip if
spyke7 b6e5568
Apply suggestion from @orbeckst
orbeckst 53a6017
Implemented preScale and postTranslate
spyke7 2c75469
Updated tests, OpenVDB.py and core.py
spyke7 acff126
Updated the OpenVDB.py with new API structure
spyke7 0231a44
Updated tests
spyke7 df03e8b
updated test_vdb.py and OpenVDB.py
spyke7 65bcc79
updated the for loop a little inside _get_best_grid_type
spyke7 40ca264
Merge branch 'master' into add_openvdb
orbeckst 08d7b68
Merge branch 'master' into add_openvdb
spyke7 34ff183
updated openvdb.py with from_grid() and native
spyke7 19e996b
Merge branch 'master' into add_openvdb
orbeckst 9fd09c2
Update gridData/core.py
spyke7 08009a2
Update gridData/tests/test_vdb.py
spyke7 0f16137
Update gridData/OpenVDB.py
spyke7 90eba9d
simplify Grid._export_vdb
orbeckst 24dc68b
fixed typo
orbeckst 717bb33
updated numpy to np
spyke7 ddd8c0e
Removed np.asarray(grid)
spyke7 91c58ed
updated test_vdb.py
spyke7 3472d4f
CHANGELOG updated
spyke7 1533e1e
Update gridData/tests/test_vdb.py
spyke7 0234ee4
Update CHANGELOG
spyke7 ec05ff6
Updated test and OpenVDB.py regarding tolerance test
spyke7 6b17ab9
updated zero tolerance test with value close to zero
spyke7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,2 @@ | ||
| .. automodule:: gridData.OpenVDb | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.