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-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
2011-12-21Code refactoring: move MD5 out of imbuf into blenlib.Brecht Van Lommel
2011-12-21Cycles: some small code refactoring related to buffer parameters.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-20Cycles/CUDA:Thomas Dinges
2011-12-20Cycles: some tweaks for apple opencl with ATI cards, to get it working up toBrecht Van Lommel
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-20Cycles: avoid using float3 in kernel constant memory, just so we're sure alig...Brecht Van Lommel
2011-12-20Cycles: border rendering support, includes some refactoring in how pixels areBrecht Van Lommel
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
2011-12-20Fix a small typo-bug in UVProject modifier (using v3 instead of v4 to detect ...Bastien Montagne
2011-12-20Get rid of hardcoded structure definition in DM drawing callbacksSergey Sharybin
2011-12-20Cleaning up some issues that found their way into the python ui files with th...Daniel Stokes
2011-12-20First fix after Cucumber merge starts.Thomas Dinges
2011-12-20patch [#29662] Modifications to Mathutils Vectors for Consistency with Commit...Campbell Barton
2011-12-20rename internal matrix struct member vars to avoid confusionCampbell Barton
2011-12-20__str__ functions for other mathutils typesCampbell Barton
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto