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-08-02Depsgraph: fix some DEG queries crashing with new, empty graph.Bastien Montagne
2018-07-31Fix T55718: Blender 2.8 crashes when converting to Curve from Mesh.Bastien Montagne
2018-07-31Fix T56170: Fake dependency cycle in new depsgraph + interleaved armature upd...Sergey Sharybin
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31Respect ID user count when creating pose on object copySergey Sharybin
2018-07-31Depsgraph: Fix crash on undo of new bone addedSergey Sharybin
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-30Minor cleanup.Bastien Montagne
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-27Fix crash enabling disabled collection containing curves.Brecht Van Lommel
2018-07-20Depsgraph: Fix missing relation from proxy_form's ID propertiesSergey Sharybin
2018-07-20Fix T55973: [2.8] Crash when 'apply pose as rest pose' when bone scale is 0,0,0.Bastien Montagne
2018-07-19Cleanup: styleCampbell Barton
2018-07-11Fix crash in combing after changing scene propertySergey Sharybin
2018-07-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-11Depsgraph: Fix face dependency cycle when bone uses id property from selfSergey Sharybin
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-07-10Added comment for DEG_TAG_PSYS_xxx and PSYS_RECALC_xxx relationSybren A. Stüvel
2018-07-10Cleanup: styleCampbell Barton
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-07-06Depsgraph: Relations builder should not tag ID in all depsgraphsSergey Sharybin
2018-07-05Depsgraph: Preserve engine data when doing object copy on write updateSergey Sharybin
2018-07-04Depsgraph: Don't force copy-on-write when shading changesSergey Sharybin
2018-07-04Depsgraph: Log entry operations which are directly modified and taggedSergey Sharybin
2018-07-03Cleanup: typosCampbell Barton
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: Add missing relation to pose initSergey Sharybin
2018-06-27Depsgraph: Fix missing relation from action to animation when it's sharedSergey Sharybin
2018-06-26Cleanup: styleCampbell Barton
2018-06-25Physics: update softbody and dynamic paint to get colliders from depsgraph.Brecht Van Lommel
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-25Cleanup: code styleCampbell Barton
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-20Despgraph: don't tag for transform/geometry update on relations rebuild.Brecht Van Lommel
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