YafaRay plugin; update roadmap and change list - 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: YafaRay plugin; update roadmap and change list (/showthread.php?tid=331) |
RE: YafaRay plugin; update roadmap and change list - povmaniac - 10-13-2013 Neo22: If the exporter does not appear in the list of plugins, it can be because it is a version for 32 bits. I am going to try to obtain the binary ones for x64. oort: The last versions of YafaRay to install, are the 0.1.1 and 0.1.2 beta2. From 0.1.2 be released, they are distributed in compressed files (zip, bz2 or gz ..). How you know, lately the development of YafaRay has been faced towards Blender and, the version stand-alone and the xml loader has been little developed. I have always tried to change this and, to support the standalone version as way to come to other programs that cannot use the API of YafaRay. PD. It is possible that the version standalone, he even looks for the key of the winreg if he does not find the variable '-pp' in the commands line. But the priority of use is the value of -pp. RE: YafaRay plugin; update roadmap and change list - dgud - 10-13-2013 Yeah you can't install plugins via the menu on win7 if you have installed Wings to the default directory. You will need admin rights for that and we can not fix that currently. Either install wings in c:/myprogs/ or install the plugins manually. RE: YafaRay plugin; update roadmap and change list - oort - 10-13-2013 povmaniac, Just to be sure you understand I am not complaining or criticizing your work. You get all my thanks and praise for all your good and hard work... It could be that the only reason Micheus was having troubles was because he was trying to get 0.1.3 Experimental to work. See post #32 thru #36 in the following thread... Editing registry for YafaRay. Micheus could you please test with the YafaRay 0.1.5 SSS build to see if the registry needs to be edited in order for YafaRay to work. Thanks, oort RE: YafaRay plugin; update roadmap and change list - Neon22 - 10-13-2013 Hey dgud, I do have Wings3D installed in the default location. I have manually added the YafaRay.beam file to the import_export foldler under plugins. But it doesn't appear on any menus. My Wings is 1.5RC. Is there anything else to do when 'installing' a beam file ? There doesn't seem to be a magic number at head of beam files to identify them... --------later------- OK it must be the mlab version. If I drop the beam file into that folder on a regular 1.5 like Wings 3D (x64) 1.5.pre1.78.gdd6c then it shows up on the menus. So now I have that plugin working it looks like the registry again. Building it by hand isn't working so well for me I'm typing something wrong --------later------- OK its because I have a 64 bit OS. so I needed to add the registry key into a weird looking WOW6432 key which is where the keys live when mixing 32 bit s/w on my machine. So on the positive side - a render occurred. YAY!!! On the negative side it said "No image rendered" RE: YafaRay plugin; update roadmap and change list - Neon22 - 10-13-2013 Oh wow - an image Yay !! Summary:
RE: YafaRay plugin; update roadmap and change list - oort - 10-14-2013 Neon22, Very glad you were able to get it working. Thanks for posting the information on getting it to work. That should help others new to YafaRay. oort RE: YafaRay plugin; update roadmap and change list - povmaniac - 10-14-2013 I commited last code remaining in my local repo. This part are break.. Lights: - only 'spot' and 'point' light work. - you can add 'area' light but not edit. Show 'Plugin(s) left garbage' message error. - same for other light types (infinite, ambient). Background: - this part of code is WIP and not work atm ( black color background) ..and more. I need more time for review this code.. and create new wpc_yafaray.beam file. If you can create a build of exporter o review any code, is welcome!! For see commits data.. https://github.com/povmaniaco/wings/commits/yafaray_exp RE: YafaRay plugin; update roadmap and change list - oort - 10-14-2013 povmaniac, If you added or removed items from the area, infinite, and ambient lights that may cause the problem you have. Maybe check the "split_list" code??? If you removed one item from infinite light then 21 would change to 20. It has been so long since I edited code it may be something else??? oort Quote:%% Point RE: YafaRay plugin; update roadmap and change list - povmaniac - 10-14-2013 Thanks oort. I review it. Btw, this code is changed in the last commit. See you. Greetings.. RE: YafaRay plugin; update roadmap and change list - povmaniac - 10-15-2013 Finally I managed to fix the error in Area Light and other lights. Except ' Ambient ' that will be integrated shortly, when it finishes the design of the UI for Background. Also the code for SSS has been added to the options of the integradore that support it. If you select Bidirectional or SPPM, SSS will not be available. Please. use this option only if there are materials SubSurface Scattering in his scene. I have fixed a notice in the interface to remind this to him. Greetings.. The commit.. https://github.com/povmaniaco/wings/commits/yafaray_exp |