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
2011-12-23recent matrix row/col swap broke matrix assignment in the BGE, fix provided b...Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-10verify existence of dmMorten Mikkelsen
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-11-29remove header text:Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-19- rename MovieTrackingMarker.enabled --> mute, to match constraints/nla/fcurv...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-11-03python string conversionCampbell Barton
2011-11-03use Py_TYPE macro (no functional changes)Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-20Fix for bug #28979 "Action actuator breaks animation" reported by Goran Milov...Mitchell Stokes
2011-10-20bge bugfix: patch #28893 "Fix for #28753 and some other changes for BGE proje...Dalai Felinto
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-10-20misc editsCampbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-09clear some warnings.Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-10-06fix [#27071] Random crashes when altering a mesh vertex vector in BGECampbell Barton
2011-10-03BGE: removing old hack from Dome code. it's no longer needed and it was makin...Dalai Felinto
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-09-25whitespace cleanupCampbell Barton
2011-09-21remove support for irixCampbell Barton
2011-09-20Get rid of c++ in blenkernel and modifiersSergey Sharybin
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-17BGE Animations: Fixing some refcount issues with KX_Scene::m_animatedlist (fi...Mitchell Stokes
2011-09-16BGE fix: Font Objects not showing up in the dome modeDalai Felinto
2011-09-11Recast: fix bad level calls, Recast compiled out if BGE not enabled. SCons up...Benoit Bolsee
2011-09-11bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get chang...Dalai Felinto
2011-09-10Another set of fixes for recats: osx uses different order of arguments for so...Sergey Sharybin
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-10fixed linking with CMakeCampbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-10SVN maintenance.Guillermo S. Romero
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton