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
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
2011-11-23Fix #29368: export uv layout fails after recent image settings changes.Brecht Van Lommel
2011-11-22update for changes in render image settingsCampbell Barton
2011-10-15fix for error exporting game runtime to non utf8 path.Campbell Barton
2011-10-13fix for povray with faces using invalid material index valuesCampbell Barton
2011-10-11use library argument for bpy_extras.io_utils.path_reference(...)Campbell Barton
2011-10-11update to povray exportCampbell Barton
2011-09-26fix for x3d export and some minor pep8 editsCampbell Barton
2011-09-26Another tiny tweak to area lights and API update (jitter > use_jitter)Maurice Raybaud
2011-09-20rectangular area lights had wrong coordinates (probably achievable with prope...Maurice Raybaud
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-09-08pedantic pep8 editsCampbell Barton
2011-09-05replace tricky unicode chars for basic ascii.Campbell Barton
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-07-11cleanupCampbell Barton
2011-06-21pep8 compliance Campbell Barton
2011-06-05Fixed a minor bug with SSS propertyMaurice Raybaud
2011-06-05Render POVRay addon: Now using instances for objects’ data, to avoid having...Bastien Montagne
2011-05-20Another fix by mont29: a bug preventing some scenes to render was due to an i...Maurice Raybaud
2011-05-20replace own path functions with pythons, use dict lookup for extensions.Campbell Barton
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-05-07Fixed a bug with Fresnel diffuse shaderMaurice Raybaud
2011-05-03minor pep8 editsCampbell Barton
2011-04-30*Added a progress report in Blender render window, under LinuxBastien Montagne
2011-04-29Improved input precision for chromatic dispersion for more accurate causticsMaurice Raybaud
2011-04-29Added support for world texture brightness (intensity) to better tweak HDR li...Maurice Raybaud