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-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-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
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-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-17Cleanup: Remove redundant use of evaluated non-mesh objectsHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-07-30Sculpt: fix broken triangle/vertex count for DynTopoJoseph Eagar
2022-06-28Fix textview selection rendering in front of textRed Mser
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-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
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
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-21Cleanup: use BKE_pose_is_layer_visible in more placesPhilipp Oeser
2021-12-16Remove G.relbase_validCampbell Barton
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-10-18Fix T92246: sculpt crash displaying statistics in certain situationsPhilipp Oeser
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-03UI: Add light count to viewport statisticsFalk David
2021-07-08Cleanup: spellingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-16Cleanup: minor simplification to status allocationCampbell Barton
2021-06-16Fix pose-mode statistics with multi-object editingCampbell Barton
2021-06-16Cleanup: sculpt mode checks when calculating statsCampbell Barton
2021-06-16UI - LOCAL View3D overlay statsHarley Acheson
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-09Fix T88799: 3DViewport Stats Column MeasurementsHarley Acheson
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-05Cleanup: use doxy sections for info_ops.cCampbell Barton
2021-05-05Cleanup: quiet warning about description ending with '.'Campbell Barton
2021-05-04"File > External Data" menu improvements and cleanupDalai Felinto