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
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