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
path: root/source
AgeCommit message (Expand)Author
2016-11-11Depsgraph: Fix missing ID node tagSergey Sharybin
2016-11-11Depsgraph: Add some data builder logic to corresponding functionSergey Sharybin
2016-11-11Depsgraph: cleanup, no functional changesSergey Sharybin
2016-11-11Depsgraph: Fix wrong relation namesSergey Sharybin
2016-11-11Depsgraph: Fix wrong relations in array modifierSergey Sharybin
2016-11-10Consider Numpad Enter in pose slide operatorsSergey Sharybin
2016-11-10Fix `BKE_library_make_local()` trying to also make local proxified objects.Bastien Montagne
2016-11-10Depsgraph: Fix another issue which seems to be a bugSergey Sharybin
2016-11-10Depsgraph: Fix wrong relation from IK solver to pole targetSergey Sharybin
2016-11-10Fix Grease Pencil render in VSE crashes when no strips (#T49975)Dalai Felinto
2016-11-10Added bpy.types.ID.make_local() that can make a single ID block local.Sybren A. Stüvel
2016-11-09Fix UI message.Bastien Montagne
2016-11-09BMesh: face-join, remove redundant face assignmentCampbell Barton
2016-11-09Depsgraph: Fix crash deleting bones in armature edit modeSergey Sharybin
2016-11-09Fix some assert when making local (due to infamous PITA ShapeKey ID).Bastien Montagne
2016-11-09BMesh: Cleanup, remove hole ifdefCampbell Barton
2016-11-09BMesh: face-flip, no need for temporary edge-arrayCampbell Barton
2016-11-09Merge branch 'master' into cvdb_ray_isectLukas Tönne
2016-11-09Fix: setting an audio callback before audio device initialization.Jörg Müller
2016-11-08Depsgraph: Use atomics to tag ID when evaluating driverSergey Sharybin
2016-11-08BMesh: remove edge search when flipping facesCampbell Barton
2016-11-08Fix memory leak when Blender is build without Bullet and files with RB is openedSergey Sharybin
2016-11-08Cycles: Only use new light sample threshold for new filesSergey Sharybin
2016-11-08Fix T49937: Blender is crashing because of Lamp Data NodeSergey Sharybin
2016-11-07BMesh: remove redundant edge-split loop initializeCampbell Barton
2016-11-07Forgot this in last commit. (Brick GLSL).Thomas Dinges
2016-11-07Fix Brick Texture GLSL, broken after Mortar Smooth addition.Thomas Dinges
2016-11-07BMesh: remove redundant array sizeCampbell Barton
2016-11-07BMesh: minor improvement to edge-split assignmentCampbell Barton
2016-11-07Depsgraph: Disable timing profileSergey Sharybin
2016-11-07fix building depsgraph after recent changesMartijn Berger
2016-11-07Depsgraph: Do not rely on indirectly included cstringSergey Sharybin
2016-11-07Proxy: Construct pchan hash when syncing armature proxySergey Sharybin
2016-11-07Despgraph: Optimize cycles detection algorithmSergey Sharybin
2016-11-07Depsgraph: Speedup initial rig build timeSergey Sharybin
2016-11-07Depsgraph: Move key implementation from header to dedicated fileSergey Sharybin
2016-11-07Depsgraph: Move class implementation from header to implementation filesSergey Sharybin
2016-11-07Depsgraph: Fully switch from string to const char*Sergey Sharybin
2016-11-07Depsgraph: Add extra name tag for operation nodesSergey Sharybin
2016-11-07Depsgraph: Cleanup, operation has name, not descriptionSergey Sharybin
2016-11-07Depsgraph: Remove unused functionSergey Sharybin
2016-11-07Depsgraph: Use const char for component APISergey Sharybin
2016-11-07Depsgraph: Remove some includes which seems unusedSergey Sharybin
2016-11-07Depsgraph: Use const char instead of string in part of drivers constructionSergey Sharybin
2016-11-07Depsgraph: Switch away form string to const char* for node namesSergey Sharybin
2016-11-07Depsgraph: Remove prototype of unused and non-implemented methodSergey Sharybin
2016-11-07Expose Bullet rotational spring settings in the UI.Alexander Gavrilov
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-11-05MSVC Runtime copy : Remove erroneously left in diagnostic message from CMakeL...lazydodo
2016-11-05[msvc2015] Add support for copying the vc runtime.lazydodo