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
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-09Fix T88799: 3DViewport Stats Column MeasurementsHarley Acheson
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-04-25Revert "Info Editor: move to c++"Ray Molenkamp
2021-04-24Info Editor: move to c++Jacques Lucke
2020-12-04UI: Add sculpt stats to statusbarPablo Dobarro
2020-12-01Cleanup: De-duplicate object mullptr checksSergey Sharybin
2020-12-01Fix T83275: Crash with scene statics and empty scenePablo Dobarro
2020-12-01UI: Add Sculpt Session info to statsPablo Dobarro
2020-10-28UI: Misc Label and Description ChangesYevgeny Makarov
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-19Fix T79816: Restore scene.statistics() BPY functionHans Goudey
2020-07-18UI: Status Bar Statistics and Other OptionsHarley Acheson
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-04-30UI: Statistics Visual ChangesHarley Acheson
2020-04-24UI: Move Scene Statistics to the 3D ViewportHarley Acheson
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: typo in commentPhilipp Oeser
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-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
2019-11-27Fix T71000: Statistics don't take collections hidden state into accountDalai Felinto
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-09UI: Format Memory Strings in BinaryHarley Acheson
2019-08-17Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-05-31Fix T65278: Stats info and instancing "misinformation"Dalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Fix T61469: wrong object statistics when using instances.Brecht Van Lommel
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: remove features incompatible with new system.Brecht Van Lommel
2019-01-28Make scene statistics to respect locked interfaceSergey Sharybin
2018-12-18Fix T59478: Information Bar Missing Data when in Sculpt ModeSergey Sharybin
2018-12-18Cleanup: Reduce indentation levelSergey Sharybin
2018-12-01Fix T58412: in weight paint + pose mode certain armature operations crash.Alexander Gavrilov