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-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2015-03-13Fix T43803: Crash playing smoke animation, when linked as group instanceSergey Sharybin
2015-03-11Cleanup: styleCampbell Barton
2015-03-09Fix T43891: Skin modifier inverts some facesCampbell Barton
2015-02-26Fix T43643: Solidify crashes with 'only-rim'Campbell Barton
2015-02-24Modifier: no need to calloc (immediately filled)Campbell Barton
2015-02-18Fix T43716 regression in mask modifier - edges could access out ofAntony Riakiotakis
2015-02-15Fix T43671: Playing with Mix Factor of Data Transfer Modifier Is Overwritting...Bastien Montagne
2015-02-11Minor optimization for mask modifierCampbell Barton
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-06cleanup: styleCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-06Cleanup: styleCampbell Barton
2015-02-05Custom Loop Normals: Add NormalEdit modifierBastien Montagne
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-02-03Add inverse-square blending for PET and warpCampbell Barton
2015-02-02Warp modifier: remove redundant NULL checkCampbell Barton
2015-02-02Warp modifier: avoid sqrt checking radiusCampbell Barton
2015-02-02Fix T43524: Warp modifier curve clamped to 0-1Campbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-30Fix T43324: Shrinkwrap projection issue in editmode.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Cleanup: warningsCampbell Barton
2015-01-20Fix for particle system copy: This has to make sure the ORIGSPACE dataLukas Tönne
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-20Randomness factor for hair bending stiffness.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
2015-01-20Basic solver result feedback from the mass-spring (cloth/hair) solver.Lukas Tönne
2015-01-20Added new data in the cloth modifier for hair root information.Lukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2015-01-12Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same...Bastien Montagne
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-07Fix for bool flag useCampbell Barton
2015-01-06Remove slurph shape-key featureCampbell Barton
2015-01-04cleanup: use 'coords' abbreviation for functions.Campbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-02Fix T42767: Subsurfacing union boolean with same-named UVs crashes BlenderSergey Sharybin
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Compile Fix: BKE_mesh.h is needed for the BKE_MESH_OMP_LIMIT defineJoshua Leung
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-18Fix T42608: Mesh deform modifier for curve fails in renderSergey Sharybin
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton