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-07-26Depsgraph: Add utility function to initialize evaluation context from scene a...Sergey Sharybin
2017-07-26Cleanup, line wrapsSergey Sharybin
2017-07-26Initialize time for evaluation context when creating from bContextSergey Sharybin
2017-07-26PyAPI: Store PyInstances for ID'sCampbell Barton
2017-07-26PyAPI: Fix for instancing (Blender owns a reference)Campbell Barton
2017-07-26Manipulator: only check for highlight onceCampbell Barton
2017-07-26blenderplayer stub updateCampbell Barton
2017-07-26Cleanup: typedef enumsCampbell Barton
2017-07-26Manipulator: refactor/fix selection logicCampbell Barton
2017-07-26FaceMaps: add select flagCampbell Barton
2017-07-25Eevee: Fix post process with Ugly color.Clément Foucault
2017-07-25Eevee: SSR: Add support for planar probes.Clément Foucault
2017-07-25Workaround for crash drawing face-maps after undoCampbell Barton
2017-07-25Fix T52190: Depth picking failsCampbell Barton
2017-07-25Depsgraph: Support changing scene's render engineSergey Sharybin
2017-07-25Depsgraph: Make sure armature mode is properly changed in all copied versionsSergey Sharybin
2017-07-25Depsgraph: Initial support of pose mode for copy-on-write armatureSergey Sharybin
2017-07-25Depsgraph: Fix relations update when transform is done and there was no tempo...Sergey Sharybin
2017-07-25Cleanup: rename active to modalCampbell Barton
2017-07-25Depsgraph: Remove unsued node flagSergey Sharybin
2017-07-25Manipulator: option to draw all while interactingCampbell Barton
2017-07-25Manipulator: support select-drag to tweakCampbell Barton
2017-07-25Merge branch 'master' into blender2.8Campbell Barton
2017-07-25PyAPI: Skip user scripts w/ factory-startupCampbell Barton
2017-07-25Manipulator: break after an event is handledCampbell Barton
2017-07-25Fix PyManipulators having keymaps registered twiceCampbell Barton
2017-07-25Python module test: Don't cfail the test when import failure happens in presetSergey Sharybin
2017-07-25Merge branch 'master' into blender2.8Campbell Barton
2017-07-25PyAPI: utility for creating register, unregisterCampbell Barton
2017-07-25Fix T51450: viewport render time keeps increasing after render is done.Jeff Knox
2017-07-25Fix compositor Glare node with Simpler Star resulting in uneven rays.Matheus de Sousa Faria
2017-07-24Fix crahs when doing preview from a scene withotu worldSergey Sharybin
2017-07-24Depsgraph: Avoid assert failure in some harmless casesSergey Sharybin
2017-07-24Cleanup: trailing spaceCampbell Barton
2017-07-24Cleanup: remove scons configCampbell Barton
2017-07-24Revert "ransform: fix unreported bug: geometry hidden by clipping border (alt...mano-wii
2017-07-24Depsgraph: Synchronize collection visibility after copySergey Sharybin
2017-07-24Fix compilation error of alembic test after recent eval_ctx changesSergey Sharybin
2017-07-24Eevee: Silence printfs.Clément Foucault
2017-07-24Depsgraph: Fix typo in commentSergey Sharybin
2017-07-24Depsgraph: Fix crash when trying to create full copy of sceneSergey Sharybin
2017-07-24Depsgraph: Textures and images are actually covered by depsgraphSergey Sharybin
2017-07-24Depsgraph: Avoid creating ID nodes for objects which are coming from collecti...Sergey Sharybin
2017-07-24Depsgraph: Be consistent about id type variable nameSergey Sharybin
2017-07-24Depsgraph: Cleanup, use utility function to clear listsSergey Sharybin
2017-07-24Depsgraph: Ignore palettes from copy-on-write routinesSergey Sharybin
2017-07-24Eevee: Fix crash when saving file with motion blur.Clément Foucault
2017-07-24ransform: fix unreported bug: geometry hidden by clipping border (alt + b) is...mano-wii
2017-07-24Eevee: Fix double buffer issue.Clément Foucault
2017-07-24Eevee: SSR: Refactor multiple rays. Plus other changes...Clément Foucault