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
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-13Cleanup: styleCampbell Barton
2015-04-13Minor edits of python class documentation (regarding ID tagging)Gaia Clary
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-01-12Cleanup: add missing MovieClip entry in RNA's id_type_items, and respect alph...Bastien Montagne
2014-10-07RNA: id enum was incompleteCampbell Barton
2014-08-05Add RNA access to packed librariesCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-03Icon for LineStyleCampbell Barton
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2013-09-26Fix for the name of line style ID blocks, from "FreestyleLineStyle" to "Line ...Tamito Kajiyama
2013-09-26Use the brush icon rather than the particle icon for ID-block type of Freesty...Irie Shinsuke
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-13make materials.pop() and more like pythons list.popCampbell Barton
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-10code cleanup:Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-08-12Merged changes in the trunk up to revision 49797.Tamito Kajiyama
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-19Merged changes in the trunk up to revision 46787.Tamito Kajiyama
2012-05-17added readonly rna ID attribute ID.is_library_indirect, so python can tell if...Campbell Barton
2012-05-13patch [#31434] IDMaterials.pop/append() UI update from consoleCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-12Merged changes in the trunk up to revision 44039.Tamito Kajiyama
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel