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
2021-01-27Fix T82562: Measureit line drawing doesn't workCampbell Barton
This allows measureit to behave correctly with line thickness option. Initially based on D9519 by @NicksBest with various fixes/updates.
2019-09-233d View addons: close tabs by default: T70017meta-androcto
2019-06-22Replace VISIBLE_IPO buttons with HIDE ON/OFFCampbell Barton
2019-06-14Fix T65795: MeasureIt addon: measure disappear when I exclude collectionDalai Felinto
2019-05-27measureit: use View tabmeta-androcto
2019-04-16measureit: fix panel warnings, default Tab location: Displaymeta-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-23addons: add missing text= keyword after labelNBurn
2018-12-05MeasureIt: More conversion of APIs (WIP)Antonioya
Still the render is not working. The idea is replace the old system generating a image with alpha background and only the measures.
2018-12-05MeasureIt: First steps to migrate to 2.8 (WIP)Antonioya
Migrate add-on to 2.8 with new API. Still problems in render
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-07Cleanup: trailing spaceCampbell Barton
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
2018-04-15MeasureIt: code cleanupNBurn
2018-04-14Fix T54585 for MeasureIt: fixes View Local modeNBurn
2018-01-25fix T53766: MeasureIt measurements not appearing on all layers an objectPhilipp Oeser
exists on
2017-09-26Fix T52545: Have MeasureIt check for custom layersNBurn
2017-08-12MeasureIt: Refactored code and added align optionsNBurn
Added option to rotate measurements to be align to specified angles in degrees Added option to horizontally align text to left, center, or right Added option to expand or collapse all measurement subpanels Redesign of Number panel option so its easier to match colors with measurements Hid various measurement adjustment options when disabled and would have no affect Redesign of button layout to reduce text truncation and improve visibility Minor cleanup of comments and code for better readability and pep8 compliance
2017-08-02MeasureIt: Fix for ensure_lookup_table bug mentioned in T52236NBurn
2017-08-01MeasureIt: Partial Fix of T52236NBurn
2017-07-26Fix T52166 for MeasureIt: stops None subscriptingNBurn
Adds checks to prevent several functions from inadvertently trying to subscript a NoneType and revises the Mesh Debug panel design.
2017-06-08measureit: only first panel open by default T50357meta-androcto
2016-12-13MeasureIt: Fix typo errorAntonio Vazquez
2016-11-27MeasureIt: Replace panels headerAntonio Vazquez
Add the word "MeasureIt" to panels header in order to make them easier to find in UI
2016-10-01MeasureIt: New option to hide unit of measurementAntonioya
A new option to hide unit of measurement in the viewport
2016-09-30MeasureIt: Cleanup codeAntonioya
Clean and reformat code for better reading
2016-08-12MeasureIt: Cleanup - Remove unnecessary lineAntonioya
2016-08-12MeasureIt: Add text to panelAntonioya
2016-08-09MeasureIt: Cleanup - Replace generic importAntonioya
2016-08-03Avoid modification of python system pathsSergey Sharybin
This isn't a proper way to solve the import problem, use relative import instead.
2016-08-03add mesureit to release "warning temporary status" pending T48704meta-androcto