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-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-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-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
2018-04-09UI: Fix widget shader on certain compiler.Germano
2018-04-09UI: Clamp scrollbar offset to lower view boundariesJulian Eisel
2018-04-09GPU Shader: Cleanup: Remove unnecessary ";"Germano
2018-04-09UI: Fix widget shader on certain compiler.Germano
2018-04-09Use the newer version of the bullet 6dof spring constraint for rigidbody.Alexander Gavrilov
2018-04-09Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-04-09Added support for the WEBM/VP9 video codecSybren A. Stüvel
2018-04-09Remove commented-out codeSybren A. Stüvel
2018-04-09Fix build error with GCC, make depsgraph iterator compatible with C++.Brecht Van Lommel
2018-04-09Fix crash and invalid context when changing workspaceJulian Eisel
2018-04-09Merge branch 'master' into blender2.8Campbell Barton