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-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-24Fix T90808: wrong BoundBox after undo curve selectionGermano Cavalcante
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-19Object update: Remove fallback from batch_cache_deform_tagGermano Cavalcante
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-22Cleanup: split BKE_object_batch_cache_dirty_tagGermano Cavalcante
2021-04-16Fix T87441: don't remove custom attributes automaticallyJacques Lucke
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-01-16GPencil: Add new parameteres to transform layersAntonio Vazquez
2021-01-11Fix T83422: Dimensions incorrect after undoing if it has modified geometry.Bastien Montagne
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-07-03Fix T77559 Avoid wrong ob->imat leading to several bugsClément Foucault
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: use tern 'sync' instead of 'synchronization' for function namesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-01-07BMesh: remove BMEditMesh.ob pointerCampbell Barton
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-08-24Fix T66924 : Move GPencil Modifiers evaluation to DepsgraphAntonio Vazquez
2019-08-16Cleanup: spellingCampbell Barton
2019-07-03Fix T66374: Crash when adding non-mesh objectSergey Sharybin
2019-07-03Fix T66366: Multi object edit makes blender crashSergey Sharybin
2019-07-02Fix T65778: Missing selection update with linked objects in edit modeSergey Sharybin
2019-06-13Fix part of T63595: generated texture coordinates don't stick to deforming meshBrecht Van Lommel
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-21Fix T64842: crash rendering files with bevel curvesBrecht Van Lommel
2019-05-13Depsgraph: Use for_render flag for curves from depsgraphSergey Sharybin
2019-04-24Fix T55326: Massive slowdown when animating material in a highpoly meshSergey Sharybin
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-03-28Cleanup: remove unused derivedmesh code.Brecht Van Lommel
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-12Fix T62388: object.visible_get() not affected by object.hide_viewport.Brecht Van Lommel
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-28Split base flags on own and collection-definedSergey Sharybin
2019-02-28Remove unused base flagSergey Sharybin
2019-02-27Move base flags evaluation to its own functionSergey Sharybin