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
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
2011-10-17fix for error with math vis module for 4x3 matriciesCampbell Barton
2011-09-19fix for mathvis addonCampbell Barton
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-05-02correct operator description.Campbell Barton
2011-04-21description for demo mode.Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-11minor cleanup.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-05update for changes in mathutuils.Campbell Barton
2011-02-01And again, polishing off some more that I missed.Jonathan Smith
2011-01-18ensure vector/matrix sizes are usable.Campbell Barton
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
READ THIS TO AVOID A LOT OF WORK! New way of linking to tracker pages: just use the parameter "aid" (artifact ID), to avoid a lot of manual updates later in wiki and svn. Example: ========= OLD WAY TO LINK TO TRACKER ----------------------------- Complete url of a script in Upload http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=467 If we move this in contrib this url will become http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=468 467 becomes 468, so we have to update this in wiki page. Later on, when this moves into Trunk, the url will become http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=469 468 becomes 469, so we have to update the url in wiki page and svn. Annoying! NEW WAY TO LINK TO TRACKER ----------------------------- Best way to link to tracker page is using: http://projects.blender.org/tracker/index.php?func=detail&aid=25349 Use "func=detail" Use "aid" (which is the "artifact ID") DON'T use "group_id" (which is the project ID, bf-extensions is project 153) DON'T use "atid" (which is the "artifacts tracker ID") Like this, the url is unique, and we will avoid to update wiki pages and svn after moving pages [[Split portion of a mixed commit.]]
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-08updates for changes in blenders apiCampbell Barton
2010-11-22SVN maintenance.Guillermo S. Romero
2010-11-22tool to visualize console mathutils varsCampbell Barton