Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-25use set's when checking against multiple types.Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-03-26fix [#30657] New UV layers created with Mesh.uv_textures.new reset previous ↵Campbell Barton
ones. adding UV's from python was resetting the active UV layer but not setting the new layer to active, resetting existing UV's.
2012-02-13more tweaks, outline is lighter then the color given so compensate a bit.Campbell Barton
2012-01-17pep8 edits, also remove unused varsCampbell Barton
2012-01-11minor edits to xml presetsCampbell Barton
- check 'SKIP_SAVE' property (used for active theme area which become annoying) - indent presets better
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2012-01-10initial support for XML presets, these have the advantage...Campbell Barton
- missing attributes are ignored and don't error out like they would on a script when the API changes. - don't run code (secure to run from untrusted sources). use xml presets for themes.
2012-01-01rna_xml module - write colors as hexadecimal values, also swap import/export ↵Campbell Barton
order of key config buttons, since they didnt match other uses where import is first.
2012-01-01add the ability to read from XML into RNA for rna_xml moduleCampbell Barton
2012-01-01initial rna <> xml module, copied from dump_rna2xml.py, not yet functional Campbell Barton