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
2016-12-09Depsgraph: Add missing relation for cast modifierSergey Sharybin
2016-12-08Fix crash when opening a Blender file containing Alembic data.Kévin Dietrich
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-18Fix potential NULL dereference in mesh sequence cache modifier.Bastien Montagne
2016-11-11Depsgraph: Fix wrong relation namesSergey Sharybin
2016-11-11Depsgraph: Fix wrong relations in array modifierSergey Sharybin
2016-11-02Depsgraph: Fix some errors printed to the consoleSergey Sharybin
2016-10-30Fix compile errors for when WITH_ALEMBIC is OFF.Kévin Dietrich
2016-10-29Alembic: store a pointer to the object reader in the cache modifiers andKévin Dietrich
2016-10-23Displace modifier: add global/local space option for X/Y/Z/XYZ directions.Quentin Wenger
2016-10-07Collision: skip expensive BVH update if the collider doesn't move.Alexander Gavrilov
2016-09-30Cleanup: Naming in EditNormals modifierSergey Sharybin
2016-09-30Normal edit modifier: Fix relation builder for the new dependency graphSergey Sharybin
2016-09-05Fix T49220: Vertex paint doesn't work with OpenSubdivSergey Sharybin
2016-08-16Fix depsgraph to compute more accurate links for collision & force.Alexander Gavrilov
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-31simplify redundant conditionalsMike Erwin
2016-07-21Cleanup: warningsCampbell Barton
2016-07-14Use BMesh solver for new boolean modifiersCampbell Barton
2016-07-13Boolean Modifier: Add back BMesh optionCampbell Barton
2016-07-11Depsgraph: Fix crash in Weight VG modifierSergey Sharybin
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-07Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-06-06EditNormal modifier: add some 'maximum angle' limit.Bastien Montagne
2016-06-02ShapeKey was missing lattice-flagCampbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-11Depsgraph: Add some missing relationsSergey Sharybin
2016-05-06Cleanup: warningsCampbell Barton
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
2016-04-25Cleanup: use boolCampbell Barton
2016-04-11Fix T48084: Solidify uses alternate quad-directionCampbell Barton
2016-03-25Fix T47928: Crashing save corruption with dynamic paint drip effector groups.Bastien Montagne
2016-03-11Fix crash adding EditNormals modifier to NURBS object (or other types but mesh).Bastien Montagne
2016-03-07Simple Deform modifier: invert vgroup optionCampbell Barton
2016-03-03Docs: comment on poly flipping w/ solidifyCampbell Barton
2016-03-02Cleanup: style, and --help editsCampbell Barton
2016-02-28Fix T42536: Normals modifier: Generated normals can be opposed to face one, n...Bastien Montagne
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-11correct error in last commitCampbell Barton
2016-02-11Disable bmesh-boolean modifier for 2.77 releaseCampbell Barton
2016-01-30Fix T46455: Array modifier could generate chained mapping of vertices, leadin...Bastien Montagne
2016-01-30Fix memory leak in hook modifier's data copySergey Sharybin
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton