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
2013-10-17Patch [#37115] Surface split and separate operatorsKevin Mackay
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-09-16move editcurve add functions into their own source file editcurve_add.cCampbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-08-19Remove unused argument from utility curve functionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
2013-05-13fix [#35335] Crash when rendering a text object with a remesh modifier and a ...Campbell Barton
2013-04-05Fix #34867: cycles viewport render did not respect viewport visibility forBrecht Van Lommel
2013-03-20add option to convert grease pencil into poly line directly.Campbell Barton
2013-03-09code cleanup: was using var named 'in' for output.Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-09-16speedup for vertex parent lookups, were looping over array elements when it w...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-03Fix #29005: Bezier/Surface Datablock switching bug?Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-07-31fix for material slot removal (r38879)Campbell Barton
2011-03-28particles & vector-font: floats were being implicitly promoted toCampbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-11Fix #24643: Nurbs Surface Preview resolution overrides render resolutionSergey Sharybin
2010-09-30rename makeknots to nurbs_knot_calc_u/vCampbell Barton
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
2010-08-03set origin was setting surfaces as 2D curves, added dupli-group support using...Campbell Barton
2010-08-01bugfix'sCampbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-03-26Fixed incorrect rendering result when bevel object has got modifiersSergey Sharybin
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-10-22Shape KeysBrecht Van Lommel
2009-09-11svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r23043:23119Campbell Barton
2009-09-10Curve cleanupCampbell Barton
2009-09-08Made Nurb->type only store the type rather then mixing the type with flags.Campbell Barton
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-14Bugfix #18108Ton Roosendaal
2009-03-31[#18439] Controlling the bevel shape for a text object with a curve no longer...Campbell Barton
2009-03-28removed unneeded arg from makeknots() and replaced some numbers with definesCampbell Barton
2009-01-232.5Ton Roosendaal