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
2011-01-20Fixed: Background gradient to work with empty texture slots.Maurice Raybaud
2011-01-20AntiAlias Pannel UI und __init__Constantin Rahn
2011-01-20Add custom Anti-Aliasing pannel. Removed the default one.Constantin Rahn
2011-01-19Fix exported numbers of materials per objectConstantin Rahn
2011-01-19increased the Delay much more (now 1.5s).Constantin Rahn
2011-01-19Declare only required materialsConstantin Rahn
2011-01-19Minor change in _cleanup and increased DELAY Constantin Rahn
2011-01-19Comments for METAS (Blobs) only if METAS are in the sceneConstantin Rahn
2011-01-19Export only materials which have at least one or more users Constantin Rahn
2011-01-19fixed MetaBall (Blobs) ExportConstantin Rahn
2011-01-19Ignore curves on exportConstantin Rahn
2011-01-19Fix for indentation bug in uv indicesConstantin Rahn
2011-01-19use slicing in more places.Campbell Barton
2011-01-19Speedup3: replaced tuple[uv] with uv[:]Constantin Rahn
2011-01-19Speedup2: Replaced tuple(uv.uv1) with uv.uv1[:] (and similar)Constantin Rahn
2011-01-19Speedup1: Storing faces in me_facesConstantin Rahn
2011-01-18Fix for exporting meshes with smooth and flat faces in one Mesh.Constantin Rahn
2011-01-18Minor change in formatting pov fileConstantin Rahn
2011-01-18Removed (commented out) Baking from the interface until we work on it again. ...Maurice Raybaud
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18Changed texture scale factor to a better match. Not perfect yet, since user s...Maurice Raybaud
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-16Commented out a forbidden scene property change. There might be others. We ne...Maurice Raybaud
2011-01-15- mktemp is Deprecated since version 2.3, replaced with NamedTemporaryFile()Constantin Rahn
2011-01-15By Constantin Rahn:Maurice Raybaud
2011-01-15Added some formatting of the pov files and some UI tweaks made by Constantin ...Maurice Raybaud
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-12ADDED:Maurice Raybaud
2011-01-10rotate entire scene -90d X, so povray's up axis matches blenders.Campbell Barton
2011-01-10metaball material export was broken.Campbell Barton
2011-01-10Pointing Bl Addon info to only one tracker. Maurice Raybaud
2011-01-10New tracker URL formatMaurice Raybaud
2011-01-09Added Atmospheric Media and custom image gammaMaurice Raybaud
2011-01-08== Tracker urls formatting ==Luca Bonavita
2011-01-07Fixed some errors in the Povray exporters, discovered by Conz. Thanks! Thomas Dinges
2010-12-25Updated pov 3.7 Version directive to keep up to date with the latest beta and...Maurice Raybaud
2010-12-23objects with no materials were raising errors.Campbell Barton
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-22remove class attribute _process, if this happens I rather fix the cause.Campbell Barton
2010-12-22changes from r1294,Campbell Barton
2010-12-19render_povray: Some small tweaks to make the addon render correctly on linux.Doug Hammond
2010-12-16Added elementary BakingMaurice Raybaud
2010-12-16Moved some properties assignment out of the UI module and made alpha slider s...Maurice Raybaud
2010-12-16Adding arguments to Specular map related functionsMaurice Raybaud
2010-12-07Added a function to simplify Specular map export.Maurice Raybaud
2010-11-22After testing; made Sky alpha mode opaque for now.Maurice Raybaud
2010-11-21-Added more control over Straight/Premul Alpha,Maurice Raybaud
2010-10-30Removed some lines for caustics that turned fake caustics off when photons we...Maurice Raybaud
2010-10-29Added HEMI lamps to shadow and attenuation exceptions since they don't have s...Maurice Raybaud