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
2012-05-16TileBranchJeroen Bakker
2012-05-11Tiles branch:Brecht Van Lommel
2012-04-20TileBranchJeroen Bakker
2012-02-28TileBranchJeroen Bakker
2012-02-20Tile BranchJeroen Bakker
2012-02-02svn merge ^/trunk/blender -r43091:43824(HEAD)Dalai Felinto
2012-02-01Previous fix for [#29484] wasn't working right (did work in report file though).Campbell Barton
2012-02-01fix [#29484] Visual keying bone with local location disabledCampbell Barton
2012-02-01remove old code and use macro for latt_bp() functionCampbell Barton
2012-02-01calc_curve_deform was using axis range of 1-6, but other parts of the code us...Campbell Barton
2012-02-01fix incorrect neg axis check for the curve deform modifier's boundbox.Campbell Barton
2012-02-01fix [#30037] Curve Modifier doesn't work within -X -Y -Z translation in such ...Campbell Barton
2012-02-01fix inconsistancy with curve deform bounds being set differently when vertex ...Campbell Barton
2012-02-01minor cleanup made while looking into bug report (having vector size in comme...Campbell Barton
2012-01-30Fix #30030: Tapered and beveled text won't update in realtimeSergey Sharybin
2012-01-30Fix #30019: Copy rotation from a vertex groupSergey Sharybin
2012-01-30Fix #28733, #29885: fix missing scene in context in python. The window managerBrecht Van Lommel
2012-01-27Dynamic Paint:Miika Hamalainen
2012-01-27Always assume isFinalCals is truth when applying constructive modifiers on cu...Sergey Sharybin
2012-01-26Fix #29957: Texture "Generate" mapping work as global with cloth modifierSergey Sharybin
2012-01-26Color channels used for tracking is now a part of default tracking settings a...Sergey Sharybin
2012-01-25Various fixes for camera tracking stuffSergey Sharybin
2012-01-25Fix typo in camera reconstruction context creation.Sergey Sharybin
2012-01-25Cucumber left over: new scene needs a default ESC keyDalai Felinto
2012-01-25fix for memory leak when particles have 0 elements.Campbell Barton
2012-01-24Dynamic Paint:Miika Hamalainen
2012-01-24Brightness/Contrast Node for CyclesDalai Felinto
2012-01-24New fix for [#29940] Stretch To constraint breaks scaling in Transform constr...Bastien Montagne
2012-01-24Fix #29975: Track Preview color channels not filtering correctlySergey Sharybin
2012-01-24commented smoke collision derived mesh,Campbell Barton
2012-01-23Cloth: Add "velocity damping" to damping options. This will help with the "cl...Daniel Genrich
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-22Quiet warnings in text editorCampbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2012-01-22Bugfix [#29869] NLA editor keeps resetting my extrapolation mode every time IJoshua Leung
2012-01-22Bugfix [#28468] Cannot enter "Tweak mode" on mutiple objects at the same time,Joshua Leung
2012-01-21Fix [#29940] Stretch To constraint breaks scaling in Transform constraint.Bastien Montagne
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-21fix 2 bugsCampbell Barton
2012-01-20Skip subsurf normal allocation/calculation when not needed.Nicholas Bishop
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-20Small cleanup to parameters of _getSubSurf().Nicholas Bishop
2012-01-19Minor code enhancement (replace for loops with while's, and avoid multiple ch...Bastien Montagne
2012-01-19Dynamic Paint:Miika Hamalainen
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-19Couple minor fixes for DM_debug_print().Nicholas Bishop