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
2017-06-08measureit: only first panel open by default T50357meta-androcto
2017-04-29MeasureIt: Missed needless from import in previous commitlijenstina
Like the title says, AddonPreferences was called separately Note: there is the import sys and os that should be maybe removed, however that needs more checking Sorry for the noise
2017-04-29MeasureIt: Update Panel Rename, replace imp calllijenstina
Bumped version to 1.6.9 Imports as Tuples Replace the deprecate imp call with importlib As a part of the task T50726: Update the Panel rename code to more generic one
2017-01-08Measureit, change Tab name to Display 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-09-20Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-08-15measurit: unify change tab categorymeta-androcto
2016-08-12MeasureIt: Cleanup - Remove unnecessary lineAntonioya
2016-08-12MeasureIt: Add text to panelAntonioya
2016-08-10update measureit: add rename tab categorymeta-androcto
2016-08-10MeasureIt: Remove warning lineAntonioya
2016-08-10MeasureIt: Fix error rendering measures if file was not savedAntonioya
Now the temp default folder is used to generate temporary output for render. This works if the file was not saved.
2016-08-09MeasureIt: Change version to identify addon for Blender 2.78Antonioya
2016-08-09MeasureIt: Enable error catch to avoid hidden errors in big try except blockAntonioya
In some situations an unexpected error could appear in OpenGL. This try block catch this error and finish smoothly the routine and print a error message in the console to avoid the error keeps hidden, specially if some API change.
2016-08-09MeasureIt: Cleanup - Replace generic importAntonioya
2016-08-08clean up bl_info, add wiki linksmeta-androcto
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