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
2020-09-17Archipack: support for bmesh bevel arguments changes in 2.90Stephen Leger
2020-04-07Fix T75394: Archipack update normals before bevelingRobert Guetzkow
The Archipack floor operator bpy.ops.archipack.floor() created a bmesh with with normals that were zero in all components. This triggered an assert when calling bmesh.ops.bevel(). Updating the normals prior to the call to bmesh.ops.bevel() avoids this issue. Reviewed By: stephen_leger Differential Revision: https://developer.blender.org/D7364
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-11-18archipack 2.8 compatibility (step2)Stephen Leger
2018-11-16archipack 2.8 compatibility (step1)Stephen Leger
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-07-06Update for renaming lamp to light.Brecht Van Lommel
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-08-04archipack: thumb generator to replace static thumbs, revert _preset to ↵Stephen Leger
preset according to talk with ideasman42
2017-08-01archipack: update to 1.2.8 add roof and freeform floorsStephen Leger
2017-07-24archipack: add tooltips for preset based operatorsStephen Leger
2017-07-22archipack: T52120 release to officialStephen Leger