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-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
2013-12-15Fixed: 0 Hair amount errorMaurice Raybaud
2013-12-15CleanupMaurice Raybaud
2013-11-17Cleanups suggested by Campbell Barton:Maurice Raybaud
2013-11-11Fixed: objects with Vertex color were not renderingMaurice Raybaud
2013-10-10Added a patch by Markku Myllymaki, for animated textures using numbered images.Maurice Raybaud
2013-09-26use a more direct way to check for color (check saturation)Campbell Barton
2013-09-20remove unsued modifier argument.Campbell Barton
2013-09-12*Another try at fixing the "multi materials with custom pov" code bugMaurice Raybaud
2013-09-04change comparisons with NoneCampbell Barton
2013-08-31*Fixed one bug with multi-materials bearing custom pov codeMaurice Raybaud
2013-06-23Fixed Photons bug caused by enum property mistaken for boolean.Maurice Raybaud
2013-06-04*Fixed a bug with POV replacement code introduced with latest addition of col...Maurice Raybaud
2013-04-07added: Colored Specular Highlights (the only supported uvmaps channels that c...Maurice Raybaud
2013-02-08Added Hair Child Support Maurice Raybaud
2013-02-07make option for applying modifiers consistentCampbell Barton
2013-01-19Fixed:Maurice Raybaud
2013-01-14simplify povray binary checking, split it out into its own function. on windo...Campbell 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
2013-01-06Fix for own stupid error in r4138...Bastien Montagne
2013-01-04Fix [#33759] Can't use UV image export UV_layout errorBastien Montagne
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-10-09style cleanup: pep8Campbell Barton
2012-10-02Fix encoding error (please be carful with this - even though using non-ascii ...v2.64av2.64Bastien Montagne
2012-10-02First try at hair particles support.Maurice Raybaud
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-22Updated for bmesh compatibility (faces-->tessfaces + uv_layer-->loop)Maurice Raybaud
2012-04-03style cleanup: pep8Campbell Barton
2012-03-08minor pep8 editsCampbell Barton
2012-02-27Scattering color was getting multiplied twice, resulting in less accurate pre...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-12-31update for changes in matrix being column major nowCampbell Barton