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-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-11Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-11Fix (unreported) bad handling of reports in `libraries.load` code.Bastien Montagne
2021-11-09Expose BLI_string_flip_side_name as bpy.utils.flip_nameDemeter Dzadik
2021-11-08Cleanup: Grammar in commentsHans Goudey
2021-11-05Fix GCC warnings after own recent commitJulian Eisel
2021-11-05Cleanup: Remove misleading commentJulian Eisel
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
2021-11-05Correct assert checking gizmo typeCampbell Barton
2021-11-05Fix PyAPI integer conversion error handlingCampbell Barton
2021-11-02Fix T92532: Missing null checks in IDPropertyManager.update_fromHans Goudey
2021-10-26Cleanup: Clang formatAaron Carlisle
2021-10-23Docs: Fixes and improvements in API documentationXavier Cho
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-12Fix leak on exit when WITH_PYTHON_SAFETY is enabledCampbell Barton
2021-10-11Fix T90634: Gizmo.target_set_value() crash without a valid propertyCampbell Barton
2021-10-11Cleanup: add utility functions to parse gizmos and target propertiesCampbell Barton
2021-10-11Doc: expand on docstring for PyC_Long_AsBoolCampbell Barton
2021-10-08Docs: note that message-bus subscribers are reset on file loadCampbell Barton
2021-10-08Py doc: document msgbus subscriptions clearing on blendfile loadSybren A. Stüvel
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-03Cleanup: spelling in stringsCampbell Barton
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-16Fix memory leak if an error occurred assigning id-property sequenceCampbell Barton
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