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-05-24light_field_tools: move to contrib: T63750meta-androcto
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
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-12-21Rename user_preferences -> preferencesCampbell Barton
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-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-05-06Light Field Tools: Update panel Rename, cleanup, fixeslijenstina
Bumped version to 0.3.1 As a part of the task T50726: Update the Panel rename code to more generic one Pep8 cleanup Replace star imports Consistent property definitions Add the missing property deletion on unregister Fix crashes with missing brackets around CANCELLED Add an name to the generated Empty handler Update wiki link
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-08-15light field tools: unify change tab categorymeta-androcto
2016-05-20Fix panel category: T48459meta-androcto
2015-09-07fix for T45863Brendon Murphy
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19formatting edits for bl_infoCampbell Barton
2012-09-25Make light field tools work again with 2.64Aurel W
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-26fix for bad operator return valueCampbell Barton
2012-01-14remove api field, was never used.Campbell Barton
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-22pep8 editsCampbell Barton
2011-07-25fix for some errors with recent commitsCampbell Barton
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-04-16light field tools, small fix, wrong rna property name in ui.Aurel W
Thanks to Yousan Noriyuki.
2011-04-11light field tools, fixes for 2.57 releaseAurel W
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-14update for changes in rna apiCampbell Barton
2011-02-22light field tools: report errorsAurel W
2011-02-21Moved light field tools from contribAurel W