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-07-01RNA: use bool for boolean RNA typesCampbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-10-30Curve Decimate: new tool to simplify bezier curvesCampbell Barton
2017-08-22Depsgraph: Remove placeholder for path evaluationSergey Sharybin
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-10Fix T51665: No orientation for nurbs, polygonsCampbell Barton
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-02-22Fix T50745: Shape key editing on bezier objects broken with Rendered Viewport...Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-03Curve: utility to evaluate entire curveCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-07-09Select Shortest Path for edit-curveCampbell Barton
2015-07-08Add BKE_nurb_bpoint_calc_normalCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-07Fix T44604 bad quality of rake with bezier curves.Antony Riakiotakis
2015-04-30Cleanup: styleCampbell Barton
2015-04-28Add material slot reorder buttonsGaia Clary
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-01-26Fix T41834: Ctrl+LMB, Extrude Curves 2+ splinesCampbell Barton
2014-10-31Code cleanup: synchronize const qualifiers between declaration and definitionSergey Sharybin
2014-10-21Fix T42257: Curve vertex parent not working with animationSergey Sharybin
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-18Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve...Sergey Sharybin
2014-07-17Add helper to validate (and fix) material indices of meshes' polygons, curves...Bastien Montagne
2014-04-08Fix T39635: Crash convening curve to meshCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Code cleanup: BKE_nurbList_handles_set used some strange logicCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-113D Text: textbox selection while in editmodeCampbell Barton
2014-03-01Code cleanup: comment unused code in calchandleNurb_internCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2013-12-23Fix for converting unfilled 3d text into a meshCampbell Barton
2013-12-13Curve Handle Recalculate (Ctrl+N)Campbell Barton
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
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