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-11-08Cleanup: format, remove commented code & unused variableCampbell Barton
2022-11-07Fix Curves Smooth modifier appears to be able to act on control pointsPhilipp Oeser
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-18Curves: Remove CurveEval and old Spline typesHans Goudey
2022-08-24Cleanup: Fix typo in commentHans Goudey
2022-08-17Cleanup: Fix outdated comments referring to DispListHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-04Cleanup: Remove unused functionHans Goudey
2022-06-25Curves: Skip CurveEval in legacy curve conversionHans Goudey
2022-04-22Fix T96498: Modifiers affect multiple curve objectsHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-05Curves: Port legacy curve viewport drawing to the new data-blockHans Goudey
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
2022-03-08Cleanup: Rename geometry set "curve" to "curves"Hans Goudey
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
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