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
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-03-03PyAPI: API for selectively writing data-blocksCampbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: duplicate headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-08-11Fix T40766: Startup fails with UnicodeDecodeError on WindowsCampbell Barton
2014-06-17New python API for units handling.Bastien Montagne
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
2013-06-24use booleans for bpath api.Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
2012-11-08Merged changes in the trunk up to revision 51985.Tamito Kajiyama
2012-11-05hopefully fixes building on msvc, also some minor header editsCampbell Barton
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
2012-09-29correct addon example, it used both __doc__ and bl_descriptionCampbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
2012-08-20fix for own error in bpy.utils.blend_paths() arg parsing.Campbell Barton
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-21style cleanupCampbell Barton
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-27style cleanup: py apiCampbell Barton