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
2019-09-03Update Blender version for changed IO Add-onsfilebrowser_redesignJulian Eisel
2019-09-02Merge commit 'a215a3c85ad950e38d344205701b4258201f8412' into filebrowser_rede...Julian Eisel
2019-08-21X3D IO layoutWilliam Reynish
2019-08-21Fix T63497: wrl import fails.Bastien Montagne
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-17X3D: Fix T67053: export with "Selection Only" errorPhilipp Oeser
2019-07-15Update wiki_url to new manual pagesAaron Carlisle
2019-05-20Fix T64853: FBX fail to export after recent changesBrecht Van Lommel
2019-05-20Update for removal of image.use_alphaBrecht Van Lommel
2019-05-17Update for Depsgraph API changesPhilipp Oeser
2019-05-16Update for Depsgraph API changesSergey Sharybin
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
2019-03-17Fix T49420: X3D Exporter generates duplicate edges and splits the mesh when e...Bastien Montagne
2019-03-16Cleanup: forgot to remove some debug prints.Bastien Montagne
2019-03-16X3D: basic initial port to blender2.8.Bastien Montagne
2019-02-01Merge branch 'blender2.7'Philipp Oeser
2019-02-01x3d import: make it work without internet connectionPhilipp Oeser
2019-01-29addons: objects.link/unlink syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-28Use orientation_helper decoratorDalai Felinto
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2016-03-28When importing X3D files, mesh names are derived from X3D node DEF/USE attrib...Seva Alekseyev
2016-03-07Cleanup: trailing spaceCampbell Barton
2016-03-07Correct X3D export logicCampbell Barton
2016-03-07Fix for exporting meshes with vertex colors where not all vertices are being ...Seva Alekseyev
2016-03-01When exporting meshes with per-vertex coloring to X3D, storing per-vertex col...Seva Alekseyev
2016-02-04Fix T47310: WRML file not imported under OSXCampbell Barton
2015-12-08Use Python3.5's unpacking generalizationsCampbell Barton
2015-11-23Missed last commitCampbell Barton
2015-11-23X3D: use vrml name for point lampsCampbell Barton
2015-11-07X3D Minor updatesCampbell Barton
2015-10-24Remove check for Python installationCampbell Barton
2015-10-24X3D: Don't write line-no into objects by defaultCampbell Barton
2015-10-24Fix: Text.origin is not a valid input field, now ignoredSeva Alekseyev
2015-10-23Fix: validate before textures, colors, and normalsSeva Alekseyev
2015-10-23Fix: validating Extrusions after applying textures. Validation may remove ver...Seva Alekseyev
2015-10-15X3D import: expanded support to a larger subset of the standard.Seva Alekseyev
2015-06-26Fix T45203: X3D import issues: no support of instancing!!!Bastien Montagne
2015-06-26Fix T45195: VRML import issues.Bastien Montagne
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before rB...Bastien Montagne
2015-03-05Cleanup: typosCampbell Barton
2015-01-23remove unused x3d_names_reserved setCampbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel