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-06-26Fix crash on undoing after 8690ea6Antony Riakiotakis
2015-06-20Cleanup: use listbase clearCampbell Barton
2015-06-01Fix T44894: Round two.Bastien Montagne
2015-05-31Fix T44894: Broken packed image import from older .blend file.Bastien Montagne
2015-05-26Images: Solve broken forward compatibility with packed imagesSergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-05-11Outliner: postpone rebuilding the treeCampbell Barton
2015-05-04Button Space: clear pin flag when NULL'ing pointerCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-05-01Fix T44433: print "unknown" rather than "1970-01-01" when .blend date is unkn...Brecht Van Lommel
2015-04-28Curves: don't use 'charidx' for regular curvesCampbell Barton
2015-04-24Multi-View: Time Sequencial (aka pageflip, aka quadbuffer) stereo supportDalai Felinto
2015-04-22Tracking: Fix missing pointer array check when reading plane trackSergey Sharybin
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-14NLA: Store track that the strip being tweaked comes fromJoshua Leung
2015-04-07Cleanup: rename treehash -> outliner_treehashCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-02Add custom properties to sequence stripsCampbell Barton
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-03-19Remove deleted list for palette colorsCampbell Barton
2015-03-12D1171: Use GHash for BHead idname lookupsCampbell Barton
2015-03-12Cleanup: use realloc for entry-array-resizingCampbell Barton
2015-03-12Cleanup: refactor header lookups into functionsCampbell Barton
2015-03-12Cleanup: use POINTER_OFFSET macroCampbell Barton
2015-03-11Cleanup: indentationCampbell Barton
2015-03-09Fix T43337: Group object disappear after appendCampbell Barton
2015-03-06Fix issue reported on irc by Sebastian, crash when undoing and changingAntony Riakiotakis
2015-03-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-02-14Bugfix: Referencing actions from Action Actuator was not setting a userJoshua Leung
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-11Use line curve for cavity mask instead of sharp as default when no curveAntony Riakiotakis
2015-02-11Cavity masking - add curve control to cavity mask and move relevantAntony Riakiotakis
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-01-28Based on Sergey's suggestion, use spinlocks for threaded loading ofAntony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-23cleanup: styleCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Curve-based control for "roughness" (noise displacement) of child hair.Lukas Tönne
2015-01-20Curve-based control for child path tapering.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.Lukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-20Fix for missing initialization of local cloth modifier inside particleLukas 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-20Clear debug_data pointer in local cloth modifier data of the particleLukas Tönne
2015-01-20Partial response force for hair collisions.Lukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-19Cleanup: unused Global flags.Campbell Barton