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-11-21Fix two stupid mistakes... Btw, osl now compiles with Fedora17, once llvm-3.1...Bastien Montagne
2012-11-21Fixes for OS X default locale: use pclose and do error checking for file read.Brecht Van Lommel
2012-11-21OSX/locale: moved command up, so errorchecking also happensJens Verwiebe
2012-11-21OSX/locale: workaround to get osx system locale from user defaultsJens Verwiebe
2012-11-21Style cleanup: mixed tabs/spaces were used for indentation in osl_closures.hSergey Sharybin
2012-11-21Cycles: solve -Wmissing-declarations for osl kernelSergey Sharybin
2012-11-21fix [#29633] Mirror-Y also flips Z axisCampbell Barton
2012-11-21Fix #33257: cycles camera clipping did not work through transparent objects.Brecht Van Lommel
2012-11-21Enable llvm building for fedora too.Bastien Montagne
2012-11-21bevel: fix bug where constructed where parallel testHoward Trickey
2012-11-21Fix #33256: cycles Z pass for orthographic camera was not right, now is moreBrecht Van Lommel
2012-11-21Fix #32796: cycles did not support image auto refresh option.Brecht Van Lommel
2012-11-21Patch #33242: ffmpeg AAC/AC3 encodingSergey Sharybin
2012-11-21Fix #33222: When rendering DPX it's flipped in the Image EditorSergey Sharybin
2012-11-21enable edge draw by default for new edges,Campbell Barton
2012-11-21revert r52399, fix for [#33217], will look into a different fixCampbell Barton
2012-11-21fix for re->partx/re->party values being different for RE_Database_FromScene(...Campbell Barton
2012-11-21Fix #33252: VSE preview displays wrong color spaceSergey Sharybin
2012-11-21When the File Output node exits early in convertToOperations (in case not ren...Lukas Toenne
2012-11-21Prevent division by zero in tiles size versioning code when mixingSergey Sharybin
2012-11-21Fix #33253: VSE preview doesn't display compositorSergey Sharybin
2012-11-21Fix for debug assert failure with Reroute nodes in compositor. After redirect...Lukas Toenne
2012-11-21Bring SUSE target to the same level as others.Bastien Montagne
2012-11-21changes to startup.blendCampbell Barton
2012-11-21More LLVM work (now always search llvm-config into LLVM_DIRECTORY whenBastien Montagne
2012-11-21doc corrections and add bge.types.KX_ArmatureSensorCampbell Barton
2012-11-21scripts to report missing py reference api docs. (simple RST parse and compar...Campbell Barton
2012-11-21Fix for #33250: animation player shortcut keys not working on OS X.Brecht Van Lommel
2012-11-21Fix #33241: can't exit edit mode when object gets hidden via animation.Brecht Van Lommel
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-21Change edge loop select and edge ring select to be consistent withNathan Vegdahl
2012-11-21Cycles bugfix: AUTO wasn't working for Equisolid Fisheye lensDalai Felinto
2012-11-21Fix #33158: motion vector pass wrong in cycles in some scenes, wrong vectorsBrecht Van Lommel
2012-11-21py api: BMesh.from_object() was using the derivedFinal, which isn't always av...Campbell Barton
2012-11-21Debug value in degrees (under parenthesis) for rotation driver variablesDalai Felinto
2012-11-21fix for missing bmesh operator flags when selecting linked (caused by own rec...Campbell Barton
2012-11-20Fix #33227: custom keymap syncing didn't work well always when adding/removingBrecht Van Lommel
2012-11-20Fix #33177: OSL render difference with missing textures and HSV nodes.Brecht Van Lommel
2012-11-20Fix cycles OSL missing support for texture mapping paramaters found in textureBrecht Van Lommel
2012-11-20Fix #33243: cycles CUDA going missing sometimes, disabled the new code now thatBrecht Van Lommel
2012-11-20code cleanup: comment unused members of bmesh operator slots and some osl sty...Campbell Barton
2012-11-20Fix [#33239] Cycles OSL : Environment Texture Rotation Incorrect:Thomas Dinges
2012-11-20bmesh operator api:Campbell Barton
2012-11-20Motion tracking: dump mask image when dump images is enabledSergey Sharybin
2012-11-20Support for type callbacks on IDProperty pointers. Before this the type of th...Lukas Toenne
2012-11-20Text editor: fix for line spacing with word wrap enabledSergey Sharybin
2012-11-20Motion tracking: fixed View Selection operator in cases pixel aspect != 1Sergey Sharybin
2012-11-20Fix for add plane operator broken since recent code cleanupSergey Sharybin
2012-11-20Fix bug in endian switch functions.Sergey Sharybin
2012-11-20Fix #33217, mirror modifier edges missing in wireframe mode.Antony Riakiotakis