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
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-09-08Refactor: move library linking arguments into a parameter structCampbell Barton
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-07Cleanup: Clang Tidy, readability-inconsistent-declaration-parameter-nameSybren A. Stüvel
2020-09-07Cleanup: include missing header files in CMakeCampbell Barton
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-09-06Cleanup: GPU: Rename GPU_element to GPU_index_bufferClément Foucault
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-09-02PY API doc: fix doc for new override option of properties.Bastien Montagne
2020-09-02UI: add back Layout.introspectCampbell Barton
2020-09-01PyAPI: expose 'bl_options' for operators in bpy.opsCampbell Barton
2020-09-01PyAPI: prevent leading comma when printing some enumsCampbell Barton
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-18GPUShader: GL backend isolationClément Foucault
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-17Fix error in recent bpy_interface.c split (missed moving define)Campbell Barton
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-17Cleanup: Pass 'FILE *' instead of 'void *' for BPY_python_backtraceCampbell Barton
2020-08-17Cleanup: split BPY_extern_python into it's own headerCampbell Barton
2020-08-17Cleanup: sort CMake path listsCampbell Barton
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-13Cleanup: clang-formatCampbell Barton
2020-08-11Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-11Python: don't remove existing context overrides when calling an operatorJacques Lucke
2020-08-10Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: PyBGL, Clang-Tidy readability-function-size fixesSybren A. Stüvel
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Workaround release builds failingCampbell Barton
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Python: include Python stack trace in the crash logDaniel Bailey
2020-08-06Cleanup: use doxy sections for py_capi_utils.cCampbell Barton
2020-08-03Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-03Fix parameters in bpy.props.StringProperty Python API docsnutti
2020-08-02Docs: add translation keyword argument default for msgctxtnutti
2020-08-02Cleanup: localize creator.c definitionsCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-30GPUBatch & GPUImmediate: Use GPUShader instead of using raw OGL handleClément Foucault
2020-07-29Docs: add translation keyword argument default for msgctxtnutti