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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-12Cleanup: moar G.main removal from BKE area.Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-01-20D1873: Customize style for animation motion pathsAntonio Vazquez
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2014-10-23Fix T42367: Spline-ik offset evaluating curveCampbell Barton
2014-06-15Curve: use zero length array for BevList for less confusing syntaxCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-05-04Fix typo (uninitialized var)Campbell Barton
2014-04-11Fix T39266: Weird Skin modifier shutdownSergey Sharybin
2014-02-25Fix T38824: curve which is constrained on a hidden layer causes cycles crashSergey Sharybin
2014-02-20Fix for reading past allocated bounds when calculating pathsCampbell Barton
2014-01-21Code cleanup and structural improvements for dupli generation.Lukas Tönne
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-05Text3d: font family dupli-objects now follow rotation of the curve pathCampbell Barton
2014-01-05Text3d: minor edits to the API, remove BKE_vfont_to_curve_nubase_exCampbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2013-12-28Fix regression T37971: Crash setting recursive dupli-vertsCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-23Dupliverts: avoid calculating normals if not usedCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-09-19fix [#36625] Particle Instances ignores Group offsetsCampbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-08-21code cleanup: bmesh duplicate functionsCampbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-06-25Fix #35846: crash rendering with dupligroups visible in 3D viewport during re...Brecht Van Lommel
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-19Fix #35407: different particle behavior compared to 2.66, reverted part of 56...Brecht Van Lommel
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15Fix #34972: Blender crashes when Force Field-> Curve Guide is createdSergey Sharybin
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-04Fix #34625: duplivert/face rendering with modifier could crash accessing UV andBrecht Van Lommel
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-02-24rigidbody: Fix motion paths calculation being incorrect for rigid bodiesSergej Reich
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-14Bug fix #34230Ton Roosendaal
2013-01-29WhitespaceJoshua Leung