Results 104 comments of Justin Privitera

3.3.3 deliverables (aside from docs) have been completed so I am changing the milestone to 3.4. ## Features for 3.4 ### Docs: - [x] Add my docs gen script to...

~~Changing the milestone back to 3.3.3 since I am adding in a few more features for the upcoming release.~~

3.4 deliverables (aside from docs) have been completed so I am changing the milestone to 3.4.1. ## Features for 3.4.1 ### Docs: - [x] all of the examples might be...

3.4.1 deliverables have been completed so I am changing the milestone to 4.0, as we are ramping down work on the X Ray Image Query. ## Future Deliverables: ### Docs:...

@brugger1 I've been investigating this today. It looks like we may be deliberately writing Nan values to the mesh: ``` // If our variable doesn't cover the entire dataset, we...

> Do we know if `penX` is defined on the entire mesh? I don't. Is there an easy way to find out? Just staring at the code, it looks like...

@brugger1 any thoughts for how I might know if `penX` is defined on the entire mesh?

After much researching, I have found this to be the case: [This situation "3D model with .ply format does not have color when opening in Word" is an expected behavior...

Other problems include things like this: ``` UpdateNames(); colorAtts->SetChangesMade(true); ctObserver.SetUpdate(true); Apply(true); ```