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-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-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
2019-06-25Fix T66107: Error when numpy arrays are defined in math-vis add-onCampbell Barton
2019-03-31fix:stacktrace after disable/enable addonGaia Clary
2017-06-21Math Vis Console: Cleanuplijenstina
Bumped version to 0.2.1 Pep8 cleanup Imports as tuples Removed some unused imports Update wiki link
2016-12-01Improved the user interface by addding a list widget to mathVis. Also got ↵Gaia Clary
rid of the global variables
2016-12-01patch D2380 Added display options for the Math Vis AddonGaia Clary
2012-12-20update for changes to the rna apiCampbell Barton
2011-12-30update for chanes in the python apiCampbell Barton
2011-10-17fix for error with math vis module for 4x3 matriciesCampbell Barton
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-02-05update for changes in mathutuils.Campbell Barton
2011-01-18ensure vector/matrix sizes are usable.Campbell Barton
2010-11-22tool to visualize console mathutils varsCampbell Barton