Page 1 of 1

maxwell malfunction with xorg

Posted: Fri Oct 07, 2005 11:04 pm
by gutaker
as far as i know maxwell viewer works now only with xfree86 but not with xorg.
according to documantation i wrote simple script to set u free :)

here is the solution that should work:
Code: Select all
global proc mx_render() {
	mayall -batch;
	string $wd = `workspace -q -dir`;
	exec ("exec nautilus "+ $wd+"../images");
}
note: replace nautilus with ur favorite file browser. nautilus its default for gnome.
save it as filename.mel in /home/username/maya/7.0/scripts
reload maya
in command line write "mx_render" - all done

now u r able to watch thumbnail changin' and see full res with gimp or eye of gnome or other image viewer

greetz to yall :D