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
2012-01-22Merged changes in the trunk up to revision 43585.Tamito Kajiyama
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-04Comments and other text editing:Joshua Leung
2011-10-30Fix for warnings about period at the end of description strings forTamito Kajiyama
2011-10-30Merged changes in the trunk up to revision 41368.Tamito Kajiyama
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-11Merged changes in the trunk up to revision 40911.Tamito Kajiyama
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-21Merged changes in the trunk up to revision 40413.Tamito Kajiyama
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-04Merged changes in the trunk up to revision 39826.Tamito Kajiyama
2011-08-013D Audio GSoC:Joerg Mueller
2011-06-11Merged changes in the trunk up to revision 37388.Tamito Kajiyama
2011-05-31tag unused rna args.Campbell Barton
2011-04-17Merged changes in the trunk up to revision 36199.Tamito Kajiyama
2011-04-11py api: bpy.data.is_dirty wasn't working like image is dirty, instead is woul...Campbell Barton
2011-03-06Merged changes in the trunk up to revision 35367.Tamito Kajiyama
2011-02-28fix for inconsistency reported as bug [#26245] bpy.data.keys collides with th...Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-26Merged changes in the trunk up to revision 35203.Tamito Kajiyama
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-10-19Merged changes in the trunk up to revision 32565.Tamito Kajiyama
2010-10-13python api:Campbell Barton
2010-09-07* Merged changes in the trunk up to revision 31789.Tamito Kajiyama
2010-09-02rna context renameCampbell Barton
2010-08-28Merged changes in the trunk up to revision 31630.Tamito Kajiyama
2010-08-27move dopesheet UI template from C to pythonCampbell Barton
2010-08-18Merged changes in the trunk up to revision 31440.Tamito Kajiyama
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-09Merged changes in the trunk up to revision 31190.Tamito Kajiyama
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-06-26A step toward a new user-friendly GUI for manipulating line style parameters.Tamito Kajiyama
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-05-03Fix [#22199] Cloth Cache Panel > Disk Cache doesn't workMatt Ebb
2010-04-02RNA Property debug in Main, mapped to G.f's G_DEBUGMartin Poirier
2010-03-24remove unused rna includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-10workaround for a problem with rna collection type definitions.Campbell Barton
2010-01-10RNA/Py APICampbell Barton
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-17- access console languages as modules rather then having the py operator call...Campbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-09-16- bpy.data.sounds was a collection of ID's rather then SoundsCampbell Barton
2009-09-06Python part of multidim. array support for RNA complete.Arystanbek Dyussenov
2009-08-27Grease Pencil: RNA WrappingJoshua Leung