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-24Re-enable CYCLES and OpenEXR since they work for MInGW. IMPORTANT: Only use t...Antony Riakiotakis
2011-12-24OSX/gcc-4.6, fix for typedef uin64_tJens Verwiebe
2011-12-24update bpy_extras.view3d_utils for matrix changesCampbell Barton
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-24Formatting edits <120 length linesCampbell 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-23Fix test key conflict operator error, due to missing scripts window.Brecht 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-23give errors when using unsupported configurations with mingw`Campbell Barton
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-23Another Fix after Cucumber Merge:Thomas Dinges
2011-12-23update the api changelog 2.60 --> 2.61Campbell 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-22update axis conversion for recent matrix changesCampbell Barton
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-22picky edits - use "" for non enum strings.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-22Cycles: support for multiple render layers. It currently renders each layerBrecht Van Lommel
2011-12-22Cycles: code refactoring, to do render layer visibility test a bit different,Brecht Van Lommel
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