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
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-20misc warnings/fixesCampbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-11- bpy.data.lamps.new() now takes a type argument since lamp type also sets cl...Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05py api function to tag all ID blocks, was available in 2.4x as.Campbell Barton
2010-12-19Patch from Dan to use id user functions rather then accessing direct. also us...Campbell Barton
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton
2010-11-19bugfix [#24803] Export UV Layout in PNG (default) corrupts BlendfileCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-09-20bugfix [#23910] Removing an object in Py crashes blenderCampbell Barton
2010-09-11new materials and cameras had incorrect usercounts when added from pythonCampbell Barton
2010-08-26bugfix [#23523] OBJ Import still failsCampbell Barton
2010-08-25bugfix/aviodance for [#23488] bpy.types.Texture.type donĀ“t update the parame...Campbell Barton
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-07-13group refcount checking was inconsistent.Campbell Barton
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-06-30add alpha option for new images (operator and function)Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-05-23remove some warnings and remove reference to BF_TIFF_LIB in the help message.Campbell Barton
2010-05-15patch from Dan EicherCampbell Barton
2010-05-15patch from Dan EicherCampbell Barton
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-23py/rna functions for adding and removing curve data.Brecht Van Lommel
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-18Fix [#21657] Blender crashes after importing .obj and selecting a materialMatt Ebb
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-20allow removing datablocks in the rare case of <0 users.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-12rename free_group to free_group_objects since it doesnt free the group its self.Campbell Barton
2010-01-12rna/py apiCampbell Barton
2010-01-11rna/py apiCampbell Barton
2010-01-10Change how 'Main' collection type definitons work so that 'self' can be used ...Campbell Barton
2010-01-10workaround for a problem with rna collection type definitions.Campbell Barton
2010-01-10RNA/Py APICampbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-02- bpy.data.add_armature()Campbell Barton
2009-09-22minor fixes for merge of soc-2009-kazanbas, rev23422Campbell Barton
2009-08-13- 3ds importer working (without the "scale to size" option)Arystanbek Dyussenov
2009-07-03OBJ importer almost converted, except a few features (NURBS, NGON, FGON and s...Arystanbek Dyussenov