486d375395
Render POVRay addon: Now using instances for objects’ data, to avoid having exported hundred times the same mesh/material…
...
Coded in collaboration with MauriciusRay.
2011-06-05 07:56:28 +00:00
300d949d54
Another fix by mont29: a bug preventing some scenes to render was due to an indentation error.
2011-05-20 08:38:20 +00:00
e17e7188dd
replace own path functions with pythons, use dict lookup for extensions.
2011-05-20 01:29:09 +00:00
298e81cc75
Added spacing_multiplier to object photons block so per object photon count tuning is now possible (see tooltip)
2011-05-10 17:48:00 +00:00
8b00f675b5
Reorganized the whole pov properties, to place them in PropertyGroups, rather than cluttering the Scene/Material/etc. objects’ spaces…
...
Also added a new file handling the conversion from existing files using the old pov properties (call the ˘povray render: update to script v0.0.9” operator (bpy.ops.scene.pov_update_properties) in the search box of the 3d views to make the conversion).
2011-05-09 18:29:08 +00:00
99bd6d5079
Fixed a bug with Fresnel diffuse shader
2011-05-07 18:58:04 +00:00
a90a6e1405
minor pep8 edits
2011-05-03 02:22:58 +00:00
fec52cff8d
*Added a progress report in Blender render window, under Linux
...
*Refactored the whole in-render loop, was inherited from POV 3.6 version, and no more relevant for POV 3.7…
2011-04-30 12:19:15 +00:00
e6117798b6
Improved input precision for chromatic dispersion for more accurate caustics
2011-04-29 17:39:04 +00:00
49cb3894dc
Added support for world texture brightness (intensity) to better tweak HDR lighting.
2011-04-29 14:27:35 +00:00
8dc8d57607
Added Linux Binary detection thanks to Bela Mihalik's patch.
2011-04-24 13:03:31 +00:00
284c3e58c5
Fixed a bug that left some of the potential hyphens in user names that POV-Ray then wouldn't accept
2011-04-16 17:15:39 +00:00
d944bc51b8
minor pep8 edits
2011-04-10 12:16:55 +00:00
ecf2c3afd6
Further Error handling to allow win 32 bits blender builds to render with Povray 64 bits and the other way around.
2011-04-06 15:18:15 +00:00
374c7c2a7b
update for changes in rna api
2011-03-14 01:38:56 +00:00
aaecbff7de
minor change to platform checks
2011-03-11 01:25:23 +00:00
6e152ce9e0
pep8 edits for povray, also dont use string addition for textblock contents, write newlines separate.
2011-03-04 04:39:13 +00:00
9675e883a2
Added : Option to replace material properties with custom pov code from text data blocks
2011-03-01 11:55:55 +00:00
45c0679c7d
API change
2011-02-26 11:17:07 +00:00
9d2ee8055a
fix for [ #26148 ] Anomaly in bvh import
...
zero length bones had their tail offset in the wrong direction.
2011-02-21 00:11:50 +00:00
d890d19a9e
pep8 style warning corrections.
2011-02-16 02:26:15 +00:00
7df77158d8
Version 0.0.8
...
API: 34650
fix: x-offset in one mapping of Alphamap was inverted
2011-02-08 11:42:20 +00:00
1046b16ae4
create output dir if it doesnt exist and use native path separator.
2011-02-08 10:52:32 +00:00
79f0394d64
Fix: UV mapping offset in y inverted.
2011-02-07 13:37:16 +00:00
696b0366f5
update for changes in mathutuils.
2011-02-05 07:08:34 +00:00
0a18240d88
Fixed: blob finish wrong level raised POV parse error.(the AllObjects.blend test scene now renders (though not all objects supported yet))
...
Added: support for deactivating all shadows from scene shading panel (per lamp 'no shadow' still works)
2011-01-31 14:24:01 +00:00
338ac1e5b5
Fixed rendering of animation. The scene updates before it's exporting.
...
Some minor pep8 fixes.
2011-01-31 11:35:40 +00:00
14a62bc703
Added more UI controls for Depth of Field
...
Cleaned up Media and photons UI layouts
2011-01-31 01:29:37 +00:00
814f0bebc3
Photons and transparency improvements
2011-01-26 11:10:53 +00:00
cd36f92c78
Optimized export to OS Tempfiles.
...
The output to Tempfiles no longer exports comments, indentations or LFs (in lists).
New option in Export settings to deactivate LF (line brakes) in lists.
Fixed a material export for normal maps. Was exported two times.
Paths to images are now realpaths, no /../ in absolut paths.
2011-01-24 11:44:01 +00:00
6399af49ad
Speedup for writing on export (vertices, vertex index, vertex colors, vertex normals, UV coords)
2011-01-23 21:40:51 +00:00
3a02375d7b
Added file options for export.
...
Usage: Deactivate "OS Tempfile" to see the new options.
Some UI and code cleanup.
2011-01-23 20:39:02 +00:00
d4c6ab8db3
Attempt at border render. Hope it's ok
2011-01-22 14:15:08 +00:00
5b308e0209
Fixed Campbell's noticed strange code: a useless or statement
...
and made clearer clamping for Front and back diffuse.
2011-01-22 08:40:26 +00:00
ca49ad6c19
conform to blender convention, "" for strings, '' for enum id's only.
2011-01-22 06:09:36 +00:00
50e45d93a7
povray script now passes the pep8 checker.
...
noticed some strange code, added XXX FIXME.
2011-01-22 05:43:40 +00:00
ca638c3d55
- add support for curves/surfaces/text again.
...
- metaballs with no supported elements would give an error. no they are skipped.
2011-01-22 04:48:15 +00:00
34ff563dbe
Fix to allow 32 bits blender with 64 bits pov and vice versa
2011-01-21 18:24:07 +00:00
3bbbe213de
Added some more parameter for Anti Aliasing
2011-01-21 17:52:36 +00:00
9db505f189
Fixed: Background gradient to work with empty texture slots.
2011-01-20 13:56:20 +00:00
2f3d871758
Add custom Anti-Aliasing pannel. Removed the default one.
2011-01-19 23:51:37 +00:00
9544a1aa64
Fix exported numbers of materials per object
2011-01-19 19:30:30 +00:00
a33eaf80bf
increased the Delay much more (now 1.5s).
...
Lower Delay will rise errors when rendering big images.
My system Win7 64 (slow HD) reports following error on lower Delay:
---
Reached EOF while decoding PNG
Cannot open input file
Cannot create backend data
Unknown fileformat
---
Maybe Delay should be bound to the imagesize. Or is there a better solution to wait for povray to finish the writing?
2011-01-19 14:53:30 +00:00
6fc3f7d09b
Declare only required materials
2011-01-19 14:33:45 +00:00
504e5fd2ed
Minor change in _cleanup and increased DELAY
2011-01-19 13:05:32 +00:00
a27aea0118
Comments for METAS (Blobs) only if METAS are in the scene
2011-01-19 12:47:01 +00:00
b33047a352
Export only materials which have at least one or more users
2011-01-19 00:15:22 +00:00
e8719da283
fixed MetaBall (Blobs) Export
2011-01-18 23:29:17 +00:00
0e0629da3c
Ignore curves on export
2011-01-18 22:35:32 +00:00
321c31b6f9
Fix for indentation bug in uv indices
2011-01-18 22:10:29 +00:00