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
2022-10-14Cleanup: fix typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
2022-07-28MeasureIt: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-03-01Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-03-01Cleanup: Use `BLENDER_MANUAL_URL` prefixAaron Carlisle
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
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-25Merge branch 'blender-v2.90-release'Philipp Oeser
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
2020-07-31Measureit: Fix unreported missing scene scale in arcsAntonio Vazquez
The scale of the scene was not applied to the arcs. This fix is related to D8418, but with minor changes.
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.