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-11-08Merged changes in the trunk up to revision 51985.Tamito Kajiyama
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-28Fix for freeing node trees that are part of other data blocks (material, worl...Lukas Toenne
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
2012-09-14fix for 2 crashes freeing masksCampbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-29code cleanup: add utility function BLI_path_is_rel()Campbell Barton
2012-08-22all areas of blender now do node tree id user count management, except for so...Campbell Barton
2012-08-22node tree functions for copy/free now support optional ID user count management,Campbell Barton
2012-08-02Merged changes in the trunk up to revision 49478.Tamito Kajiyama
2012-07-31changes to mask editingCampbell Barton
2012-07-27copy support for mask datablocksCampbell Barton
2012-07-14Merged changes in the trunk up to revision 48893.Tamito Kajiyama
2012-07-08style cleanupCampbell Barton
2012-07-03Merged changes in the trunk up to revision 48505.Tamito Kajiyama
2012-06-25style cleanupCampbell Barton
2012-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-06style cleanupCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-07Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly us...Sergey Sharybin
2012-05-06style cleanup: blenkernelCampbell Barton
2012-05-06add back pose specials menu, also add back the ability to clear user transfor...Campbell Barton
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-04-14Merged changes in the trunk up to revision 45619.Tamito Kajiyama
2012-04-06Fix #30798: when linking a datablock, it got simply added to the back of theBrecht Van Lommel
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton