09-28-2016, 03:55 AM
(09-28-2016, 12:51 AM)oort Wrote: povmaniac,Great..!
The September 24 version of the plugin seems to have fixed the problem with opening materials with old SSS settings.
(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...Same here. The life is sometimes a very hard things..
But don't worry, I will create some basic example files.
Greetings...
The Universe is an infinite equation