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-06Add a precision to 'show group color' tooltip, that fcurve/action editors opt...Bastien Montagne
2015-02-06Fix some UI messages from own recent merge, and RNA code checking for final '...Bastien Montagne
2015-02-06Outliner: DragDrop objects to groupsCampbell Barton
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-06Cleanup: styleCampbell Barton
2015-02-06Animation play: Follow feature. Enabled from playback menu in theAntony Riakiotakis
2015-02-05More fixes for high DPI:Antony Riakiotakis
2015-02-05Fix T43556 clamp brush size before setting it after division by DPI,Antony Riakiotakis
2015-02-05Fix part of T43556 brush increase/decrease size operators do not updateAntony Riakiotakis
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-03Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2015-02-03Cleanup for compositing, move to c++ WIP node abstractions for compositing sy...Antony Riakiotakis
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