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
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-15Fix meta-ball bound-box calculation reading past buffer boundsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-02Cleanup: Rename curve struct fieldsHans Goudey
2021-11-29Fix T93384: Objects with Constraints to curves have wrong locations on file loadSergey Sharybin
2021-11-24Fix T90808: wrong BoundBox after undo curve selectionGermano Cavalcante
2021-11-05Fix T92815: Incorrect handling of evaluated meshes from curvesHans Goudey
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Fix D12533: Simplify curve object to mesh conversionHans Goudey
2021-09-17Cleanup: Pass const mesh argumentHans Goudey
2021-09-11Cleanup: Remove no-op/unused codeHans Goudey
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-13Cleanup: remove use of BKE_mesh_calc_normals_mapping_simpleCampbell Barton
2021-07-28Fix T90154, T90213: curve issues since recent cleanup commitPhilipp Oeser
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-06-29Cleanup: Use function name for allocation stringsHans Goudey
2021-06-29Curves: Avoid duplication of control points during evaluationHans Goudey
2021-06-29Cleanup: Avoid freeing curve evaluation data twiceHans Goudey
2021-06-29Cleanup: Split curve and surface data evaluation functions, renameHans Goudey
2021-06-29Cleanup: Order return arguments last, use r_ prefixHans Goudey
2021-06-28Cleanup: Replace paranoid check with assertHans Goudey
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-14Cleanup: Reduce indentation from redundant checkHans Goudey
2021-06-14Cleanup: Order return argument lastHans Goudey
2021-06-08Fix test failure caused by earlier cleanup commitHans Goudey
2021-06-08Cleanup: Order return argument lastHans Goudey
2021-06-07Cleanup: Use const arguments, return by valueHans Goudey
2021-06-07Cleanup: Make function staticHans Goudey
2021-06-07Cleanup: Remove outdated/useless commentsHans Goudey
2021-06-07Cleanup: Remove unused function, make function privateHans Goudey
2021-06-07Cleanup: Decrease variable scopeHans Goudey
2021-04-26Cleanup: Move displist.cc to C++Hans Goudey