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
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-08Merge branch 'master' into blender2.8Brecht Van Lommel
2017-07-07Fix T50973: Directional blur node doesn't clamp value if using driverSergey Sharybin
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Cleanup: get rid of some now unused animdata ID management custom functions.Bastien Montagne
2017-06-09Probe: Add new object datablockClément Foucault
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-04-06Depsgraph: More type definitions to new depsgraph headerSergey Sharybin
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-08Depsgraph: Use atomics to tag ID when evaluating driverSergey Sharybin
2016-08-16More fixes from coverity report.Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-30Cleanup: minor changes from last commitCampbell Barton
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Refactor/enhance BKE_action_make_local().Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-07Cleanup/fix animsys 'id_type_can_have_animdata()'.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-04Cleanup: avoid temp string editCampbell Barton
2016-06-03Fix T48234: Glitch w/ action constraints sharing an actionCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-28Fix for earlier commit - Turning off "animated" influence/time didn't workJoshua Leung
2015-03-28Fix T36385: Animated Strip-Time doesnt updateJoshua Leung
2015-02-28Fix for NLA Solo/Mute behaviourJoshua Leung
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-26Fix T38619: Confusing logic for Keying Set keyframing SettingsJoshua Leung
2015-01-22Fix: Joining armatures fixes up the drivers accordinglyJoshua Leung
2015-01-21Fix: Joining armatures loses driversJoshua Leung
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-21Cleanup: typoCampbell Barton
2014-10-06Fix T40350: Some texture prop did not have visual feedback they were driven.Bastien Montagne
2014-08-05SpellingCampbell Barton
2014-08-02SpellingCampbell Barton
2014-07-31Fix T41236: Rendered viewport doesn't update with material actionsSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-06Code cleanupJoshua Leung
2014-06-21Fix T40727: Renaming nodes did not correctly fix animation paths.Lukas Tönne
2014-06-13Code cleanup: BLI_strdupn -> BLI_strdupCampbell Barton