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
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-01-28Added Lamp , Radiosity, and World presetsMaurice Raybaud
2017-09-08*Fixed texture normal_factor regressionMaurice Raybaud
2017-08-16*added capsule metaball as cylinder blob pov primitivev2.79-rc2Maurice Raybaud
2017-08-16*Added capsule Metaball as cylinder blob pov primitiveMaurice Raybaud
2017-07-28*Converted some rgb keywords to srgb to better match Blender Internal shadingMaurice Raybaud
2017-07-24Cleanup: trailing spacesCampbell Barton
2017-06-27*added "insert" menu to text view properties: it lists snippets from POV-Ray ...Maurice Raybaud
2017-06-17*Removed automatic activation of Add Mesh: extra objects used for 3d function...Maurice Raybaud
2017-06-15POV-Ray: add templates to text editor menu when addon is enabled.Bastien Montagne
2017-03-30Cleanup: warnings in descriptions (end with '.')Campbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-02-01Added some more properties from Lanuhum commits, such asMaurice Raybaud
2017-02-01Global POV Properties added and GUI updated (photons; radiosity; encoding...)Maurice Raybaud
2017-01-29Added Basic Nodes support by LanuhumMaurice Raybaud
2016-07-02Added: IMPORTER in an operator (primitives.py) from Main import menu or speci...Maurice Raybaud
2016-05-23*converted all calls to file.write of .shading.py to tabWrite function to no ...Maurice Raybaud
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