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
2015-12-29Separated writeMaterial() function to its own python fileMaurice Raybaud
2015-12-28separated primitives operators for export and import to their own python file.Maurice Raybaud
2015-11-12*Added POV-Ray Primitives, available in ADD menuMaurice Raybaud
*Added Import Menu using PovSphere primitive to import pov files output from Avogadro *Added editable properties and update for pov objects
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-02-18Added: UberPOV / POV Feature Set choice in user preferencesMaurice Raybaud
Added: Stochastic antialiasing for UberPOV Added: Blurry Reflection for UberPOV Improved: Defaults for AA and Depth of Field to a better quality/time Improved: UV texture transforms more closely match BI and more functionalised
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-10-13fix warnings with UI descriptionPhilipp Oeser
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-28*added: first implementation of procedural texturesMaurice Raybaud
*fixed:packed textures *fixed:library objects
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-08-31*Fixed one bug with multi-materials bearing custom pov codeMaurice Raybaud
*Commented out a property that was not yet implemented in exporter *Added frame number export for hand made pov animation Thanks to a patch made by Markku Myllymäki
2013-06-04*Fixed a bug with POV replacement code introduced with latest addition of ↵Maurice Raybaud
colored spec. *changed default values for the folowing properties to be more useful in most scenes: - radio_low_error_factor - fake_caustics_power - importance_value
2013-02-07make option for applying modifiers consistentCampbell Barton
2013-01-14add userprefs for povray binary location.Campbell Barton
2013-01-14minor style cleanup to povray export and fix for UI, setting booleans now ↵Campbell Barton
expects 0/1 only.
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-10-02First try at hair particles support.Maurice Raybaud
2012-02-26Updated Subsurface scattering Syntax to POV 3.7 RC4 (Blender presets now work)Maurice Raybaud
and corrected typo in wiki link.
2012-01-14remove api field, was never used.Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-18Changed Default for Depth Of Field to False Maurice Raybaud
Fixed a type error for dimensions of rectangular area lights
2011-05-20Another fix by mont29: a bug preventing some scenes to render was due to an ↵Maurice Raybaud
indentation error.
2011-05-10Added spacing_multiplier to object photons block so per object photon count ↵Maurice Raybaud
tuning is now possible (see tooltip)
2011-05-09Reorganized the whole pov properties, to place them in PropertyGroups, ↵Bastien Montagne
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-04-29Improved input precision for chromatic dispersion for more accurate causticsMaurice Raybaud
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-16use relative imports for povrayCampbell Barton
2011-03-04pep8 edits for povray, also dont use string addition for textblock contents, ↵Campbell Barton
write newlines separate.
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-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-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-23Added file options for export.Constantin Rahn
Usage: Deactivate "OS Tempfile" to see the new options. Some UI and code cleanup.
2011-01-22povray script now passes the pep8 checker.Campbell Barton
noticed some strange code, added XXX FIXME.
2011-01-21Added some more parameter for Anti AliasingConstantin Rahn
2011-01-20AntiAlias Pannel UI und __init__Constantin Rahn
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-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.