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
2011-12-24OSX/gcc-4.6, fix for typedef uin64_tJens Verwiebe
2011-12-24mathtils, convenience attributes added 'row' and 'col', this makes the row/co...Campbell Barton
2011-12-24fix for error with matrix access and negative indices with recent row/col swap.Campbell Barton
2011-12-24mathutils get/set function rename + minor changes to matrix functions (no fun...Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24minor edits to cycles c/python moduleCampbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-24Bugfix for [#29684] Output video presets messed upThomas Dinges
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-24fix [#29683] OpenEXR Output Appears to be brokenCampbell Barton
2011-12-23UI: small further tweak to last region expand/collapse fix, when moving theBrecht Van Lommel
2011-12-23Moving back sr locales to sr_RS (else, with recent changes (42830), loading s...Bastien Montagne
2011-12-23Fix #29652: operator tab can not be maximisedSergey Sharybin
2011-12-23Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplay...Mitchell Stokes
2011-12-23fix for own mistake [#29031] Importing BGL Can Crash the BGE and BlenderCampbell Barton
2011-12-23add DNA support for int64_t. nothing uses this currently.Campbell Barton
2011-12-23recent matrix row/col swap broke matrix assignment in the BGE, fix provided b...Campbell Barton
2011-12-23DNA genfile - de-duplicate some checks and replace magic type numbers with an...Campbell Barton
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-22Fix #29494: Problem loading translations at Blender's startupSergey Sharybin
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-22Fix/workaround for russian ui crash on exitSergey Sharybin
2011-12-22Some small perf tweaks to weightvg proximity: do not use indices in case all ...Bastien Montagne
2011-12-22fix for matrix assignment with recent changes which broke for eg:Campbell Barton
2011-12-22remove commented index drawing code (now its a debug option), and remove code...Campbell Barton
2011-12-22patch [#29673] Visualize Indices (developer aid)Campbell Barton
2011-12-22patch [#29534] Change Matrix Representation and Access in Python to Conform w...Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22patch [#29676] ALPHA OVER: Fix associated alpha over situation to fix [#29675...Dalai Felinto
2011-12-22Matrix.translation wrapper vector, continent accessing to matrix[3][0:3].Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-22== Sculpt ==Nicholas Bishop
2011-12-22fix for use of uninitialized value for ipo conversion.Campbell Barton
2011-12-22cleanup and some fixes to mathutils by Andrew HaleCampbell Barton
2011-12-22patch [#29667] Fix for potential memory corruption in path_util.cCampbell Barton
2011-12-22SVN maintenance.Guillermo S. Romero
2011-12-21A few small fixes to new UI messages...Bastien Montagne
2011-12-21Fix linux linking issue with md5 commit.Brecht Van Lommel
2011-12-21Fix #29670: color picker draw issues with RGB values out of soft range.Brecht Van Lommel
2011-12-21Code refactoring: move MD5 out of imbuf into blenlib.Brecht Van Lommel
2011-12-21Do not show "Modify" modifiers group for curve objectsSergey Sharybin
2011-12-21Small i18n edits:Bastien Montagne
2011-12-21fix for mathutils mat*vec for non sqyare matrices by Andrew HaleCampbell Barton
2011-12-21Added Record run no gaps timecode for movie clips.Sergey Sharybin
2011-12-21Patch [#29654] New menu option under Object > Game with "Copy All Physics Att...Dalai Felinto
2011-12-21topo mirror and sync with minor edits made to bmesh, no functional changesCampbell Barton
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-20Fix #25775: crash using border render from external render engines, mergingBrecht Van Lommel
2011-12-20recent commit missed swapping args for MATRIX_ITEM in mathutils_Vector.c, bre...Campbell Barton
2011-12-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton