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-03-21updates for changes in blender.Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-16use relative imports for povrayCampbell Barton
2011-03-14update for changes in rna apiCampbell Barton
2011-03-11minor change to platform checksCampbell Barton
2011-03-04pep8 edits for povray, also dont use string addition for textblock contents, ↵Campbell Barton
write newlines separate.
2011-03-042.5 Povray UI:Thomas Dinges
* More Code cleanup, please watch and learn. :)
2011-03-032.5 Povray Export UI:Thomas Dinges
* Code cleaunp Notes: *Why do we have some empty panels with no actual content? *Why is split used when there is only 1 column? The Povray script has always been some kind of example for other exporters, the UI code need some more cleanup for sure!
2011-03-01Added : Option to replace material properties with custom pov code from text ↵Maurice Raybaud
data blocks
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-26API changeMaurice Raybaud
2011-02-21fix for [#26148] Anomaly in bvh importCampbell Barton
zero length bones had their tail offset in the wrong direction.
2011-02-16pep8 style warning corrections.Campbell Barton
2011-02-11some corrections for errors registering classes.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-08Version 0.0.8Constantin Rahn
API: 34650 fix: x-offset in one mapping of Alphamap was inverted
2011-02-08create output dir if it doesnt exist and use native path separator.Campbell Barton
2011-02-07Fix: UV mapping offset in y inverted.Constantin Rahn
2011-02-05update for changes in mathutuils.Campbell Barton
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