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
2017-06-15POV-Ray: add templates to text editor menu when addon is enabled.Bastien Montagne
2017-06-11*Added POV Scene Description Language templates to be used by text editorMaurice Raybaud
2017-05-25Use 2D curve for latheCampbell Barton
2017-05-25Fix error accessing photon variablesCampbell Barton
2017-05-25Cleanup: meta-ball dictionary useCampbell Barton
2017-05-23fixed: merging different metaball objects. Commit by Paco GarcĂ­a (jfGarcia)Maurice Raybaud
2017-03-30Cleanup: warnings in descriptions (end with '.')Campbell Barton
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-02-17fixed: missing Physics properties panelsMaurice Raybaud
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-30Povray: Update for MauritiusRaymeta-androcto
2017-01-29Added Basic Nodes support by LanuhumMaurice Raybaud
2017-01-29Fixed single value coordinates for spheres import as exported by Bishop3DMaurice Raybaud
2016-09-11texture Normal_factor divided furtherMaurice Raybaud
2016-09-11Fix: Normal factor correctedMaurice Raybaud
2016-08-30*Added dupli objects (groups,particles,verts, faces but no frames for now)Maurice Raybaud
2016-08-23*added: write pov console to a log read by Blender consoleMaurice Raybaud
2016-07-22Fixed typo mistakes from previous commitMaurice Raybaud
2016-07-21fixed : BI texture Scale support for proceduralsMaurice 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
2016-04-29fixed:Maurice Raybaud
2015-12-29Separated writeMaterial() function to its own python fileMaurice Raybaud
2015-12-28separated pov native primitives to this other python file with operators for ...Maurice Raybaud
2015-12-28separated primitives operators for export and import to their own python file.Maurice Raybaud
2015-12-08Use Python3.5's unpacking generalizationsCampbell Barton
2015-12-05Fix POV-Ray renderer addon shadowing main mesh UVTexture panel!Bastien Montagne
2015-12-04Don't create directories when enabling the addonCampbell Barton
2015-11-12*Added POV-Ray Primitives, available in ADD menuMaurice Raybaud
2015-08-05Fixed: a blocking bug for activating the addon without administrator privileges.Maurice Raybaud
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-04-04Fix Povray 'new' df3 smoke handling.Bastien Montagne
2015-02-18Fixed: scale of exported Smoke simulationMaurice Raybaud
2015-02-18WIP: Very basic smoke exportMaurice Raybaud
2015-02-18Added DF3 library to allow later volumetric import/export like smokeMaurice Raybaud
2015-02-18Improved blurry reflection roughness scale for faster renderingMaurice Raybaud
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-11-08Cleanup: redundant float conversionsCampbell Barton
2014-10-13fix warnings with UI descriptionPhilipp Oeser
2014-07-28Create a preview directory for procedural textures to avoid creating it by ha...Maurice Raybaud
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-04-20fixed: empty material slotsMaurice Raybaud
2014-03-12added: textured hair now works with procedural and UV mapped bitmaps (but slo...Maurice Raybaud
2014-03-03fixed: inverted alpha for textured hairMaurice Raybaud
2014-02-28Added: Textured HairMaurice Raybaud
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