-
Notifications
You must be signed in to change notification settings - Fork 68
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
Meshfill animation #1249
Meshfill animation #1249
Conversation
@chaosphere2112 you to |
Tests are failing: https://open.cdash.org/viewTest.php?onlyfailed&buildid=3794735 Also, I'm having trouble figuring out the new variable name: doCellPointForScalar. What does this mean? It's the 'CellPoint' bit that's throwing me off. |
if isinstance(gm,vcs.meshfill.Gfm): | ||
doCellPointForScalar = True | ||
else: | ||
doCellPointForScalr = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scalar
Works for me, passes tests: https://open.cdash.org/viewTest.php?onlypassed&buildid=3795126 |
Would be nice to rename the variable to something better. Cell point is confusing.. |
@aashish24 the var actually says what it does, if set to True then when running Update for animation we need to do SetScalarRangeCellPoint so doCellPoint seemed like a good name. But feel free to edit and give a better name. Keep in mind with @dlonie updated workflow I suspect most of this will disappear... |
sure. @doutriaux1. Let's get it merged and we will clean it up if necessary with @dlonie's branch. |
@aashish24 @dlonie goes with: CDAT/uvcdat-testdata#44