From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: saved Forms
   Date: Mon, 18 Feb 2008 17:39:39 -0500
Msg# 1687
View Complete Thread (8 articles) | All Threads
Last Next
Gary Jaeger wrote:
> [posted to rush.general]
> 
> that all sounds like a possible solution. we're using maya, if it  
> makes any difference.
> 
> if, for the time being, I wanted to have artist B have access to all  
> the forms artist A has save, how might I do that?

	You'd have artist A use "File -> Export as" to save the form
	into a directory that artist B would use "File -> Import" to load.

	I believe the default directory both of these operations use
	is the 'current directory', so if you have a specific directory
	in mind, such as "/yourserver/somewhere/rushforms/", then I think
	you can make that the default directory by finding these lines
	at the top of the submit script:

# LOAD COMMON VARIABLES + FUNCTIONS
require "$FindBin::Bin/.common.pl";

	..and adding the following line directly below it:

$G::input = "cd /yourserver/somewhere/rushforms && $G::input";

	This will cause that directory to become the current directory
	just before the 'input' program is opened, which handles the
	GUI submit form.

	Meanwhile, I'm putting together an example that shows how
	to make the 'Shot' pulldown menu work. To do it right involves
	giving you a new 'input' binary (that will be in the 102.42a9
	maintenance release) to handle the GUI pulldown automatically.

-- 
Greg Ercolano, erco@(email surpressed)
Seriss Corporation
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)

Last Next