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-05Make limits of sequencer scaling a bit more saneAntony Riakiotakis
2015-03-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-02-26Fix T42506 sequencer not limiting zoom.Antony Riakiotakis
2015-02-23Fix T43740: 'Back to Previous' failed on reloadCampbell Barton
2015-02-19BGE: Fix T41502 Path following jumpingJorge Bernal
2015-02-15Cleanup: BLI_listdir (direntry): get rid of usage of raw malloc/free here.Bastien Montagne
2015-02-14Bugfix: Referencing actions from Action Actuator was not setting a userJoshua Leung
2015-02-13Fix issue with some files having non-unique modifier namesSergey Sharybin
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-11FileBrowser: Editable Bookmarks.Bastien Montagne
2015-02-09Fix T43424: undo changes the active sceneCampbell Barton
2015-02-06Cleanup: styleCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-03Compositor: Implement sampled motion blur for plane track deform nodeSergey Sharybin
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell 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-24Cleanup: styleCampbell Barton
2015-01-23cleanup: styleCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Fix for incorrect DNA field name in versioning, causes constantLukas Tönne
2015-01-20Use separate flags to enable/disable clump and roughness curves forLukas Tönne
2015-01-20New texture influence option for particle kink amplitude (as opposed toLukas Tönne
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-20Optional clumping noise feature for simulating twisted hair strands.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-20Merge branch 'hair_immediate_fixes' into gooseberryLukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-20Added separate damping for bending springs.Lukas 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-20Made the voxel grid size for hair interaction configurable and increasedLukas 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
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2015-01-15Revert "Make version_update() callback being invoked when linking/appending d...Sergey Sharybin
2015-01-13Make version_update() callback being invoked when linking/appending datablocksSergey Sharybin
2015-01-07Followup to fe3e000: no need to exit pose mode on operator redoSergey Sharybin
2015-01-07cleanup: de-duplicate codeCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-30Fix T42780: Object linking allows to have linked armatures in pose modeSergey Sharybin
2014-12-27Fix typo in angle commit, noticed by Kevin Dietrich, thanks!Antony Riakiotakis