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 (Expand)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
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-02-18Added: UberPOV / POV Feature Set choice in user preferencesMaurice Raybaud
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
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
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor...CoDEmanX
2013-08-31*Fixed one bug with multi-materials bearing custom pov codeMaurice Raybaud
2013-06-04*Fixed a bug with POV replacement code introduced with latest addition of col...Maurice Raybaud
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 exp...Campbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
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
2012-01-14remove api field, was never used.Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18Changed Default for Depth Of Field to False Maurice Raybaud
2011-05-20Another fix by mont29: a bug preventing some scenes to render was due to an i...Maurice Raybaud
2011-05-10Added spacing_multiplier to object photons block so per object photon count t...Maurice Raybaud
2011-05-09Reorganized the whole pov properties, to place them in PropertyGroups, rather...Bastien Montagne
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
2011-03-01Added : Option to replace material properties with custom pov code from text ...Maurice Raybaud
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 addon...Campbell Barton
2011-02-08Version 0.0.8Constantin Rahn
2011-01-31Fixed rendering of animation. The scene updates before it's exporting.Constantin Rahn
2011-01-31Added more UI controls for Depth of FieldMaurice Raybaud
2011-01-30Attempting to standardize some of the locations and fixing up descriptions in...Jonathan Smith
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
2011-01-23Added file options for export.Constantin Rahn
2011-01-22povray script now passes the pep8 checker.Campbell Barton
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
2011-01-15By Constantin Rahn:Maurice Raybaud