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-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
2020-04-05Fix T75393: Archipack thumbs find shader node by typeRobert Guetzkow
Find the Principle BSDF by type instead of assuming that it's the node with index 1. Reviewed By: stephen_leger Differential Revision: https://developer.blender.org/D7338
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-01Archipack: bugfix nested childs roof altitudeStephen Leger
2020-01-08Archipack: bugfix preset locationStephen Leger
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
2019-09-24archipack: close panels by default: T70017meta-androcto
2019-09-11Archipack: bugfix raycast in wall fit roofStephen Leger
2019-09-08Archipack: don't print to console on every startBrecht Van Lommel
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-22bugfix properly detect every delete eventStephen Leger
2019-06-16part fix bl_info Locationsmeta-androcto
2019-06-06Archipack: fix offline rendering of thumbsStephen Leger
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-04-07archipack 2.8 move to UI panel, fix auto-boolean in draw toolsStephen Leger
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-28archipack 2.8 fix icon_onlyStephen Leger
2018-12-21archipack 2.8 fix transform_orientationStephen Leger
2018-12-21Rename user_preferences -> preferencesCampbell Barton
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-12-04archipack 2.8 fix issue #T58698 (event TIMER_REPORT)Stephen Leger
2018-12-02archipack 2.8 render thumbs bugfixStephen Leger
2018-11-23Update for keymap changes.Brecht Van Lommel
2018-11-18archipack 2.8 compatibility (step2)Stephen Leger
2018-11-16archipack 2.8 compatibility (step1)Stephen Leger
2018-11-16archipack 2.8 compatibility (step1)Stephen Leger
2018-10-30Update for 'header_text_set' change in 2.8Campbell 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-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Update for changes in Blender's APICampbell Barton
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-03-05bugfix: dynamic enum not holding proper referenceStephen Leger
2017-12-07Move presets to user writeable folder when rendering thumbsStephen Leger
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-09-01archipack: background renderer use factory-startup to prevent other addon issuesStephen Leger
2017-08-26archipack: fix performance issue in draw window/door toolsStephen Leger
2017-08-14archipack: fix issue autoboolean dosent work with emptyStephen Leger
2017-08-14archipack: Fix issue with curved segments in walls/slab/floorStephen Leger
2017-08-09archipack: fix left select issue in draw window/door and allow selecting ↵Stephen Leger
preset while drawing
2017-08-09archipack: fix ACCESS_VIOLATION error in childs roofs cuttersStephen Leger
2017-08-08archipack: allow importing without executingStephen Leger