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-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
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-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
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
2012-03-20Some advanced particle rotation modes and reorganization of the rotation panel:Janne Karhu
2012-03-18spelling cleanupCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-19fix for bug where particle system would fail when the original mesh had no te...Campbell Barton
2012-02-15went over all uses of mesh->mface and added BMESH_TODO comments forCampbell Barton
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-12Fix [#29530] Changing to particle mode could crash in some casesJanne Karhu
2012-02-12Fix [#29265] Particle Instance: Create Along Paths + Children inconsistent wi...Janne Karhu
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-02-05sync changes from trunk.Campbell Barton
2012-02-05Code Cleanup: minor changes & sync with bmesh.Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-30svn merge ^/trunk/blender -r42973:42991Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-10svn merge ^/trunk/blender -r42521:42550Campbell Barton
2011-12-09function de-duplicate, particle.c had 'vert_weight' which serves the exact sa...Campbell Barton
2011-11-30svn merge ^/trunk/blender -r42261:42290Campbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-26svn merge ^/trunk/blender -r42139:42172Campbell Barton
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-16svn merge -r41899:41926 ^/trunk/blender. also sync mempool with trunk and mov...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-11svn merge -r41722:41723 ^/trunk/blenderCampbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-07minor editsCampbell Barton