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-07-10Merge from turnk r48565-r48768Daniel Genrich
2012-05-20Merge from trunk r46614-r46814Daniel Genrich
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-06style cleanup: blenkernelCampbell Barton
2012-05-06Removing the old armature 'deform' settings (use vertex groups/envelopes/quats).Joshua Leung
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-03-26Fix for truncation of 64-bit CustomDataMasks.Nicholas Bishop
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-28bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.Campbell Barton
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-22fix for uninitialized stack variable in displaying the modifier template.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-14add UNUSED() to modifiers, also removed some unused args.Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-09-09== Multires ==Nicholas Bishop
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-13added include for offsetof(), also use <string.h>, not "string.h"Campbell Barton
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-04-25re-arrange modifier and blenkernel to overcome some linking problems that sto...Campbell Barton
2010-04-22rna: added lib.parent access and made filename editable.Campbell Barton
2010-04-22Fix [#22078] Cannot apply modifier in python (context error)Matt Ebb
2010-04-14there were duplicate modifier init's, harmless but better remove.Campbell Barton
2010-04-12more header cleanupsCampbell Barton
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-12[#14437] Modifier Stack RefactorCampbell Barton
2010-04-11Solidify ModifierCampbell Barton
2010-04-08no functional changeCampbell Barton
2010-04-06"Fix" for [#21591] Explode modifier bugJanne Karhu
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2786...Campbell Barton
2010-03-31bugfix [#21743] Incorrect Rim Normals with Screw mod and Solidify Mod on a Cu...Campbell Barton
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel