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
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-29addons: object select_get syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
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-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
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-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-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-09-03measureit: corrected version numberNBurn
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-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-08-12MeasureIt: Fix wrong location for parented objectsStephen Leger
Prevents objects indexes from being drawn in wrong location when objects are parented to other objects
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-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-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
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