povray35/megapov0.7&1.0/mlpov0.8 exporter(Feb 24)

http://jmsoler.free.fr/images_site/povanimthumb.gif

Now the module can export mesh’s uvcoordinates with material indices, and multiple images. Look at this page : http://jmsoler.free.fr/util/blenderfile/povanim_uv.htm.
UVmapping can also be blended with vertex color, or not.

And always:
– modifications of armature, RVK, lattice (this one with a ctrl-a before).
– export for povray35 or megapov
– no need of extra python module.
– can be used with windows or linux

http://jmsoler.free.fr/util/blenderfile/povanim.htm

jm

nice…this looks like it could be very helpful.

thanks

Good grief, it gets better with each release! Keep it up, jms, you’re doing a fantastic job!

Mon dieu, il devient mieux et mieux chaque fois!! Continuez, jms, vous le faites tres bien!!

Lethal

Thank you.
The next step is the animation part.

jm

No problem. Listen, you seem to be doing this all on your own, which is very brave! I can’t program in python (yet!) but if you need any help translating your work to English or Norwegian just send me a message, I’ll be glad to help.

Pas de probleme :wink: . Ecoutez, il me pareil comme vous essayez de faire cet projet tout seul. Vous avez beaucoup de courage!! Malheureusement je peux pas programmer en Python (pas encore!), mais si vous avez besoin de traductions en Anglais ou en Norvegian, envoyez moi une email - je serais tres pret a vous aider (desole, cet ordinateur ne fait pas de characters francais :x ).

Poursuivez vos efforts!

LethalSideParting

How do people like you find time and learn how to do all this hard work?

God only knows - I have exams in under 2 weeks and here I am helping out fellow Blenderheads… :wink:

First test of real anim with RVKs, Armatures and Subsurfs blended:
http://www.zoo-logique.org/3D.Blender/animations/mainTrueAPov_R1102.avi

(perhaps divx 5.0 codecs needed).

jm

New release 11e with full animation export.

jm

Lot of bugs corrected.

jm

SUPER SWEET!!!

C’est SUPER!!!

Lethal

Oups! Pas si “super”.

Sorry, for the problem with static exportation
(no variable “animp”). Corrected.

jm

but I love you, man! By the way, do you have MSN, AIM, or YIM? Since you seem to be a fellow POV user then maybe we can exchange tips and tricks.

I forgot to ask if it will work with any versions of POV-Ray earlier than 3.5. Also, is it still possible to get Blender version 2.23? I have 2.24 (I think.)

Sorry, I don’t use MSN, AIM, or YIM.

The module only works with Blender Creator 2.23 and export scripts are compatible with megapov0.7 (a very good patch of pov3.1g with linux version) and povray3.5 RCx.

I didn’t try to use the module with Blender publisher 2.24. Just a minute…
No. Problem with Blender.Lamp, it does not know Energ variable.

I’m sure that povanim can’t be used with Blender Publisher 2.25.

jm

In that case, does anyone know where I can get 2.23? I saw on the Anim8or forum that you can still get Blender somewhere, (don’t remember the site) but I don’t know what version it is.

\\\\\\
\ UPDATE
\\\\\\\

I found version 2.23, but the only mutation of POV-Ray is PVMega POV-Ray, and it’s in a format that I can’t decompress. Can anyone tell me where I can find a zip file of it, or failing that, an uncompressed download?

Download

Blender 2.23:
http://www.pablosbrain.com/blender3d/

WinMegapov07:

MLpov,
a patch of Megapov for linux:
http://mmaigrot.free.fr/pov/softs/mlpov-0.7-i586.zip

jm

http://jmsoler.free.fr/video/mainTrueAPov_R12d01.AVI

An animation test for photons mapping in povray3.5/megapov0.7. Divx5.01.

jm

Hello. This is truely amazing ! Everything works just fine …but…
I have problem with textures… :-?

Can anyone tell me how to export textures (images) with this script ?

greetings,
Mariusz.

With python script/module, you can only export uvmapped textures.

In uvmapped textures there is two kind of map, cause you can map several images on a single object: first one, attached to the mesh as mesh.texture, is considered like the main one and is localised through its full address by the script, but the others are attached to the faces and, except their names with less than 20 charaters(!! :(), they have no address :x.

I’m going to translate and develop the page:

At present, put your images maps in a " extures" directory before (or after) doing the faceselect work. This directory is automatically added to povray ini file.

Example:

Library_Path=
Library_Path=D:\jmsoler\util\blenderfile
Library_Path=D:\jmsoler\util\blenderfile extures
Library_Path=D:\jmsoler\util\blenderfile\povanim\mesh

“D:\jmsoler\util\blenderfile” is the directory which contains the blender file you are trying to export.
( be aware that you always have to launch the “ini” file generated by the exportation to render your scene and/or animation)

jm