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 (Collapse)Author
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2017-08-16*added capsule metaball as cylinder blob pov primitivev2.79-rc2Maurice Raybaud
*Added the following pov keywords to object properties tab: hollow, double_illuminate, sturm (for Metaballs and lathe), no_shadow, no_image, no_reflection, no_radiosity, inverse, hierarchy *fixed hair location bug.
2017-05-25Use 2D curve for latheCampbell Barton
Also avoid editmode switch
2017-03-19Cleanup: trailing spaceCampbell Barton
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-08-23*added: write pov console to a log read by Blender consoleMaurice Raybaud
*fix: area_illumination syntax updated to fix bug in area lights *fix:sphere sweep was buggy (bezier curve would'nt export) *several curves in one blender object can now export Thanks Lanuhum *fix:hair with no material slot would'nt export *fixemodifier like subsurf or mirror over curves wouldn't export, now trying to convert to mesh *fix:meshes with 0 vertices wrote a bad file, now create a dummy 0 radius sphere *fix: export visible layer only was broken
2016-07-02Added: IMPORTER in an operator (primitives.py) from Main import menu or ↵Maurice Raybaud
special povray add menu to import povray primitives and mesh objects from several *.POV/*.INC files at once. confirmed to work with avogadro files and some other test scenes.
2015-12-28separated pov native primitives to this other python file with operators for ↵Maurice Raybaud
import and export.