Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-31Fixed: blob finish wrong level raised POV parse error.(the AllObjects.blend ↵Maurice Raybaud
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-31Fixed rendering of animation. The scene updates before it's exporting.Constantin Rahn
Some minor pep8 fixes.
2011-01-31Added more UI controls for Depth of FieldMaurice Raybaud
Cleaned up Media and photons UI layouts
2011-01-30Attempting to standardize some of the locations and fixing up descriptions ↵Jonathan Smith
in bl_info
2011-01-29Fixed color pickersMaurice Raybaud
2011-01-26Photons and transparency improvementsMaurice Raybaud
2011-01-24minor change: TypingConstantin Rahn
2011-01-24Optimized export to OS Tempfiles.Constantin Rahn
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-24Speedup for writing on export (vertices, vertex index, vertex colors, vertex ↵Constantin Rahn
normals, UV coords)
2011-01-23Added file options for export.Constantin Rahn
Usage: Deactivate "OS Tempfile" to see the new options. Some UI and code cleanup.
2011-01-22Attempt at border render. Hope it's okMaurice Raybaud
2011-01-22Fixed Campbell's noticed strange code: a useless or statementMaurice Raybaud
and made clearer clamping for Front and back diffuse.
2011-01-22conform to blender convention, "" for strings, '' for enum id's only.Campbell Barton
2011-01-22povray script now passes the pep8 checker.Campbell Barton
noticed some strange code, added XXX FIXME.
2011-01-22- add support for curves/surfaces/text again.Campbell Barton
- metaballs with no supported elements would give an error. no they are skipped.
2011-01-21Fix to allow 32 bits blender with 64 bits pov and vice versaMaurice Raybaud
2011-01-21Added some more parameter for Anti AliasingConstantin Rahn
2011-01-20Fixed: Background gradient to work with empty texture slots.Maurice Raybaud
2011-01-20AntiAlias Pannel UI und __init__Constantin Rahn
2011-01-20Add custom Anti-Aliasing pannel. Removed the default one.Constantin Rahn
2011-01-19Fix exported numbers of materials per objectConstantin Rahn
2011-01-19increased the Delay much more (now 1.5s).Constantin Rahn
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-19Declare only required materialsConstantin Rahn
2011-01-19Minor change in _cleanup and increased DELAY Constantin Rahn
2011-01-19Comments for METAS (Blobs) only if METAS are in the sceneConstantin Rahn
2011-01-19Export only materials which have at least one or more users Constantin Rahn
2011-01-19fixed MetaBall (Blobs) ExportConstantin Rahn
2011-01-19Ignore curves on exportConstantin Rahn
2011-01-19Fix for indentation bug in uv indicesConstantin Rahn
2011-01-19use slicing in more places.Campbell Barton
2011-01-19Speedup3: replaced tuple[uv] with uv[:]Constantin Rahn
2011-01-19Speedup2: Replaced tuple(uv.uv1) with uv.uv1[:] (and similar)Constantin Rahn
2011-01-19Speedup1: Storing faces in me_facesConstantin Rahn
2011-01-18Fix for exporting meshes with smooth and flat faces in one Mesh.Constantin Rahn
Thanks Campbell
2011-01-18Minor change in formatting pov fileConstantin Rahn
2011-01-18Removed (commented out) Baking from the interface until we work on it again. ↵Maurice Raybaud
More important issues need to be solved first.
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18Changed texture scale factor to a better match. Not perfect yet, since user ↵Maurice Raybaud
still has to correct scaling by offset.
2011-01-16Unified the spelling of POV-Ray (official spelling)Constantin Rahn
2011-01-16As suggested by Filiciss Muhgue Api change updateMaurice Raybaud
2011-01-16Commented out a forbidden scene property change. There might be others. We ↵Maurice Raybaud
need to find a proper way to translate blender properties to pov ones that are different but achieve the same purpose
2011-01-15- mktemp is Deprecated since version 2.3, replaced with NamedTemporaryFile()Constantin Rahn
- Automatic indentation in Pov file - Added "command line switch". (Option to set some command line parameter)
2011-01-15By Constantin Rahn:Maurice Raybaud
-POV file formatting improvement with UI option and function to handle all tabs/spaces indentation (big clean up) -use of quote characters made more consistent.
2011-01-15Added some formatting of the pov files and some UI tweaks made by Constantin ↵Maurice Raybaud
Rahn (Thanks!). Also the version number had not been updated for a while, I don't know about API number
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-12ADDED:Maurice Raybaud
-pov max trace level (ray depth) -pov radiosity importance sampling -Higher Radiosity samples count (allows Halton sampling) -pov pretrace_start / pretrace_end FIXED -incomplete tooltip for pov low_error -sky_sphere mapping options: -world sky gradient to follow pov coordinate system -Skysphere rotation made independant from camera -generation of skysphere with image map and BlendSky will just consider the texture for now. All issues reported here http://projects.blender.org/tracker/?func=detail&atid=469&aid=23145&group_id=153 by Constantin Rahn, except Layer selective export, adding it to maydo list
2011-01-10rotate entire scene -90d X, so povray's up axis matches blenders.Campbell Barton
2011-01-10metaball material export was broken.Campbell Barton
2011-01-10Pointing Bl Addon info to only one tracker. Maurice Raybaud
2011-01-10New tracker URL formatMaurice Raybaud