POV-Ray : Newsgroups : povray.binaries.images : Blender to Povray: unofficial version: screenshots Server Time
21 Apr 2026 07:00:05 EDT (-0400)
  Blender to Povray: unofficial version: screenshots (Message 101 to 110 of 144)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: LanuHum
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 29 Jul 2015 15:05:01
Message: <web.55b923a58d10ac1c7a3e03fe0@news.povray.org>
"Mr" <nomail@nomail> wrote:
> "LanuHum" <Lan### [at] yandexru> wrote:
> > Parse .pov from Avogadro
>
> Hi, I couldn't find this in your repository. Did you remove it? that was
> promissing.

Hi!
It was the test.
Today I added commit


Post a reply to this message


Attachments:
Download 'import_avogadro.jpg' (107 KB)

Preview of image 'import_avogadro.jpg'
import_avogadro.jpg


 

From: Mr
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 30 Jul 2015 05:45:01
Message: <web.55b9f1818d10ac1c16086ed00@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> "Mr" <nomail@nomail> wrote:
> > "LanuHum" <Lan### [at] yandexru> wrote:
> > > Parse .pov from Avogadro
> >
> > Hi, I couldn't find this in your repository. Did you remove it? that was
> > promissing.
>
> Hi!
> It was the test.
> Today I added commit

Cool!
I get a "No module named PIL error"; maybe some dependancy?


Post a reply to this message

From: LanuHum
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 30 Jul 2015 13:20:00
Message: <web.55ba5c0f8d10ac1c7a3e03fe0@news.povray.org>
"Mr" <nomail@nomail> wrote:

>
> Cool!
> I get a "No module named PIL error"; maybe some dependancy?

I started writing the operator add height field
This module will be necessary for creation of mesh model of height field.
If I don't think up something another.

I will make change:
try:
except:

Error will be removed.


Post a reply to this message

From: LanuHum
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 30 Jul 2015 15:25:00
Message: <web.55ba78d58d10ac1c7a3e03fe0@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> "Mr" <nomail@nomail> wrote:
>
> >
> > Cool!
> > I get a "No module named PIL error"; maybe some dependancy?
>
> I started writing the operator add height field
> This module will be necessary for creation of mesh model of height field.
> If I don't think up something another.
>
> I will make change:
> try:
> except:
>
> Error will be removed.

PIL isn't necessary.
We will use: bpy.ops.mesh.noise()


Post a reply to this message


Attachments:
Download 'hf.jpg' (171 KB)

Preview of image 'hf.jpg'
hf.jpg


 

From: Mr
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 31 Jul 2015 04:45:00
Message: <web.55bb34d38d10ac1c16086ed00@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> "LanuHum" <Lan### [at] yandexru> wrote:
> > "Mr" <nomail@nomail> wrote:
> >
> > >
> > > Cool!
> > > I get a "No module named PIL error"; maybe some dependancy?
> >
> > I started writing the operator add height field
> > This module will be necessary for creation of mesh model of height field.
> > If I don't think up something another.
> >
> > I will make change:
> > try:
> > except:
> >
> > Error will be removed.
>
> PIL isn't necessary.
> We will use: bpy.ops.mesh.noise()

okay, you can send me an email when to test if you want.

About the Heightfield design,

I think an infinite plane would be a cool primitive to add also and a good
challenge to be thought about in the same philosophy, regardless of whatever the
chosen solution will finally be.

probably a good design would involve a box or even a more complex rig since
there are quite a few options in a heightfield that could be graphically
commanded.

I hope we can brainstorm?


Post a reply to this message

From: LanuHum
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 30 Aug 2015 09:20:00
Message: <web.55e301ef8d10ac1c7a3e03fe0@news.povray.org>
Now exporter supports arrays with povray shapes


Post a reply to this message


Attachments:
Download 'array.blend.jpg' (277 KB)

Preview of image 'array.blend.jpg'
array.blend.jpg


 

From: Mr
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 31 Aug 2015 08:35:01
Message: <web.55e449088d10ac1c16086ed00@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> Now exporter supports arrays with povray shapes

now This is SOOOOOOO COOL !  screaming around running :) thank you.


Post a reply to this message

From: LanuHum
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 5 Sep 2015 07:50:01
Message: <web.55ead6488d10ac1c7a3e03fe0@news.povray.org>
"Mr" <nomail@nomail> wrote:
> "LanuHum" <Lan### [at] yandexru> wrote:
> > Now exporter supports arrays with povray shapes
>
> now This is SOOOOOOO COOL !  screaming around running :) thank you.

:)
Dupliverts with array(no mesh, but sphere!)


Post a reply to this message


Attachments:
Download 'duply.blend.jpg' (282 KB)

Preview of image 'duply.blend.jpg'
duply.blend.jpg


 

From: LanuHum
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 5 Sep 2015 08:20:01
Message: <web.55eadda98d10ac1c7a3e03fe0@news.povray.org>
Dupliverts along bezier curve(no mesh, but superellipsoid!)


Post a reply to this message


Attachments:
Download 'dupliverts_along_bezier_curve.jpg' (192 KB)

Preview of image 'dupliverts_along_bezier_curve.jpg'
dupliverts_along_bezier_curve.jpg


 

From: LanuHum
Subject: Re: Blender to Povray: unofficial version: screenshots
Date: 8 Sep 2015 14:10:01
Message: <web.55ef242d8d10ac1c7a3e03fe0@news.povray.org>
Mesh as Grid:


Post a reply to this message


Attachments:
Download 'povray_mesh_as_grid.jpg' (339 KB)

Preview of image 'povray_mesh_as_grid.jpg'
povray_mesh_as_grid.jpg


 

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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