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-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-17Depsgraph: Fix assert/crash when transforming from redo systemSergey Sharybin
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-07Depsgraph: Simplify some workarounds and make API closer to finalSergey Sharybin
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-03Depsgraph: Use explicit graph API in transform codeSergey Sharybin
2017-10-24Depsgraph: Switch to explicit graph specification for tag flushSergey Sharybin
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-28Fix T52086: Graph editor "normalize" drag errors for integersSergey Sharybin
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-15Transform: Enable recursion dependency check for new depsgraphSergey Sharybin
2017-09-11Merge branch 'master' into blender2.8Campbell Barton
2017-09-08Fix T52678: Crash editing gpencil w/ frame-lockCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-08-05Merge branch 'master' into blender2.8Campbell Barton
2017-08-04Tracking: Cleanup of transform codeSergey Sharybin
2017-08-01Merge branch 'master' into blender2.8Campbell Barton
2017-07-31Fix T52224: auto IK not respecting length, after recent bugfix.Brecht Van Lommel
2017-07-27Copy on write: Prevent crash when duplicating object with particle systemSergey Sharybin
2017-07-26Fix T52186: Crash on bevelSergey Sharybin
2017-07-25Depsgraph: Fix relations update when transform is done and there was no tempo...Sergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-10Merge branch 'master' into blender2.8Campbell Barton
2017-07-10Fix T51665: No orientation for nurbs, polygonsCampbell Barton
2017-07-10Fix T52007: Cancel bezier curve transform failsCampbell Barton
2017-07-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-06Fix T51955: Changing Auto-IK length crashes Blender (with new-depsgraph)Sergey Sharybin
2017-07-04Merge branch 'master' into blender2.8Bastien Montagne
2017-07-04Fix T51703: Rigid body with delta transform jumps when transformingLuca Rood
2017-06-29Fix crash & performance regression w/ base lookupCampbell Barton
2017-06-19Merge branch 'master' into blender2.8Campbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-09Merge branch 'master' into blender2.8Campbell Barton
2017-06-09Fix T51756: Fix crash when transforming vertices in edit modeSergey Sharybin
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-01Merge branch 'master' into blender2.8Julian Eisel
2017-06-01Remove comment (missed last commit)Campbell Barton
2017-06-01Fix T51651: translate w/ individual origins failsCampbell Barton
2017-05-26Cleanup: warningCampbell Barton
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-04-11Renaming: sl > scene_layerDalai Felinto
2017-03-30Layers: Scene->basact > SceneLayer->basact (more work)Dalai Felinto
2017-03-29Base: update createTransObjectDalai Felinto
2017-03-11Merge branch 'master' into blender2.8Campbell Barton