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
2012-03-09fix for api error, thanks to kgeogeoBrendon Murphy
2012-03-05fix for bmesh thanks kgeogeo for reportingBrendon Murphy
2012-01-14remove api field, was never used.Campbell Barton
2011-11-23Fix #29368: export uv layout fails after recent image settings changes.Brecht Van Lommel
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some ↵Campbell Barton
edits), removed so this wont happen again.
2011-10-04api fixesMichael Williamson
2011-09-26corrections for addons to update for trunk.Campbell 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-07-10cleanupCampbell Barton
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
2011-06-03Changed Texture Paint Layer Manager's category to Paint now that dynamic ↵Jonathan Smith
enums are supported again
2011-05-18Changed location text for texture paint layer scriptJonathan Smith
2011-05-17changing category to other fornowMichael Williamson
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-04-30moving texture paint to trunkLuca Bonavita
- renamed: texpaint_ui.py -> texture_paint_layer_manager.py to follow naming conventions - fixed the tracker url [[Split portion of a mixed commit.]]