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-09-13GPUShader: Expose name for debugging & identifying shadersJon Denning
2021-09-10Python: extra check on `BPY_thread_save()` to ensure proper GIL handlingSybren A. Stüvel
2021-09-10Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-09-09Cleanup: clarify comment about the use of `_PyThreadState_UncheckedGet()`Sybren A. Stüvel
2021-09-09Cleanup: remove newlines from logging textCampbell Barton
2021-09-09Fix GPU Buffer not allowing uint values greater than one byteGermano Cavalcante
2021-09-08Fix T91255: IDProperty UI as_dict() returns step as default valueHans Goudey
2021-09-03Fix T87768: `.path_resolve` fails when requested property is None.Campbell Barton
2021-09-03PyAPI: add read-only 'is_valid' attribute to mathutils typesCampbell Barton
2021-09-02Revert "PyAPI: GPU Shader: add 'state' parameter to uniform sampler"Germano Cavalcante
2021-09-02Cleanup: GrammarHans Goudey
2021-09-02Cleanup: de-duplicate logic in bpy keyframing logicCampbell Barton
2021-09-02Cleanup: spelling in commentsCampbell Barton
2021-09-01Fix strict warning about discarding const qualifierSergey Sharybin
2021-09-01PyAPI: GPU Shader: add 'state' parameter to uniform samplerGermano Cavalcante
2021-09-01Cleanup: use doxygen sections in py_capi_rna.cCampbell Barton
2021-09-01Cleanup: use "pyrna_enum_*" prefix for RNA utility functionsCampbell Barton
2021-09-01Cleanup: move RNA utility functions into a generic moduleCampbell Barton
2021-08-31Fix T91088: Assigning custom property value in python resets UI dataHans Goudey
2021-08-31Cleanup: Reduce variable scopeHans Goudey
2021-08-31Fix: Output int for precision in UI data as_dict methodHans Goudey
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-31PyDoc: Fix compliation warningAaron Carlisle
2021-08-30Docs: GPU Shader: improvementsGermano Cavalcante
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-26PyAPI: GPU: expose clip distancesGermano Cavalcante
2021-08-26Fix issues with absolute time unitPhilipp Oeser
2021-08-24Fix reporting Python reference leaks with WITH_PYTHON_SAFETYCampbell Barton
2021-08-20DocPy: Cleanup missing newline resulting in wrong html generationAaron Carlisle
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-08-17Docs: add API docs for gpu.capabilitiesnutti
2021-08-17Cleanup: clang-formatCampbell Barton
2021-08-17Docs: add API docs for gpu.platformnutti
2021-08-17Cleanup: compiler warningsCampbell Barton
2021-08-16PyAPI: GPUShader: make 'uniform_vector_*' less restrictedGermano Cavalcante
2021-08-16PyAPI: GPU Buffer: Buffer protocol supportGermano Cavalcante
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-13PyAPI: remove the .py extension requirement for startup registrationCampbell Barton
2021-08-12RNA: include base types in RNA_struct_type_find_property searchCampbell Barton
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11PyAPI: GPU: Expose builtin shadersGermano Cavalcante
2021-08-11PyAPI: report unreleased ID's with WITH_PYTHON_SAFETY enabledCampbell Barton
2021-08-10Fix T89253: template_list allows arbitrary data changesGermano Cavalcante
2021-08-09PyAPI: resolve build error with Python 3.10Campbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-08-07PyDoc: Fix poll_message_set API documentation to consistent with Python stylenutti
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05Fix slicing with negative indicesCampbell Barton
2021-08-05Fix T89450: Crash slicing BMEditSelSeqCampbell Barton