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-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
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-01-28archipack 2.8 fix icon_onlyStephen Leger
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-11-18archipack 2.8 compatibility (step2)Stephen Leger
2018-11-16archipack 2.8 compatibility (step1)Stephen Leger
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-08-14archipack: Fix issue with curved segments in walls/slab/floorStephen Leger
2017-08-08archipack: improve labels to support i18n, fix regression in boolean, ↵Stephen Leger
division by 0 error in roof
2017-07-24archipack: add tooltips for preset based operatorsStephen Leger
2017-07-22archipack: T52120 release to officialStephen Leger