POV-Ray : Newsgroups : povray.binaries.utilities : POV-Ray studio Server Time
16 Oct 2025 12:39:09 EDT (-0400)
  POV-Ray studio (Message 1 to 9 of 9)  
From: yesbird
Subject: POV-Ray studio
Date: 8 Oct 2025 20:39:45
Message: <68e70451@news.povray.org>
Little by little and simple format converter is turning into an online
workshop for exploring and painting models, so, I guess, it's time for
rebranding :).

-- In this release (0.10b "Pingouin") --

1. Start of the materials library: 12 items from Mikes Miller's
collection (look at 'materials' directory of scene template:
https://povlab.yesbird.online/studio/data/download/studio.zip and render
samples_default.pov to browse whole  collection).

2. Processing materials tags from the "extras" section of GLB/GLTF to
support external material assignment (for ex, in Blender).
/*
       "extras": {
         "povray": {
           "material": "M_glass_green_water"
         }
       },
*/

3. In export file accuracy decreased to 6 digits to reduce the size
(thanks to 'kurtz le pirate').

4. Export format typo fixed (thanks to 'jr').

--  Known issues --

1. On import GLB/GLTF groups are not supported yes, so some issues
are possible (ex. 'Ingenuity Mars Helicopter.glb' from Mr).

-- In future releases --

1. Fixing GLB/GLTF groups issue

2. Extending materials library (please send your ideas and proposals
about content and organization).

3. Saving model in GLB format with materials tags to preserve materials
for future edit.

4. Passing Three.js camera position to POV scene for more precision
control.

5. Server-side rendering in preview window.

I will be very glad to get any feedback about the present state of the
project, ideas about new features and assistance in development
(at POV-Ray side).
-- 
YB


Post a reply to this message


Attachments:
Download 'pingouin_release_half.png' (289 KB)

Preview of image 'pingouin_release_half.png'
pingouin_release_half.png


 

From: yesbird
Subject: Re: POV-Ray studio
Date: 8 Oct 2025 20:43:36
Message: <68e70538$1@news.povray.org>
On 09/10/2025 03:39, yesbird wrote:
> Little by little and simple format converter is turning into an online
> workshop for exploring and painting models, so, I guess, it's time for
> rebranding :).

New address: https://povlab.yesbird.online/studio/
-- 
YB


Post a reply to this message

From: yesbird
Subject: Re: POV-Ray studio
Date: 9 Oct 2025 19:26:06
Message: <68e8448e$1@news.povray.org>
New release is ready:

-- In this release (0.11b "Pingouin") --

1. Saving model in GLB/GLTF format with materials tags to preserve
    materials tags for future edit.

2. Displaying model's statistics.

--  Known issues --

1. On import GLB/GLTF groups are not supported yes, so some issues
    are possible (ex. 'Ingenuity Mars Helicopter.glb' from Mr).
-- 
YB


Post a reply to this message

From: yesbird
Subject: Re: POV-Ray studio
Date: 11 Oct 2025 17:01:16
Message: <68eac59c@news.povray.org>
New release is ready:

-- In this release (0.12b "Mars") --

1. Fixed issue with loading 'Ingenuity_Mars_Helicopter.glb' (Maetes) -
    now scene hierarchy is preserved.

2. Source file name now included in 'model.ini' header to distinguish
    them (Maetes).

-- In next release --

1. Storing triangle vertices in array (Bill).

2. Improving rendering quality ('scene.pov' tweaking).

3. Extending materials library.
--
YB


Post a reply to this message


Attachments:
Download 'ingenuity_mars_helicopter_pov.png' (34 KB) Download 'ingenuity_mars_helicopter_studio.png' (251 KB)

Preview of image 'ingenuity_mars_helicopter_pov.png'
ingenuity_mars_helicopter_pov.png

Preview of image 'ingenuity_mars_helicopter_studio.png'
ingenuity_mars_helicopter_studio.png


 

From: yesbird
Subject: Re: POV-Ray studio
Date: 12 Oct 2025 16:37:39
Message: <68ec1193$1@news.povray.org>
Update is available (0.14b "Arrays"):

1. Exporting vertex and normals data as arrays
    (check 'Export arrays' at low-left corner).

2. Six demo models included (at top-right corner).
--
YB


Post a reply to this message

From: yesbird
Subject: Re: POV-Ray studio
Date: 13 Oct 2025 13:01:34
Message: <68ed306e$1@news.povray.org>
Update is available (0.15b "XR"):

1. XR mode support (click box icon at the top right).
    If you don't have VR headset, you can use emulator:
https://chromewebstore.google.com/detail/immersive-web-emulator/cgffilbpcibhmcfbgggfhfolhkfbhmik?hl=en

2. Minor export fixes.
--
YB


Post a reply to this message

From: yesbird
Subject: Re: POV-Ray studio
Date: 14 Oct 2025 12:28:53
Message: <68ee7a45$1@news.povray.org>
Update: 0.16b "UV"

1. Export Textures and UVs as arrays.

2. Unions excluded from export: now exporting only objects
    with materials.
--
YB


Post a reply to this message

From: yesbird
Subject: Re: POV-Ray studio
Date: 15 Oct 2025 17:51:16
Message: <68f01754$1@news.povray.org>
After final cleanup and writing a short README I guess
this projects is completed and I am switching to something completely
different - animations of paintings in VR. Please notify me about
issues, if any.

Happy rendering !
--
YB


Post a reply to this message

From: yesbird
Subject: Re: POV-Ray studio
Date: 15 Oct 2025 19:36:48
Message: <68f03010$1@news.povray.org>
As the project is completed, I shared the code under the MIT license for
those, who want to extend or improve it:
https://github.com/syanenko/pov_studio
--
YB


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.