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.
2020-08-25Fix T80102: MeasureIt alpha missingv2.90.0Philipp Oeser
bgl.glClearColor needs to be called prior bgl.glClear in 2.90. Maniphest Tasks: T80102 Differential Revision: https://developer.blender.org/D8703
2018-12-06MeasureIt: Fix render result.Antonioya
Thanks to Jacques Lucke for help me to fix this area.
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-04-15MeasureIt: code cleanupNBurn
2017-08-11Fix T52236 for MeasureIt: fixes remapping errorNBurn
Closes T52236 by fixing the last remaining bug (Bug 2) in the task description (Error in remapping process). Also removes Blender version check.
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.
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: 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