Wings 3D Development Forum
TheBounty Renderer (rewrite for wxWidgets) - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6)
+--- Thread: TheBounty Renderer (rewrite for wxWidgets) (/showthread.php?tid=440)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


RE: TheBounty Renderer; my fork of YafaRay project - povmaniac - 11-22-2013

oort Wrote:Dimitri/povmaniac,
There seems to be a bug in the version posted today. I have the same problem that nothing happens when I try to render.
Please.. Initiate Wings3d from the Erlang console and share the messages of error.
Apparently, in the version 1.5.1, the process in the Wings3dd console is not updated in real-time.

oort Wrote:Edit: povmaniac, I forgot to mention that the "Browse" button under Plugin Preferences > Yafaray > Binarie Folder will not let you select a folder. It tries to force you to pick a file. I do not know the Erlang code to specify a folder. Should you call it "Program Folder" instead of "Binarie Folder" ???
You will have to write it manually. The button does not work.
I need to find the function for search folder instead search file.
Atm use: wings_job:browse_props()
Any idea..?


RE: TheBounty Renderer; my fork of YafaRay project - Dimitri - 11-22-2013

'You may need to manually copy the wpc_yafaray.beam file to C:\Program Files\wings3d_1.5.1\lib\wings-1.5.1\plugins\import_export

Make sure that an old copy of wpc_yafaray.beam does not appear under C:\Program Files\wings3d_1.5.1\lib\wings-1.5.1\plugins.'

Oort all those are done from the very beginning... but the problem remains.

As to the Erlang console etc... I am totally ignorant about those things, so I can not contribute with any related help. : - )


RE: TheBounty Renderer; my fork of YafaRay project - dailybreads_angel - 11-22-2013

(10-26-2013, 05:25 PM)povmaniac Wrote: Commits are done...
Btw.. 'Save' and 'Load' options work fine... but I obtain an crash with 'Reset'
Code:
Dump written 2013-10-26_13-48
Version: 1.5.pre1.74.g2aee
Window: {dialog,#Ref<0.0.0.692>}
Reason: {case_clause,{1.0,50.0}}

Short stack trace:
[]

Long stack trace:
[{wings_ask,integer_validator,1,[{file,"wings_ask.erl"},{line,3218}]},
{wings_ask,mktree_text,4,[{file,"wings_ask.erl"},{line,3183}]},
{wings_ask,mktree_container_1,4,[{file,"wings_ask.erl"},{line,1468}]},
{wings_ask,mktree_container,5,[{file,"wings_ask.erl"},{line,1443}]},
{wings_ask,mktree_container_1,4,[{file,"wings_ask.erl"},{line,1468}]},
{wings_ask,mktree_container,5,[{file,"wings_ask.erl"},{line,1443}]},
{wings_ask,mktree_container_1,4,[{file,"wings_ask.erl"},{line,1468}]},
{wings_ask,mktree_container,5,[{file,"wings_ask.erl"},{line,1443}]}]

Greetings..



thanks for the source


RE: TheBounty Renderer; my fork of YafaRay project - oort - 11-22-2013

povmaniac,

Testing again this morning, I see that yesterdays build will render ok when Subsurface Scattering is not enabled. When Subsurface Scattering is enabled nothing happens in the console. The errors I was getting yesterday was because I did not notice that YafaRay was still trying to render SSS when I tried to start a new render. SSS is broken in yesterdays build... Sad

Quote:Please.. Initiate Wings3d from the Erlang console and share the messages of error.
Apparently, in the version 1.5.1, the process in the Wings3dd console is not updated in real-time.

I am seeing the process in the Wings3d console updated in real-time when rendering. Except for when I try to use SSS... Below is what appears in the console. Then nothing else happens.

Quote:Exporting to: /Download/Wings3D/MicheusImagePlaneTest/wpc_yafaray-7936-0YIOWM.xml
for render to: e:/Download/Wings3D/MicheusImagePlaneTest/test.tga
Mesh w_sphere1: triangulating...done
Mesh w_sphere1: exporting...done
WARNING: Ignoring unknown light "w_Ambient" type: "ambient"
Rendering Job started <0.36.0>:> e:/Yafaray/YAFARA~1.EXE -vl 1 -pp e:/Yafaray/plugins -nz -f tga -dp wpc_yafaray-7936-0YIOWM.xml e:/Download/Wings3D/MicheusImagePlaneTest/test
INFO: YafaRay 0.1.5
INFO: [

Also, have you changed some materials or other default settings? Now when I render a sphere with the default settings the object renders a bleached out white.

oort

Dimitri,
Can you tell us if there is any information in the Wing3D console window when you try to render? Do you get any of the information below?

Quote:Exporting to: /Download/Wings3D/MicheusImagePlaneTest/wpc_yafaray-7936-0YIOWM.xml
for render to: e:/Download/Wings3D/MicheusImagePlaneTest/test.tga
Mesh w_sphere1: triangulating...done
Mesh w_sphere1: exporting...done
WARNING: Ignoring unknown light "w_Ambient" type: "ambient"
Rendering Job started <0.36.0>:> e:/Yafaray/YAFARA~1.EXE -vl 1 -pp e:/Yafaray/plugins -nz -f tga -dp wpc_yafaray-7936-0YIOWM.xml e:/Download/Wings3D/MicheusImagePlaneTest/test
INFO: YafaRay 0.1.5
INFO: [

oort


RE: TheBounty Renderer; my fork of YafaRay project - oort - 11-22-2013

povmaniac,
For some reason clayMaterial is being assigned to the objects. That is probably why the objects are bleached out and SSS has stopped working.

oort


RE: TheBounty Renderer; my fork of YafaRay project - povmaniac - 11-22-2013

Ohhh ..sorry!! I am make some test with Clay material.
The last exporter version with fix that error: https://dl.dropboxusercontent.com/u/16848591/wings3d/wpc_yafaray.7z
Sad


RE: TheBounty Renderer; my fork of YafaRay project - oort - 11-22-2013

povmaniac,
Thanks! That fixed things for me. Now we just have to figure out why Dimitri cannot get YafaRay/TheBounty to work.

I noticed that under Material Properties it is listed as Thebounty Options. Should the b be a capital B?

oort


RE: TheBounty Renderer; my fork of YafaRay project - Dimitri - 11-22-2013

Oort, I can not give any information about the console because the render command does not work altogetherly... when I do click to render, there happens nothing...


RE: TheBounty Renderer; my fork of YafaRay project - micheus - 11-22-2013

(11-22-2013, 10:46 PM)Dimitri Wrote: Oort, I can not give any information about the console because the render command does not work altogetherly... when I do click to render, there happens nothing...
and what hapens if you start the dialog first? (the RMB on the render menu)


RE: TheBounty Renderer; my fork of YafaRay project - oort - 11-22-2013

Dimitri,
Are you sure that you have "c:\yafaray" (without quotes) entered correctly under Edit > Plugin Preferences > TheBounty? If this line is empty or quotes are used nothing will happen and you cannot access the Render Settings Dialog.

P.S. Are you sure that you have yafaray installed in c:\yafaray. I think it can be different but make sure you are specifying the right location.

I have posted an updated tar file on my website.

oort