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-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: fix compiler errorsJacques Lucke
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-17Cleanup: Remove redundant use of evaluated non-mesh objectsHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-07-30Sculpt: fix broken triangle/vertex count for DynTopoJoseph Eagar
2022-06-14Fix T98813: crash with GPU subdiv in edit mode and instanced geometryBrecht Van Lommel
2022-04-27Fix T96434: bad performance with viewport statistics and GPU subdivisionKévin Dietrich
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2021-12-21Cleanup: use BKE_pose_is_layer_visible in more placesPhilipp Oeser
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-10Cleanup: Move info_stats.c to C++Hans Goudey
2021-04-25Revert "Info Editor: move to c++"Ray Molenkamp
2021-04-24Fix windows build: Don't use designated initializers in C++Hans Goudey
2021-04-24Info Editor: move to c++Jacques Lucke