• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Design & Development v
« Previous 1 2 3 4 5 … 11 Next »
TheBounty Renderer (rewrite for wxWidgets)

Thread Closed 
 
  • 0 Vote(s) - 0 Average
TheBounty Renderer (rewrite for wxWidgets)

tkbd
Offline

Senior Member

Posts: 451
Threads: 115
Joined: Nov 2012
#79
11-03-2014, 01:14 PM (This post was last modified: 11-09-2014, 12:56 AM by tkbd.)
Report for Yafaray TheBounty in OSX 10.9.5
Although it took a little effort, I was allowed to work it.

At first ,get Yafaray 0.1.5 archive for OSX binaie version .
http://www.yafaray.org/download
http://www.jensverwiebe.de/Jens_Verwiebe/Software.html
Click "Zum Laden hier Klichen"
(I want tried it on 10.7.x,but doesn't work.)

It is assumed that the unarchived "yafaray" folder move to /Applications.

Currently, Yafaray-xml for OSX doesn't work as it is.
You must enter a few commands from terminal.It might be a little hard.
(You have get agreeing to the Xcode/iOS license before this process.)

Use terminal,Check a link information for dynamic library about yafaray-xml.
Code:
otool -L /Applications/yafaray/yafaray-xml
Result
Quote:/Applications/yafaray/yafaray-xml:
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 60.0.0)
@rpath/libyafaraycore.dylib (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
/usr/lib/libxml2.2.dylib (compatibility version 10.0.0, current version 10.9.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)

So change the link of "@rpath",type a command in terminal...
Code:
install_name_tool -change "@rpath/libyafaraycore.dylib" "/Applications/yafaray/bin/libyafaraycore.dylib" /Applications/yafaray/yafaray-xml

Check for it works wheater or not. type a command in terminal...
Code:
/Applications/yafaray/yafaray-xml -v
Quote:INFO: YafaRay (0.1.5)
INFO: The plugin path is: /Volumes/Daten1TB/bf-blender/Yafaray-development/yafaray-repository/Core_main_build/../addon/yafaray/bin/plugins
INFO: Environment: Loading plugins ...
ERROR: Environment: There is no image handlers registrered
INFO: YafaRay XML loader version 0.2
Built with YafaRay version 0.1.5
This must be set to the path of the plug-ins.

and before run wings app, move/remove to old Wings3D's "Preference.txt" for avoid error.
(It might be good to only modify some of the settings, but ... I do not know best ways.)

Next..., Run Wings3D app.
for Install Thebounty(yafaray exporter) plugin
plugin files will found from https://dl.dropboxusercontent.com/u/1684...yafaray.7z
(Use latest wpc_yafaray.beam from dropbox!! ,the time stamp is 2013/11/24 20:14)
(Also an older "TheBounty" archive can download from oort's site,but this version is old,It will be cause error.{case clause,{1.0,50.0}}
(The Older version's time stamp is 2013/11/23 6:40)


Now setting from Wings3D,Edit > Plug-in Preferences > TheBounty
Set path for TheBounty
Quote:/Applications/yafaray
and ... Set Yafaray-Plugin path to option(contains hyphen and space)
Quote:-pp /Applications/yafaray/bin/plugins


Then, an item "Yafaray/TheBounty" appear in Wings3D's File > Render Menu.

When you rendering image,It is better to check a log open to Wings3d's console window.
Also make and set a material to your object ....and some Light in geometry always.
If NO Light object is present at all in the geometry, Rendering fails, you will get the following error in console.

Code:
Trying OpenGL modes
  [{buffer_size,32},{depth_size,32},{stencil_size,8},{accum_size,16}]
Actual: RGBA: 8 8 8 8 Depth: 24 Stencil: 8 Accum: 32 32 32 32
Using GPU shaders.
Exporting  to: /Users/xxxxx/result/wpc_yafaray-xxxxxx.xml
for render to: //Users/xxxxx/result/foobar.jpg
Mesh w_Cube1: triangulating...done
Mesh w_Cube1: exporting...done
ERROR: Failed to export:
{'EXIT',{badarg,[{io_lib,format,
                         ["\t<~s r=\"~.6f\" g=\"~.6f\" b=\"~.6f\" a=\"1\"/>",
                          [color,1,1,1]],
                         [{file,"io_lib.erl"},{line,154}]},
                 {wpc_yafaray,println,3,
                              [{file,"h:/******/*****~1/wings/PLUGIN~1/IMPORT~1/wpc_yafaray.erl"},
                               {line,883}]},
                 {wpc_yafaray,export_light,5,
                              [{file,"h:/******/*****~1/wings/PLUGIN~1/IMPORT~1/yafaray/yaf_export_lights.erl"},
                               {line,115}]},
                 {wpc_yafaray,'-export/3-fun-3-',3,
                              [{file,"h:/******/*****~1/wings/PLUGIN~1/IMPORT~1/wpc_yafaray.erl"},
                               {line,626}]},
                 {lists,foldr,3,[{file,"lists.erl"},{line,1274}]},
                 {wpc_yafaray,export,3,
                              [{file,"h:/******/*****~1/wings/PLUGIN~1/IMPORT~1/wpc_yafaray.erl"},
                               {line,625}]},
                 {wpc_yafaray,'-do_export/4-fun-0-',3,
                              [{file,"h:/******/*****~1/wings/PLUGIN~1/IMPORT~1/wpc_yafaray.erl"},
                               {line,242}]},
                 {wings_export,export,4,
                               [{file,"wings_export.erl"},{line,35}]}]}}
Edited (Add 2014/11/09)

Yafaray TheBounty rendering screenshot( OSX 10.9.5)
(Note:This case I named folder "yaf" ,Of course a Dylib-link changing to /Applications/yaf/bin/libyafaraycore.dylib. )
[Image: th_thebounty_yafaray015_osx_zps1d9d28ef.png]

Yafaray TheBounty option setting
[Image: th_thebounty_yafaray015_set_osx_zps0d30d6d8.png]

------------------------------------------------
We known an another plugins("Yafaray for Wings3D".)
Yafaray0.1.5, I also test to both plug-in.
Both plugin works on OSX 10.9.5 under Yafaray 0.1.5dylib-fixed.
When migrating I was used to remove the Preferences.txt for avoid errors.

if you insatall Wings3D Yafaray plugin(from oort's site), the path have to contain file name.
for example
Quote:/Applications/yafaray/yafaray-xml
Yafaray option ss is here
[Image: th_yafaray_normal_osx_zpsa3acb56f.png]
----------------
tkbd
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-24-2013, 09:56 PM
RE: TheBounty Renderer; my fork of YafaRay project - by dgud - 10-25-2013, 08:43 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 10:22 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-26-2013, 04:03 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-26-2013, 04:43 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-26-2013, 04:48 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-26-2013, 05:25 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 12:30 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 12:59 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 01:05 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 10-27-2013, 07:11 PM
RE: TheBounty Renderer; my fork of YafaRay project - by dailybreads_angel - 11-22-2013, 03:39 PM
RE: TheBounty Renderer; my fork of YafaRay project - by dgud - 10-26-2013, 08:02 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 10-27-2013, 06:36 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 01:25 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 01:36 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 10-27-2013, 01:42 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 05:33 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 06:18 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 07:52 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-28-2013, 06:11 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-28-2013, 03:29 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-28-2013, 03:38 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-30-2013, 08:34 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 10-30-2013, 10:10 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-30-2013, 10:49 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-04-2013, 08:07 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-15-2013, 05:03 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-15-2013, 05:38 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 11-16-2013, 07:27 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-16-2013, 08:08 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-16-2013, 11:11 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-20-2013, 09:54 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-20-2013, 11:14 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-21-2013, 12:12 AM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-21-2013, 12:21 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-21-2013, 03:28 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-21-2013, 05:34 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-21-2013, 05:54 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-21-2013, 10:04 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 04:42 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-22-2013, 08:28 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 12:03 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-22-2013, 01:27 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 07:13 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 08:17 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-22-2013, 09:48 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 10:11 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-22-2013, 10:46 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-22-2013, 11:07 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 11:51 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-23-2013, 12:15 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 05:17 AM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-23-2013, 05:38 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 05:42 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-23-2013, 10:57 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 03:20 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-23-2013, 04:31 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 09:34 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 11:39 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 11:27 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 11:56 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 12:13 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 01:17 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 01:38 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 02:01 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 02:35 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 03:30 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 06:09 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-24-2013, 06:36 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 07:40 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-24-2013, 07:41 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 09:32 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 09:48 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-24-2013, 10:09 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-25-2013, 12:30 AM
RE: TheBounty Renderer; my fork of YafaRay project - by calebmillerkb3 - 01-01-2014, 03:15 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 01-01-2014, 09:41 PM
RE: TheBounty Renderer; my fork of YafaRay project - by tkbd - 11-03-2014, 01:14 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-03-2014, 04:36 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Asticles - 01-16-2015, 12:59 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 01-16-2015, 03:02 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 06-16-2015, 09:55 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 06-18-2015, 10:47 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 06-23-2015, 09:24 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 06-28-2015, 07:03 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 07-01-2015, 05:35 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 07-02-2015, 08:56 AM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 07-02-2015, 02:53 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 01:00 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-11-2015, 03:22 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by dgud - 09-11-2015, 03:48 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 04:41 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-11-2015, 04:51 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 06:00 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by dgud - 09-11-2015, 08:03 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 08:34 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-11-2015, 08:42 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by Jerry Burris - 09-12-2015, 05:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-13-2015, 07:16 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-25-2015, 02:30 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 02:54 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 04:14 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 06:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 06:46 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 07:35 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 07:58 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 08:34 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 08:56 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 09:28 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 10:04 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 10:32 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-12-2015, 09:16 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-16-2015, 10:36 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-17-2015, 12:50 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-18-2015, 11:41 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-19-2015, 03:50 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 12-14-2015, 08:32 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 12-16-2015, 11:03 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 12-17-2015, 10:04 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-02-2016, 11:50 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-02-2016, 11:55 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-03-2016, 12:01 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-05-2016, 11:55 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by Neon22 - 08-06-2016, 12:52 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-18-2016, 12:06 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-18-2016, 01:06 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-23-2016, 09:54 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-24-2016, 01:52 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-24-2016, 02:09 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 07:08 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-31-2016, 12:27 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 12:57 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-31-2016, 01:23 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-31-2016, 01:33 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 03:08 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-31-2016, 04:07 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 07:54 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-01-2016, 08:18 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by rubdos - 09-01-2016, 08:37 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-01-2016, 03:59 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-01-2016, 10:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-01-2016, 10:53 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-01-2016, 11:47 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-01-2016, 11:51 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by rubdos - 09-02-2016, 06:45 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-16-2016, 07:10 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-16-2016, 09:37 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-17-2016, 06:32 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-21-2016, 03:14 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 12:54 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-22-2016, 02:44 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 09:11 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-22-2016, 12:48 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 02:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 08:00 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-23-2016, 10:56 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-23-2016, 11:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-28-2016, 12:51 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-28-2016, 03:55 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-28-2016, 04:09 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-28-2016, 04:23 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-28-2016, 04:05 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-28-2016, 04:53 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-02-2016, 11:26 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 11:15 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 01:06 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 02:05 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-05-2016, 03:11 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 04:02 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 04:31 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 04:37 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-05-2016, 04:46 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 04:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 05:04 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-12-2016, 01:32 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-12-2016, 07:21 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-12-2016, 07:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by dgud - 10-12-2016, 07:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-12-2016, 09:18 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-25-2016, 05:38 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by Akira1364 - 10-27-2016, 04:29 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-28-2016, 03:27 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-28-2016, 02:11 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-28-2016, 02:52 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-28-2016, 02:59 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-29-2016, 10:37 AM
RE: TheBounty Renderer - by micheus - 07-14-2020, 06:02 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 12-04-2023, 01:42 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode