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-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-13Refactor: Make construction of resolved RNA path reusableSergey Sharybin
2019-11-29Refactor: Make animated RNA value read/write more reusableSergey Sharybin
2019-11-29Cleanup: Remove unused functionSergey Sharybin
2019-11-27Cleanup: warningsCampbell Barton
2019-11-26Anim: added BKE_object_moves_in_time(object) functionSybren A. Stüvel
2019-11-26Anim: made object param of BKE_animdata_id_is_animated() constSybren A. Stüvel
2019-11-26Alembic export: don't assume transform is always animatedSybren A. Stüvel
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-25Fix T69573: Driver Value does not slide along the actual value in the Driver ...Sybren A. Stüvel
2019-09-17Cleanup/sanitize a bit Action copying within `BKE_animdata_copy()`.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-02Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Fix negative booleanSergey Sharybin
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-28Fix T65175: nodetree animation stays linked after duplicating a lampPhilipp Oeser
2019-05-19Cleanup: doxygen parametersCampbell Barton
2019-05-16Fix T64681: evaluate curves with generative modifiers and no keys.Alexander Gavrilov
2019-05-15Animation: treat F-Curves with no keys as if muted/not existing.Alexander Gavrilov
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-30Fix T63865: Animated Influence slider of NLA Strip doesn't updateSergey Sharybin
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-20NLA: check that properties are animatable.Alexander Gavrilov
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17Animation: Refactor storage usage during fcurve modifier evaluationJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-28Depsgraph: Keep objects which has animated visibilitySergey Sharybin
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-27Cleanup: Main struct member namesCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename SpaceButs -> SpacePropertiesCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Cleanup: styleCampbell Barton
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2019-01-22Fix T60686: Renaming an animated bone breaks its animationSergey Sharybin