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
2015-02-05Custom Loop Normals: Add NormalEdit modifierBastien Montagne
2015-02-05Add Custom Loop Normals to Data Transfer.Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-05Mesh validate: add an option to not clean temp/cache CDLayers.Bastien Montagne
2015-02-05BLI_math vectors: add minmax_v3v3_v3_array to get min and max values on each ...Bastien Montagne
2015-02-05Fix T43566: Missing update event for VSEBastien Montagne
2015-02-05Use MAX_CUSTOMDATA_LAYER_NAME for size of GPUInput.attribname arrayNicholas Bishop
2015-02-05UI: UVWarp-Modifier had duplicate namesCampbell Barton
2015-02-05Fix T43531: Wrong object center-dot colorCampbell Barton
2015-02-04Fix T43560: crash when loading old (2.45 here) file whith multires.Bastien Montagne
2015-02-04Fix T43567: Freestyle On/Off keyframe is being ignored.Bastien Montagne
2015-02-04Fix T43450: Texture node tree failed to clampKévin Dietrich
2015-02-04Sequencer, scaling and audio synchAntony Riakiotakis
2015-02-04small typo in a code comment, fixing this before someone does it to prevent u...Dalai Felinto
2015-02-04Fix T43366 export/import materials inconsistentGaia Clary
2015-02-04Port fix from gooseberry that doesn't load the full res file if a proxyAntony Riakiotakis
2015-02-04Cleanup: name flip x/yCampbell Barton
2015-02-04RNA image.pack(): fix possible memleak, add possibility to pass raw bytes data.Bastien Montagne
2015-02-04Support rotation and flipping for background images, patch by Andre D.Antony Riakiotakis
2015-02-04BGE physics: allow higher values for maxlogicstep and maxphystepSybren A. Stüvel
2015-02-04Fix T43552: Cannot jump between GP keyframes in dopesheetJoshua Leung
2015-02-04Fix for recent LANG locale workaroundSergey Sharybin
2015-02-04GLSL: On some cards '>' can't operate on 'float' and 'int'Sergey Sharybin
2015-02-04Compositor: Code cleanup, trailing whitespace and wrappingSergey Sharybin
2015-02-03Compositor: Implement sampled motion blur for plane track deform nodeSergey Sharybin
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-02-03New Hook's now use the objects centerCampbell Barton
2015-02-03UI messages: minor fixes...Bastien Montagne
2015-02-03Fix possible (unlikely) buffer overrunCampbell Barton
2015-02-03Add inverse-square blending for PET and warpCampbell Barton
2015-02-03BGE: python API initialization cleanupInes Almeida
2015-02-03BGE: python API cleanup - initialization for bge with submodules, closes D615Ines Almeida
2015-02-03BGE: python API cleanup - adding proper initialization to GameTypesInes Almeida
2015-02-03BGE: python API cleanup - replace BLI_program_path with BKE_appdir_program_pathInes Almeida
2015-02-03BGE: python API cleanup - bge submodules definitionsInes Almeida
2015-02-03BGE: python API cleanup - using PyDoc_STRVAR instead of static char*Ines Almeida
2015-02-03BGE: python API initialization cleanupInes Almeida
2015-02-03Fix T43530 using blender on remote connection crashesAntony Riakiotakis
2015-02-03Fix T43380 modulo operation in GLSL does not return negatives.Antony Riakiotakis
2015-02-03Fix T43514: Environment map doesn't updateSergey Sharybin
2015-02-03Bugfix T43541: Inserting keyframes using sliders in Action Editor doesn't res...Joshua Leung
2015-02-03Fix T43403: Compositor does not respect interlaced videoSergey Sharybin
2015-02-03Fix T43544: Runtime Error when Locale is not validSergey Sharybin
2015-02-03Revert "Keep mingw specific includes ifdef'd"Campbell Barton
2015-02-03Keep mingw specific includes ifdef'dCampbell Barton
2015-02-03MinGW64 complains about clock, include time.hAntony Riakiotakis
2015-02-03BMesh: optimize selection flushingCampbell Barton
2015-02-03cleanup: inconsistent BMesh select checksCampbell Barton
2015-02-03Possible NULL de-reference on fullsceen checkCampbell Barton
2015-02-03Fix own mistake unlinking text (recent commit)Campbell Barton