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-19Depsgraph: Fix remapping of node trees when they reference self materialSergey Sharybin
2017-07-19Depsgraph: Add missing expansion od custom bone shapesSergey Sharybin
2017-07-19Depsgraph: Fix wrong ID remapping when armature object is constructed prior t...Sergey Sharybin
2017-07-19Depsgraph: Ensure scene camera object is always builtSergey Sharybin
2017-07-19Depsgraph: Add code which helps catching cases when requested ID node is not ...Sergey Sharybin
2017-07-19ID: Add run-time flag indicating that ID is coming from copy-on-writeSergey Sharybin
2017-07-19Depsgraph: Fix compilation error in previous commitSergey Sharybin
2017-07-19Depsgraph: Remove hacky workaround for copy-on-write tagging flushing updates...Sergey Sharybin
2017-07-19Depsgraph: Fix crash opening file with IK solver with copy on write enabledSergey Sharybin
2017-07-19Depsgraph: Restore ID datablock tag when Object is tagged with OB_RECALC_DATASergey Sharybin
2017-07-19Depsgraph: Restore workaround for CoW objects not being fully expandedSergey Sharybin
2017-07-19Depsgraph: Prevent wrong particles state when canceling playbackSergey Sharybin
2017-07-19Depsgraph: Fixes to make particle system behave more correctSergey Sharybin
2017-07-19Depsgraph: Stop tagging all IDs for update on depsgraph rebuildSergey Sharybin
2017-07-19Depsgraph: Initial implementation of more granular taggingSergey Sharybin
2017-07-19Depsgraph: Cleanup, de-duplicate couple of utility functionsSergey Sharybin
2017-07-19Depsgraph: Cleanup, remove unused untested functionsSergey Sharybin
2017-07-19Depsgraph: Use dependency graph flush routines to update particle settingsSergey Sharybin
2017-07-19Depsgraph: Use explicit parameters eval operation codeSergey Sharybin
2017-07-19Depsgraph: Add generic parameters evaluation operation codeSergey Sharybin
2017-07-19Depsgraph: Use more explicit naming for operation codesSergey Sharybin
2017-07-19Despgraph: cleanup, make separation of opcodes strings more clearSergey Sharybin
2017-07-19Depsgraph: Use more explicit name for particle system evaluation opcodeSergey Sharybin
2017-07-19Fix (unreported) seldom crash when using previews in filebrowser.Bastien Montagne
2017-07-19Manipulators: use nearest manipulatorCampbell Barton
2017-07-19Fix T52116: Blender internal BVH build crash in degenerate cases.Brecht Van Lommel
2017-07-19Merge branch 'master' into blender2.8Campbell Barton
2017-07-19Fix T52092: Crash un-grouping nodesCampbell Barton
2017-07-18Outliner: Use scene_layer from contextDalai Felinto
2017-07-18Fix T49498: continuous grab issues on macOS, particularly with gaming mouses.Brecht Van Lommel
2017-07-18Fix T52109: Folder search won't work when selecting animation output folder.Bastien Montagne
2017-07-18Layer cleanup: get rid of one of the placeholder functionsDalai Felinto
2017-07-18Context/Workspace: Get scene layer from workspaceDalai Felinto
2017-07-18Fix bad loss of precision when manually editing values in numbuttons.Bastien Montagne
2017-07-18Cleanup: use WM_event prefix for modal_tweak_exitCampbell Barton
2017-07-18WM: move WM_event_is_last_mousemove to the WM APICampbell Barton
2017-07-18Eevee: Avoid crash when using dupli objects.Clément Foucault
2017-07-18Eevee: Fix transparency not drawing after volumetrics.Clément Foucault
2017-07-18Eevee: Fix crash with transparency.Clément Foucault
2017-07-18Merge branch 'master' into blender2.8Campbell Barton
2017-07-18Fix T52021: Shadow catcher renders wrong when catcher object is behind transp...Sergey Sharybin
2017-07-18Cycles: Remove meaningless camera ray checkSergey Sharybin
2017-07-18Merge branch 'master' into blender2.8Campbell Barton
2017-07-18Cleanup: quiet picky warningsCampbell Barton
2017-07-18Transform: avoid possible uninitialized varCampbell Barton
2017-07-17Fix layers unittest - we cannot use nestted get_pointer callsDalai Felinto
2017-07-17Work around small DPI resulting in blurry fonts, clamping auto DPI to minimum...Brecht Van Lommel
2017-07-17Fix T52090: clarify meaning of EnumProperty number when using ENUM_FLAG.Brecht Van Lommel
2017-07-17Fix T51971: IK non-uniform scale regression.Brecht Van Lommel
2017-07-17Revert "Unittests: Workaround for basact->object.id.name written as DATA"Dalai Felinto