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
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-24Cleanup: doxygen commentsCampbell Barton
2019-11-20Cleanup: commentsCampbell Barton
2019-11-20Fix T71680: _PyObject_LookupAttr memory leakCampbell Barton
2019-11-07Cleanup: remove debugging prints for bpy.msgbusCampbell Barton
2019-10-16Cleanup: define PY_SSIZE_T_CLEAN for PythonCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-04Fix T70481: Segfault printing 'private data' evaluated IDs.Bastien Montagne
2019-09-30Cleanup: use PyC_StringEnum to path access functionsCampbell Barton
2019-09-30Cleanup: spellingCampbell Barton
2019-09-25Added missing documentation for `options` parameter in `keyframe_insert()`Sybren A. Stüvel
2019-09-25Cleanup: remove override's 'static' references in some py API docs strings.Bastien Montagne
2019-09-16Revert "PyAPI: expose OperatorType.modal_keymap"Campbell Barton
2019-09-16PyAPI: expose OperatorType.modal_keymapCampbell Barton
2019-09-11Python: Fix to support old-style handlersSergey Sharybin
2019-09-11Python handlers: Pass depsgraph to events where it makes senseSergey Sharybin
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-09-06Python API: implement an Operator callback for dynamic description.Alexander Gavrilov
2019-09-03Add OpenSubdiv information to bpy.appSergey Sharybin
2019-09-02Return proper RNA path in py console for 'private ID' data.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-17Cleanup: spellingCampbell Barton
2019-08-16PyRNA: include class name in double-register exceptionCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-05PyRNA: support separators in enum-items listsCampbell Barton
2019-08-01Cleanup: use _ex suffix instead of _extCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Clarify in FloatProperty generated docs: single precision floats.Howard Trickey
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-07-31Animation: Remove depsgraph argument from direct keyframingSergey Sharybin
2019-07-23Fix T65402: Syntax error causes CPython assertmatc
2019-07-23Fix T63775: Toolbar icons ignore BLENDER_SYSTEM_DATAFILESCampbell Barton
2019-07-11Text: buffer from text, optional length return argCampbell Barton
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-12UI: alternate fix for T65702, handling of auto-saving userprefsCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-22Preferences: add handler for loading factory preferencesCampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke