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
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2015-01-20Cleanup: warningsCampbell Barton
2015-01-20Another fix for particle instance child lookups, was not subtractingLukas Tönne
2015-01-20Fix for invalid particle pointer access in mixed particle/child loop.Lukas Tönne
2015-01-20Fix for particle instance initial frames.Lukas Tönne
2015-01-20Fix for particle instance modifier: use a stable parallel-transportLukas Tönne
2014-11-29Cleanup: unused headersCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2012-10-24style cleanup: modifier structsCampbell Barton
2012-10-17Fix #32887, ParticleInstance: crash with hidden particle system + children.Lukas Toenne
2012-09-13fix for missing NULL check in own recent commit, thanks Gaia for pointing thi...Campbell Barton
2012-09-12Fix #32338: particle instance modifier did not work well when the mesh had onlyBrecht Van Lommel
2012-07-17use math vector init functionsCampbell Barton
2012-07-06Fix [#31923] Particle instanced objects don't show textures in renderBastien Montagne
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...Campbell Barton
2012-01-06renameCampbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2012-01-05added a function to ensure derived mesh has tessface's, in preparation for re...Campbell Barton
2012-01-03for modifiers that are stull creating MFaces - call CDDM_tessfaces_to_faces r...Campbell Barton
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-05-09quiet more compiler warnings, also found a bug using printf rather then fprintf.Campbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-27modifiers: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
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