Page 1 of 1

Setting and saving opacity in "Show Fold Graph" viewer

Posted: Tue May 11, 2010 9:35 pm
by gzr
When viewing a hemisphere using "Anatomist Show Fold Graph," the image is semi-transparent. I know how to change the transparency, but was wondering if there is a way to change the default settings (or save a macro, or something like that) so that I do not need to manually do so when viewing each hemisphere. I have this problem with versions 3.2 and 3.1.6.

Thanks in advance!

Re: Setting and saving opacity in "Show Fold Graph" viewer

Posted: Wed May 12, 2010 12:50 am
by riviere
Hi,

The opacity is hard-coded in the grpahs viewer process of BrainVisa, there is no settings for it. But you could easily copy the viewer process and derive another one for your needs. You can put new personal BrainVisa processes in the ".brainvisa/processes" directory in your home directory, they will appear in the "my processes" toolbox when brainvisa is restarted (maybe you should take care of using a different filename/name identifiers to avoid ambiguities). Then you could change the hard-coded opacity, or add a parameter to the process to set if from the process interface.

Denis

Re: Setting and saving opacity in "Show Fold Graph" viewer

Posted: Wed May 12, 2010 7:28 pm
by gzr
Ok, thanks!