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-08-24post 2.8 fix light samplesMaurice Raybaud
2019-08-21Some instantiation 2.8 API update fixingMaurice Raybaud
2019-08-20fixed some depth of field 2.8 API changes thanks to Rune Morling feedback ↵Maurice Raybaud
(step 1 for fixing car demo scene)
2019-08-16texture slots WIPMaurice Raybaud
2019-07-30Some slightly more agnostic UI panel namingMaurice Raybaud
2019-07-30dummy commit test with simple comment edit: Set my old machine back up with ↵Maurice Raybaud
mesa opengl32.DLL as it no longer ran blender 2.8 for lack of opengl 3.
2019-06-04Fix (unreported) missing updates after `scene.update()` removal.Bastien Montagne
2019-06-02WIP attempt at saving 2.7 texture slots dependant UIMaurice Raybaud
2019-05-22Remove base from addonsDalai Felinto
This is a follow up to rB0910932e71d2.
2019-05-202.8 changes 8 (raytrace_transparency)Maurice Raybaud
2019-05-20API update: percentage to factorNBurn
2019-05-19pre 2.8 API changes Pass 7Maurice Raybaud
2019-05-16Update for Depsgraph API changesSergey Sharybin
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-05-08pre 2.8 API changes Pass 6Maurice Raybaud
2019-05-05Test: Adding back some UI list for World texturesMaurice Raybaud
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
2019-04-27fixed SSS presets. UI now works.Maurice Raybaud
2019-04-27Pass 5 of 2.8 syntax update...Maurice Raybaud
2019-04-22Fourth pass at 2.8 API related updatesMaurice Raybaud
2019-04-18small try at fixing active_node_material removed from api.Maurice Raybaud
2019-04-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
2019-04-16Pass 3 of 2.8 syntax update...Maurice Raybaud
2019-04-14Second pass to update properties for 2.8... To be continuedMaurice Raybaud
2019-03-26First debug pass from 2.8 API changesMaurice Raybaud
*new icon names, some were removed *register system changed *All properties from blender internal were removed ...To be continued (not all props recreated yet)
2019-03-01Update for changes to operator namesCampbell Barton
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
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-23addons: add missing text= keyword after labelNBurn
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-12-21Rename user_preferences -> preferencesCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
This ports the already working addons. The disabled x3d, psk, lwo, 3ds, raw, dxf addons still need to be converted.
2018-10-10Update for new icon set.Brecht Van Lommel
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: trailing spaceCampbell Barton
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
2018-04-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-17A few addons related cleanup after BGE removalDalai Felinto
2018-01-28*Added Lamp , Radiosity, and World presets with scattering media sky simulationMaurice Raybaud
*Added Boolean operations and *Unlocked Linux render window thanks to Lanuhum patches
2018-01-28Added Lamp , Radiosity, and World presetsMaurice Raybaud
2017-11-02Cleanup: redundant texture lookupCampbell Barton
2017-09-08*Fixed texture normal_factor regressionMaurice Raybaud
*Fixed lighting attenuation for a closer match with Blender Internal