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-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-16Python: disable environment variables by defaultCampbell Barton
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-12-17PyAPI: disable threading hack when fluid is disabledCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-12-13USD: Introducing a simple USD ExporterSybren A. Stüvel
2019-12-11PyAPI: add utility functions get the size from an evaluated stringCampbell Barton
2019-11-28Fix (unreported) broken python resgistrable classes checks logic.Bastien Montagne
2019-11-27Fix T71865: Separating mesh parts breaks shape keysCampbell Barton
2019-11-26PyAPI: add Quaternion.make_compatibleCampbell Barton
2019-11-26Fix T71806: BMElem.copy_from(other) failedCampbell Barton
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-20Cleanup: commentsCampbell Barton
2019-11-20Fix T71680: _PyObject_LookupAttr memory leakCampbell Barton
2019-11-15Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-15Docs: correct indent for to_swing_twist docstringCampbell Barton
2019-11-07Merge branch 'blender-v2.81-release'Bastien Montagne
2019-11-07Cleanup: remove debugging prints for bpy.msgbusCampbell Barton
2019-11-06Mathutils: expose the utility to find the closest point of a triangle.Alexander Gavrilov
2019-10-22Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-22Cleanup: remove BLI_dynstr use in py_capi_utilsCampbell Barton
2019-10-17Cleanup: spellingCampbell Barton
2019-10-16PyAPI: use public API's for module & builtin accessCampbell Barton
2019-10-16Cleanup: define PY_SSIZE_T_CLEAN for PythonCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-10-16Fix for building with Python 3.8Campbell Barton
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-09PyAPI: drop Vector requirement for tessellate_polygonCampbell Barton
2019-10-09PyAPI: avoid normal calculation for tessellate_polygonCampbell Barton
2019-10-07Fix T70537: Documentation: bpygpu_offscreen_draw_view3d_doc not up to dateUlysse Martin
2019-10-04Fix T70481: Segfault printing 'private data' evaluated IDs.Bastien Montagne
2019-10-01Fix ImBuf.load failure showing filename as garbage bytesColin Basnett
2019-09-30Cleanup: use PyC_StringEnum to path access functionsCampbell Barton
2019-09-30ImBuf Py API: implement resize method argumentCampbell Barton
2019-09-30PyC API: utility to parse a string as an RNA like enumCampbell Barton
2019-09-30Cleanup: spellingCampbell Barton
2019-09-25Added missing documentation for `options` parameter in `keyframe_insert()`Sybren A. Stüvel
2019-09-25LibOverride: Fix 'overridable' flag desapearing when setting IDProp from py c...Bastien Montagne
2019-09-25Cleanup: remove override's 'static' references in some py API docs strings.Bastien Montagne
2019-09-23Fix T70177: Crash when calling to_track_quat() without argumentsJacques Lucke
2019-09-23ImBuf: add planes, channels attributesCampbell Barton
2019-09-22Mathutils: expose the swing + twist Quaternion decomposition to Python.Alexander Gavrilov
2019-09-19Fix T70060: Add bgl wrapper for glVertexAttribIPointerJacques Lucke
2019-09-16Revert "PyAPI: expose OperatorType.modal_keymap"Campbell Barton
2019-09-16PyAPI: expose OperatorType.modal_keymapCampbell Barton
2019-09-16ImBuf Py API: add filepath accessCampbell Barton
2019-09-16ImBuf Py API: rename filename to filepathCampbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-11Python: Fix to support old-style handlersSergey Sharybin