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
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-13Depsgraph: remove engine type from evaluation context.Brecht Van Lommel
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-13Python API: remove object.dupli_list_create and dupli_list_clear.Brecht Van Lommel
2018-04-13Fix incorrect object in editmode tests in depsgraph eval.Brecht Van Lommel
2018-04-13Fix incomplete evaluation context in depsgraph iter.Brecht Van Lommel
2018-04-13Merge branch 'master' into blender2.8Bastien Montagne
2018-04-13Point cache: stop using general object dupli system.Brecht Van Lommel
2018-04-13Cleanup: add utility function to find a single point cache ID.Brecht Van Lommel
2018-04-13Cleanup: don't use Blender structs in iTaSC module.Brecht Van Lommel
2018-04-13UI: Activate (unused) tab button-type on press instead of releaseJulian Eisel
2018-04-12UI: Activate workspace after appending it using the '+' menuJulian Eisel
2018-04-12GPUSelect: Remove glFinish() that was causing bad perf issue.Clément Foucault
2018-04-12Fix: Follow up to 16b795cb95cJoshua Leung
2018-04-12Depsgraph: Move CoW tag to ID datablock tagSergey Sharybin
2018-04-12Depsgraph: Avoid relations build time scene datablock expansionSergey Sharybin
2018-04-12Depsgraph: Introduce ID recalc flag for COW componentSergey Sharybin
2018-04-12Depsgraph: Bind base by it's indexSergey Sharybin
2018-04-12Depsgraph: Bind view layer by indexSergey Sharybin
2018-04-12Depsgraph: Remove function bindings with collectionsSergey Sharybin
2018-04-12Moved vectorblur code from render to compositorJeroen Bakker
2018-04-11Fix again 'auto override' system.Bastien Montagne
2018-04-11Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-04-11Changed assertion of '..' in file browser entriesSybren A. Stüvel
2018-04-11fix T54549: Vector Transform node in wrong nodeclassPhilipp Oeser
2018-04-11Merge branch 'master' into blender2.8Campbell Barton
2018-04-11Explicitly specify which tag to useSybren A. Stüvel
2018-04-11Pose Mode: pass object to mode enter/exitCampbell Barton
2018-04-11Merge branch 'master' into blender2.8Campbell Barton
2018-04-11Cleanup: minor changes to pose-mode switching APICampbell Barton
2018-04-10Merge branch 'master' into blender2.8Campbell Barton
2018-04-10Cleanup: remove unused flagCampbell Barton
2018-04-10DRW: Deferred Shader Compilation: Don't recreate ogl context.Clément Foucault
2018-04-10FormattingSybren A. Stüvel
2018-04-10Fix crashing of EEVEE/Clay engines when importing an Alembic fileSybren A. Stüvel
2018-04-10UI: Fix some drawing order issues.Clément Foucault
2018-04-10WM: Fix a crash (assert) when creating a new window.Clément Foucault
2018-04-10DRW: Hair: Use GWN_PRIM_LINE_STRIPS instead of LINESClément Foucault
2018-04-10BLF: Style: Fix bad casts.Clément Foucault
2018-04-10Merge branch 'master' into blender2.8Campbell Barton
2018-04-10Fix transform nearest axis checkCampbell Barton
2018-04-10Draw Manager: Fix lazy compilation on certain hardware.Germano
2018-04-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-10Depsgraph: Build relations for objects linked via pchan constraintsSergey Sharybin
2018-04-10BLF: Fix broken shadows on certain hardware.Clément Foucault
2018-04-10Fix T54423: Messages from RNA_property_editable_info() were not translatable.Bastien Montagne
2018-04-10Depsgraph: Flush debug printsSergey Sharybin
2018-04-10Fix crash when no object is activeMai Lavelle
2018-04-10Fix crash in graph editor id remappingMai Lavelle
2018-04-09Fix invalid context when refreshing popupsJulian Eisel