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
2018-07-31Fix T56170: Fake dependency cycle in new depsgraph + interleaved armature upd...Sergey Sharybin
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-20Depsgraph: Fix missing relation from proxy_form's ID propertiesSergey Sharybin
2018-07-11Fix crash in combing after changing scene propertySergey Sharybin
2018-07-09Depsgraph: Fix non-working drivers after recent relations changeSergey Sharybin
2018-07-09Depsgraph: Force modifier stack update when mesh is copiedSergey Sharybin
2018-07-09Depsgraph: Forbid flush from copy-on-write operations down the roadSergey Sharybin
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-06-28Prevented depsgraph errors when RigidBody Constraint is incompleteSybren A. Stüvel
2018-06-27Depsgraph: Move time dependency to animation of actionSergey Sharybin
2018-06-27Depsgraph: Fix missing relation from action to animation when it's sharedSergey Sharybin
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-25Depsgraph: Add missing nodes and relations for speakerSergey Sharybin
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel
2018-06-21Fix incorrect use of G.is_rendering for particles in some places.Brecht Van Lommel
2018-06-21Depsgraph: Add missing relation from proxy groupSergey Sharybin
2018-06-21Depsgraph: Re-hook duplicgroup relation to final transform operationSergey Sharybin
2018-06-21Depsgraph: Walk into dupli_group objectSergey Sharybin
2018-06-20Fix crash opening some files, after recent changes.Brecht Van Lommel
2018-06-20Objects: restore per object restrict view/render/select.Brecht Van Lommel
2018-06-18Depsgraph: Cleamup, reduce indentation levelSergey Sharybin
2018-06-15Dependency graph fixes for RigidBodyWorldSybren A. Stüvel
2018-06-14Depsgraph: Use dedicated ocmponent for object's base flags flushSergey Sharybin
2018-06-12Fix T55376: instanced collection render visibility ignored.Brecht Van Lommel
2018-06-08Depsgraph: Don't optimize out collections used by duplication systemSergey Sharybin
2018-06-07Depsgraph: Use more proper relations for scene relationSergey Sharybin
2018-06-06Cleanup: styleCampbell Barton
2018-06-06Depsgraph: Silence relations builder errorsSergey Sharybin
2018-06-06Depsgraph: Expand object data datablocks for driversSergey Sharybin
2018-06-06Depsgraph: Handle key->object relations from object builderSergey Sharybin
2018-06-06Depsgraph: Object data separation, armatureSergey Sharybin
2018-06-06Depsgraph: Object data separation, geometrySergey Sharybin
2018-06-06Depsgraph: Object data separation, cameraSergey Sharybin
2018-06-06Depsgraph: Object data separation, lampSergey Sharybin
2018-06-06Depsgraph: Object data separation, light probesSergey Sharybin
2018-06-05Depsgraph: Fix bug with broken tweak of animated node tree settingsSergey Sharybin
2018-06-01Fix missing animation updates when the proxy object is not visible.Brecht Van Lommel
2018-05-31Depsgraph: Fixes to prevent object duplicate to jumpSergey Sharybin
2018-05-31Depsgraph: Forbid update flush to go from copy-on-write to animationSergey Sharybin
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-31Fix depsgrah copying and evaluating hidden collections.Brecht Van Lommel
2018-05-29Fix T55204: proxy object disappearing randomly.Brecht Van Lommel
2018-05-23Revert "Depsgraph: refresh RNA that doesn't need a full rebuild"Joshua Leung
2018-05-23Fix curve not updating when scaling Bevel ObjectDalai Felinto
2018-05-23Depsgraph: refresh RNA that doesn't need a full rebuildCampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-15Depsgraph: Forbid flush across scene->geometry operationsSergey Sharybin
2018-05-11Depsgraph: Fix redundant nodes built when animation shares same actionSergey Sharybin