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-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-10Cleanup: spellingCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: keyframing return argumentsCampbell Barton
2020-03-06Cleanup: remove unused 'eInsertKeyFlags' from delete API callCampbell Barton
2020-03-06Cleanup: keyframe API naming, high level keyframe APICampbell Barton
2020-03-05Cleanup: redundant castsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-09-25Added missing documentation for `options` parameter in `keyframe_insert()`Sybren A. Stüvel
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-07-31Animation: Remove depsgraph argument from direct keyframingSergey Sharybin
2019-05-11Python API: expose more keyframing flags for use in keyframe_insert.Alexander Gavrilov
2019-04-26Fix T63896: Removing Drivers in Python Leads to CrashSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-07Cleanup: naming for return argsCampbell Barton
2019-01-07Fix T58964: drivers_remove fails w/ missing pathsCampbell Barton
2018-12-14NLA: insert keyframes correctly for strips with non-Replace mode.Alexander Gavrilov
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
2018-10-22Followup to previous change, reduce number of relations updatesSergey Sharybin
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-01-02Fix: Passed wrong last argument to functionJoshua Leung
2016-12-28Also apply similar fixes to .keyframe_delete()Joshua Leung
2016-12-28Fix T49816: Keyframing NLA Strip influence from Python set keyframes in the w...Joshua Leung
2016-05-11Fix incorrect FLT_MIN useCampbell Barton
2016-04-19Fix T48193: Incorrect keyframe_insert docsCampbell Barton
2016-03-13Keyframing: Added ToolSetting for choosing default keyframe typeJoshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2014-04-29Ignore user-preferences when inserting keys from PythonCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton