Thread Closed 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
TheBounty Renderer (rewrite for wxWidgets)
09-28-2016, 03:55 AM
Post: #160
RE: TheBounty Renderer (rewrite for wxWidgets)
(09-28-2016 12:51 AM)oort Wrote:  povmaniac,
The September 24 version of the plugin seems to have fixed the problem with opening materials with old SSS settings.
Great..!

(09-28-2016 12:51 AM)oort Wrote:  To be consistent with all the other Render plugins (Pov-Ray, Kerkythea, YafaRay) it would probably be better to have the user browse for the executable instead of the folder under Edit > Pug-in Preferences > The Bounty.
Not.. TheBounty use the binarie folder how a 'base' for search the plugins and the executable for each OS's and also, decided to use GUI or not.
Code:
RenderExec =
            case os:type() of
                {win32,_} ->
                    case GuiMode of
                        true -> format(Renderer)++"/thebounty-gui.exe";
                        _ -> format(Renderer)++"/thebounty-xml.exe"
                    end;
                % atm, not GUI option under Linux or OSX
                _ -> format(Renderer)++"/thebounty-xml"
            end,
        PluginsPath = "-pp "++format(Renderer)++"/plugins",

(09-28-2016 12:51 AM)oort Wrote:  I will work on making new example files for The Bounty as I have time. Rather busy right now with life... Sad
Same here. The life is sometimes a very hard things..Smile
But don't worry, I will create some basic example files.

Greetings...

The Universe is an infinite equation
Thread Closed 


Messages In This Thread
RE: TheBounty Renderer (rewrite for wxWidgets) - povmaniac - 09-28-2016 03:55 AM
RE: TheBounty Renderer - micheus - 07-14-2020, 06:02 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)