Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000808LuxRenderLuxBlendpublic2010-07-09 19:142010-07-25 13:10
Reporterzukazuka 
Assigned ToSATtva 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformALLOSALLOS Version
Product Version0.7RC3 
Target VersionFixed in Version0.7.1 
Summary0000808: console servers option
DescriptionUnable to specify servers file from luxblend command line.

The following patch fixes this:

around line 8470 in luxblend modify get.opt to allow --servers parameter:

    o, a = getopt.getopt(pyargs, 's:e:o:t:l:',["scale=","haltspp=","run=", "lbm=", "lbt=", "servers="


line 8486 add:
    if opts.has_key('--servers'):
        print("Servers: %s" %opts['--servers'])
        luxProp(scene,"network","false").set("true")
        luxProp(scene,"network_use_file","false").set("true")
        luxProp(scene,"network_file_path","false").set(opts['--servers'])
TagsNo tags attached.
Mercurial Changeset #
Requires Documentation UpdateYes
Requires Exporter Update
Attached Files

- Relationships

-  Notes
(0002282)
SATtva (developer)
2010-07-12 08:09

Updates committed.

- Issue History
Date Modified Username Field Change
2010-07-09 19:14 zukazuka New Issue
2010-07-10 06:35 SATtva Assigned To => SATtva
2010-07-10 06:35 SATtva Status new => assigned
2010-07-12 08:09 SATtva Requires Documentation Update No => Yes
2010-07-12 08:09 SATtva Note Added: 0002282
2010-07-12 08:09 SATtva Status assigned => resolved
2010-07-12 08:09 SATtva Fixed in Version => 0.7.1
2010-07-12 08:09 SATtva Resolution open => fixed
2010-07-25 13:10 jeanphi Status resolved => closed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker