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
2014-05-26Fix for out of bounds read calculating spline mappingCampbell Barton
2014-05-26Curve Mapping: disable for cyclic curves (it doesn't make much sense and is b...Campbell Barton
2014-05-26Fix for out of bounds reads with curve bevel mappingCampbell Barton
2014-05-26Fix T40315: Boolean modifier with Freestyle edgesSergey Sharybin
2014-05-26Fix T40354: Camera Tracks in the Dope Sheet can't be deselectedSergey Sharybin
2014-05-26Fix T40359: Scene / Color Management: White Point Mapping Has LimitSergey Sharybin
2014-05-26Fix for a missing code update in my commit rB08528f577dcb.Tamito Kajiyama
2014-05-26Workaround T40317: Ghost/Win32 keys sticking for new windowsCampbell Barton
2014-05-26Fix for thinning strokes at intersections between visible and background hidd...Tamito Kajiyama
2014-05-26Fix for BLI_delete failing on files containing quotesCampbell Barton
2014-05-26Fix curve switch direction ignoring active vertexCampbell Barton
2014-05-26EditCurve: Replace -1 with CU_ACT_NONE defineCampbell Barton
2014-05-26Fix for curve having invalid active vertex after setting typeCampbell Barton
2014-05-25Fix Sequencer OpenGL render ignoring preview channelCampbell Barton
2014-05-25Freestyle: Partial fix for thinning strokes due to flipping stroke directions...Tamito Kajiyama
2014-05-25Fix T40438: Pressing G key to move the camera quits Blender.Bastien Montagne
2014-05-24Fix T40331: Incorrect display of path of editted data.Bastien Montagne
2014-05-23Some operation allowed to set invalid active scene render layerSergey Sharybin
2014-05-23Fix crash rendering linked scenes in compoSergey Sharybin
2014-05-23Optimization of keying clip operationsSergey Sharybin
2014-05-23Report to the console when custom ocio config is usedSergey Sharybin
2014-05-23Fix T40325: Part IIBastien Montagne
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-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-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-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