Message 1 of 2
Netrender----any gurus out there who can help
Not applicable
09-09-2008
01:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi need to send a job using maxcript to the first Server available (I want to send the job to only one server.
but I cant work out the syntax...
m = netrender.getmanager()
if m.connected == false then isConnected = m.connect #automatic "255.255.255.0"
job = m.newJob()
job.AssignServer (????)
can anyone help with job.AssignServer (????)
thanks
Mike Nowson
but I cant work out the syntax...
m = netrender.getmanager()
if m.connected == false then isConnected = m.connect #automatic "255.255.255.0"
job = m.newJob()
job.AssignServer (????)
can anyone help with job.AssignServer (????)
thanks
Mike Nowson