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 (Expand)Author
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-04-06Cleanup: use context.path_resolve instead of eval(..)Campbell Barton
2022-03-04Cleanup: unused Python variables & importsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-02Cleanup: comment printing when loading XMLCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-02-24Fix T85915: Cannot save new theme presetCampbell Barton
2020-01-30Fix invalid exception used in 'rna_xml'Simon G
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-11-20Theme: avoid right-shift in XML filesCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2016-07-30Cleanup: pep8Campbell Barton
2015-06-07Cleanup: pep8Campbell Barton
2015-01-29cleanup: pep8Campbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-09-10Fix for rna2xmlCampbell Barton
2012-12-13fix for sequence size mismatch when loading themes, addition of alpha channel...Campbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-25fix [#31703] modules/rna_xml.py: BoolVectorProperty and CollectionPropertyCampbell Barton
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 o...Campbell Barton
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
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
2012-01-01rna_xml module - write colors as hexadecimal values, also swap import/export ...Campbell Barton
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