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
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-29MeasureIt: Apply world scale to AreaAntonio Vazquez
This is part of T68964
2019-11-02measureit: fix manual linkmeta-androcto
2019-10-123d view addons: add manual linksmeta-androcto
2019-09-233d View addons: close tabs by default: T70017meta-androcto
2019-09-23Addons: fix dpi preference value for blf.size D5793meta-androcto
2019-09-02Fix T68964: Measureit Area computation errorAntonio Vazquez
The area was wrong when the scale was used because the scale was applied to the area, not to the sides of the are to compute.
2019-08-20measureit_geometry: Use ui_scale + dpi : D5455meta-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-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
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-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