|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello all,
I did some experiments with the latest POV-Ray 3.7 version available for
MS-Windows platform (Beta 17) and a minimal GUI-Extension project that I
wrote for testing purposes. I believe that something is broken in the
GUI-Extension API.
POV-Ray 3.7 loads the GUI-Extension library normally but I can't get any
information about the rendered pixels from POV-Ray, i.e. the
GUI-Extension functions DisplayPlot(), DisplayPlotRect(), WinPrePixel(),
WinPostPixel() and WinAssignPixel() are never called (I *do* initialize
correctly the PointerBlock structure - everything works fine with
POV-Ray 3.6)
It is also not possible to stop the render via the GUI-Extension API:
POV-Ray receives the request and prints 'rendering stopped by GUI
extension' in the message pane but the render does not stop (this is not
a new problem, it happens with POV-Ray 3.6 too).
Hugo
--
www.bishop3d.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hugo wrote:
> I did some experiments with the latest POV-Ray 3.7 version available for
> MS-Windows platform (Beta 17) and a minimal GUI-Extension project that I
> wrote for testing purposes. I believe that something is broken in the
> GUI-Extension API.
You are correct; there have been huge changes to POV internally and the API
has not been updated to accommodate those.
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hugo wrote:
> Hello all,
>
> I did some experiments with the latest POV-Ray 3.7 version available for
> MS-Windows platform (Beta 17) and a minimal GUI-Extension project that I
> wrote for testing purposes. I believe that something is broken in the
> GUI-Extension API.
>
> POV-Ray 3.7 loads the GUI-Extension library normally but I can't get any
> information about the rendered pixels from POV-Ray, i.e. the
> GUI-Extension functions DisplayPlot(), DisplayPlotRect(), WinPrePixel(),
> WinPostPixel() and WinAssignPixel() are never called (I *do* initialize
> correctly the PointerBlock structure - everything works fine with
> POV-Ray 3.6)
>
> It is also not possible to stop the render via the GUI-Extension API:
> POV-Ray receives the request and prints 'rendering stopped by GUI
> extension' in the message pane but the render does not stop (this is not
> a new problem, it happens with POV-Ray 3.6 too).
Hugo,
Are you willing to work on sorting out GUIEXT issues? If so I will provide
you with access to the beta 3.7 source code.
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris Cason wrote:
> Hugo,
>
> Are you willing to work on sorting out GUIEXT issues? If so I will provide
> you with access to the beta 3.7 source code.
>
> -- Chris
Hi Chris,
Yes, definitely.
I have a great deal of respect and admiration for the POV-Team and I'll
be glad to help in anyway I can. But I can't promise you much as I'll
need to start from scratch, setting up the appropriated development
environment and catching up with the changes in the source code.
Please, email me directly so we can work the details.
Best regards,
Hugo.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |