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
2014-05-23Spelling fixSergey Sharybin
2014-05-23Checker Deselect: keep active item selected by defaultCampbell Barton
2014-05-23Fix T40324: Checker deselect fails for edge-ringsCampbell Barton
2014-05-23BMesh Walker: add face-shell walkerCampbell Barton
2014-05-23BMesh Walker: rename BMW_SHELL -> BMW_VERT_SHELLCampbell Barton
2014-05-23BMesh Walker: typecheck args for walker->begin()Campbell Barton
2014-05-23Another fix for T40230/T40290: Object tags were not properly initializedLukas Tönne
2014-05-23Fix T40325: UILists do not save their height anymoreBastien Montagne
2014-05-23Bake API: compare with NULL rather then casting to boolCampbell Barton
2014-05-23Transfer shape keys wasn't checking for mesh typesCampbell Barton
2014-05-23Bake-API: shows the baked image in the biggest SpaceImage around (just like B...Dalai Felinto
2014-05-23CleanupCampbell Barton
2014-05-23Bake-API: relaxing in the check for scale uniformityDalai Felinto
2014-05-23fix T40323 Segfault on baking after renderingDalai Felinto
2014-05-23Cycles-Bake: fix T40322 Glitch in baking a mixed SSS shaderDalai Felinto
2014-05-23Cycles-Bake: fix T40270 Combined Type fails to bake Emission nodeDalai Felinto
2014-05-22Bake-API: throws error if highpoly object(s) doesn't have uniform scale (fix ...Dalai Felinto
2014-05-22Bake-API: throws error if there is no UVDalai Felinto
2014-05-22Blender Internal: Fix texture influence panel not showing Displace/Warp slide...IRIE Shinsuke
2014-05-22Fix T40307: Crash with freestyle and particle hair.Tamito Kajiyama
2014-05-22Fix T40290: False (or malfunctioning) dependency-cycle warning when adding du...Lukas Tönne
2014-05-22Fix T39901: Crashes if the resolution % is changed while rendering an animationSergey Sharybin
2014-05-22Correction to previous commit, sorry about that. :/Bastien Montagne
2014-05-22PackedFiles: add (readonly for now) access to packed raw data (most useful fo...Bastien Montagne
2014-05-22Don't write all uv textures, but only active uv layer.Nathan Letwory
2014-05-22Mistake naming in recent commitCampbell Barton
2014-05-22Fix T38493: ray_cast causes runtime error with no facesCampbell Barton
2014-05-22Freestyle: added missing forward declarations of referenced struct's.Tamito Kajiyama
2014-05-22Freestyle: Fix for versioning code not working properly with new texture opti...Tamito Kajiyama
2014-05-22Fix T40215: Boolean looses bevel widthCampbell Barton
2014-05-22Fix T40309: Select inner region 'bigger' failed with equal regionsCampbell Barton
2014-05-22For increased type safety, ANIM_animdata_filter() now specifies the enums its...Joshua Leung
2014-05-22Code cleanup - Reshuffling some definesJoshua Leung
2014-05-22Previous commit uncovered another bug - Ungrouped FCurves couldn't be rearran...Joshua Leung
2014-05-22Fix T40304: Rearranging NLA Tracks (and actually, all animation channels) did...Joshua Leung
2014-05-22Bugfix T40292: Trying to rename shapekey datablocks from AnimEditors renamed ...Joshua Leung
2014-05-22Fix for image garbage collection failing to run for render-only viewsCampbell Barton
2014-05-22Fix T40283: Matcaps disables GLSL shadowsCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-21Bake API: partial fix T40156 (applyRotation issues)Dalai Felinto
2014-05-21Fix T40299, Crash on rendering due to dependency cycles and NULL pointer when...Lukas Tönne
2014-05-21Minor cleanup of previous commit.Antony Riakiotakis
2014-05-21Fix T40222 texture painting on mirrored meshes does not apply pixelAntony Riakiotakis
2014-05-21Freestyle: code cleanup: removed old commented lines of code in SilhouetteGeo...Tamito Kajiyama
2014-05-21Freestyle: code cleanup - removed very old commented lines of code.Tamito Kajiyama
2014-05-21Fix for a regression in rBe84732858590.Tamito Kajiyama
2014-05-21Freestyle: Fix for Z normalization in SilhouetteGeomEngine.Tamito Kajiyama
2014-05-21Freestyle: Added utility function SilhouetteGeomEngine::CameraToImage().Tamito Kajiyama
2014-05-21use C style string formattingCampbell Barton
2014-05-21Fix T39711: cycles particle motion blur affected by viewport draw method.Brecht Van Lommel