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
2022-08-16Archimesh: Register Undo for some missing operatorsAntonio Vazquez
Two operators were missing the option to enable the Undo registering.
2022-07-28Archimesh: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-11-01Fix T92714: Archimesh fails due Cycles refactorAntonio Vazquez
The properties `cycles.visibility` have changed.
2021-08-11Cleanup: strip trailing space, remove BOMCampbell Barton
2020-07-02UI: Dont abbriviate location & rotationAaron Carlisle
This resolves one of the last few areas where we still use inappropriate abbreviations. Reading abbreviated words is usually slower, because users must parse, guess and translate the words. Using abbreviations such as 'rot' is also especially bad since it's a word in itself too. The main advantage of abbreviations is that they are faster to *write*, which just isn't a concern for text in the UI.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-24Fix T73794: Archimesh error adding materialsAntonio Vazquez
Fix by @nacioss Differential revision: https://developer.blender.org/D6917
2019-11-13archimesh: add manual linkmeta-androcto
2019-09-24archimesh: close panels by default: T70017meta-androcto
2019-09-09Fix T69664: Update add-ons for Mapping node changes.OmarSquircleArt
The Mapping node was update to have dynamic inputs that can be linked. Moreover, the min and max options were removed entrily. This broke add-ons that used the Mapping node, so this patch fixes those add-ons. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D5732
2019-09-06archimesh: add cosmetic separatormeta-androcto
2019-08-20archimesh/achm_room_maker: T68508 allow negative base valuemeta-androcto
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-17Archimesh: fix usages of bpy.ops.object.select_allPhilipp Oeser
Fixes T67048: Adding archimesh stairs object to the scene flips normals of all other objects in scene Reviewers: antoniov, brecht Maniphest Tasks: T67048 Differential Revision: https://developer.blender.org/D5282
2019-06-16part fix bl_info Locationsmeta-androcto
2019-04-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
2019-04-16archimesh: panel location: Createmeta-androcto
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-30Fix: Material.diffuse_color has an alpha component nowJacques Lucke
2019-01-27Archimesh: Conversion to 2.80Antonioya
Adapt the script to new Blender version Task T60910
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-21addons: blender version number fixNBurn
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-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Fix T56847: Archimesh (normal of somefaces reversed)Antonioya
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
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-07-24Cleanup: trailing spacesCampbell Barton
2017-07-13Fix T52020: Archimesh autohole not workingAntonio Vazquez
The boolean modifier was created but was removed later. This remove is not necessary.
2017-06-26Archimesh: Cleanup remove an unrecognised char from commentlijenstina
Very small cleanup - remove a char from comment No functional changes
2017-05-05Archimesh: Update panel Rename, replace deprecated imp calllijenstina
Bumped version to 1.1.4 Replace the deprecated imp import with importlib As a part of the task T50726: Update the Panel rename code to more generic one Note: there is the import sys and os that should be maybe removed
2017-03-23Archimesh: remove excess menu iconsmeta-androcto
2017-01-06fix archimesh panels, default to "Create Tab", quick context object mode onlymeta-androcto
2017-01-03Archimesh: Fix vertex problem for door model 5Antonio Vazquez
There was an extra vertex in one lower corner of the door. Some minor tweaks in vertices too.
2016-10-19Fix T49785: Archimesh crash if create material using BI renderAntonioya
In some situations the program creates materials for Cycles when the BI render was selected.
2016-10-02Archimesh: Cleanup commentAntonioya
2016-10-02Archimesh: Remove unused parameters added in previous fixAntonioya
Some parameters not used were included by error in previous commit
2016-10-02Fix T49533: Archimesh does not display all dimensions when last wall closes roomAntonioya
When the end of the last wall was equal to the close wall, the dimensions were not displayed. The problem was related with the precision in the point calculation. Some code cleanup was done too.
2016-10-02Archimesh: Replace textAntonioya
The word advance must be advanced
2016-09-23Fix T49432: Archimesh crashes blender when room height info changedAntonioya
Vertex data was not available when reading the for creating floor or ceiling.