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-07-28Math Vis: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-06-30Cleanup: fix various typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15328
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-09-06T91111: possible out of range when iterating over Math Vis item listGaia Clary
While preparing T91111 i found an issue with out of date index after my recent changes. The problem is: bpy.context.window_manager.MathVisProp can be "0" even when the list is actually empty. This patch fixes the index issue, although the true cause might still be found elsewhere. there is more to fix, so this is only a first step to a complete fix. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D12390
2021-09-01MathVis: Mark the selected display item with an active colorGaia Clary
When the number of items defined in MathVis grows, then finding a specific item in the ViewPort becomes more difficult. One way to "solve" this is by limiting the number of displayed items. This patch adds another way by color marking the selected item in the MathVis list widget with an 'active' color I have implemented this for matrix bounding boxes and vectors. Benefit: this way you can quickly step over the list and see which item highlights in the viewport. Example: {F10357951} Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D12360
2021-08-31Expand type check in MathVis to also allow subclasses.Gaia Clary
MathVis currently only checks objects for basic classes (Matrix, Vector, Quaternion, Euler) This patch adds also derived classes of the basic classes.\ This makes it possible to use custom classes together with MathVis. Differential Revision: https://developer.blender.org/D12349
2021-08-30When deleting a variable from the console, the MathVis data is not updated. ↵Gaia Clary
When later trying to remove the data from MathVis we see a stack trace. This patch takes care to update the MathVis list instantly via the VarStates:store_states() hook
2020-04-06Cleanup: pep8Campbell Barton
2020-04-06Fix incorrect UI list ID in mathvis addonCampbell Barton
Error in 2896210678ce9f6fe7a8bd93457e38a2c1bfc17f
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-10-29fix manual linksmeta-androcto
2019-10-123d view addons: add manual linksmeta-androcto
2019-09-23Addons: fix dpi preference value for blf.size D5793meta-androcto
2019-08-20space_view3d_math_vis/draw: Use ui_scale + dpi : D5455meta-androcto
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-06-25Fix T66107: Error when numpy arrays are defined in math-vis add-onCampbell Barton
2019-04-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
2019-04-01new: MathVis: Added option to display points and lines in frontGaia Clary
2019-04-01refactor: MathVis: replaced color definitions by constants, changed point ↵Gaia Clary
color to improve visibility
2019-03-31fix: blender 2.80 class name conventionsGaia Clary
2019-03-31fix:stacktrace after disable/enable addonGaia Clary
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.
2018-10-30port "Math Vis (Console)" addon to Blender 2.8Jacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D3795
2018-07-14Cleanup: pep8Campbell Barton
2018-07-14math_vis: remove use of register_moduleCampbell Barton
2017-09-04Remove redundant len checkCampbell Barton
2017-09-03fix T52642: math_vis - avoid eror message when defining an empty array in ↵Gaia Clary
the blender console.
2017-06-21Math Vis Console: Cleanuplijenstina
Bumped version to 0.2.1 Pep8 cleanup Imports as tuples Removed some unused imports Update wiki link
2017-01-15Changed location string to match with the recent location changes. Renamed ↵Gaia Clary
the Panel for more clarity
2017-01-07add to T50357: moved console var panel from Tool shelf to scene propertiesGaia Clary
2016-12-14Grr, missed this UI message fix in previous commit.Bastien Montagne
2016-12-14Usual UI messages fixes/tweaks.Bastien Montagne
2016-12-01Improved the user interface by addding a list widget to mathVis. Also got ↵Gaia Clary
rid of the global variables
2016-12-01fix: added proper register/unregisterGaia Clary
2016-12-01D2380: Bumped up Math Vis version to 0.2Gaia Clary
2016-12-01patch D2380 Added display options for the Math Vis AddonGaia Clary
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-23remove warning textCampbell Barton
2012-12-20update for changes to the rna apiCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31updaye for column major matrixCampbell Barton
2011-12-30update for chanes in the python apiCampbell Barton