MRG, ENH: Allow disabling FXAA#7877
Conversation
|
Everything looks okay to me @larsoner |
|
I'll look more closely later today but this looks like it only fixes Would it be possible to use a global config variable that is respected by the 3d renderers? That would have the benefit of fixing all 3d plotting ( |
|
Ahh right, we'd need to update every 3D plotting function to take this argument. That's probably not so nice. We could have something like a |
If it's global, why update every function? It's not like you would like to have specific plots with AA and some without it. I think we could just modify the renderers directly and I like |
We shouldn't use |
I meant if we followed what I was originally doing we'd need to. With the global approach (implemented now), indeed we don't. @GuillaumeFavelier can you look at the changes and let me know what you think? @bloyl in principle this should now work with all 3D functions in MNE. You can do either |
|
|
|
I pushed a commit to fix the import in |
|
|
|
Sorry your comment above used |
|
|
* upstream/master: (24 commits) WIP: Fix Travis (mne-tools#7906) WIP: Prototype of notebook viz (screencast) (mne-tools#7758) MRG, FIX: Speed up I/O tests, mark some slow (mne-tools#7904) Proper attribution for Blender tutorial (mne-tools#7900) MAINT: Check usage [ci skip] (mne-tools#7902) Allow find_bad_channels_maxwell() to return scores (mne-tools#7845) Warn if NIRx directory structure has been modified from original format (mne-tools#7898) Pin pvyista to 0.24.3 (mne-tools#7899) MRG: Add support for reading and writing sufaces to .obj (mne-tools#7824) Fix _auto_topomap_coords docstring. (mne-tools#7895) MRG, FIX: Ensure Info H5-writeable (mne-tools#7887) Website contents (mne-tools#7889) MRG, ENH: Add mri_resolution="sparse" (mne-tools#7888) MRG, ENH: Allow disabling FXAA (mne-tools#7877) remove "and and" [ci skip] (mne-tools#7882) fix evoked nave → inverse guidance (mne-tools#7881) ENH: Better error messages (mne-tools#7879) FIX : EDF+ Annotation Timestamps missing sub-second accuracy (mne-tools#7875) FIX: Fix get_channel_types (mne-tools#7878) MRG, BUG: Fix combine evokeds (mne-tools#7869) ...
@bloyl @kingjr can you see if this fixes your OSMESA / remote rendering experience in
mne coregandstc.plot? For the latter you'll also need to passstc.plot(..., antialias=False)and if you use PySurfer you'll need to be on nipy/PySurfer#295@GuillaumeFavelier can you take a look and make sure I disabled it in the right place(s)?