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-09-27svn merge ^/trunk/blender -r40511:40587Campbell Barton
2011-09-27fix for building on windows, clear some warnings tooCampbell Barton
2011-09-27[#28681] Switching transform type doesn't register correct operator for 'repe...Martin Poirier
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-26fix [#28742] UILayout.menu() with icon misbehaves in headersCampbell Barton
2011-09-26replace strnlen with BLI_strnlen, make some args const - no functional changes.Campbell Barton
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-26Remove PROP_TRANSLATE flag from labels for operators, menus and panels.Sergey Sharybin
2011-09-26Commented and tagged some unused vars (gcc warnings...). Also fixed some unin...Bastien Montagne
2011-09-26Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-26add missing imports to wm.py and remove "." from rna descriptions.Campbell Barton
2011-09-26Fix #28747: Crash in Node EditorSergey Sharybin
2011-09-26workaround/fix for [#28379] Shift+F problem when using Ortho CameraCampbell Barton
2011-09-26OSX - cmake: blenderplayer part 2: Jens Verwiever co-patchDalai Felinto
2011-09-26bugfix [#28744] Object mapped textures (decals) in linked files are not rende...Campbell Barton
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it o...Dalai Felinto
2011-09-26BMesh branch-specific warning fixes for MSVC 2010 warningsAndrew Wiggin
2011-09-26cmake files for bundling blenderplayer in OSXDalai Felinto
2011-09-26Fix some typos & bugs from some of my previous patches and commitsAndrew Wiggin
2011-09-26Bread-first bmesh walkers:Andrew Wiggin
2011-09-26Fix dissolve crashes.Andrew Wiggin
2011-09-26undo of 40542 (meant to make two separate changes)Andrew Wiggin
2011-09-26Fix dissolve crashes.Andrew Wiggin
2011-09-25Commented and tagged some unused vars (gcc warnings...).Bastien Montagne
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
2011-09-25whitespace cleanupCampbell Barton
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-09-25Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-25patch [#28616] Multiple particle systems supportCampbell Barton
2011-09-25BGE Animations: Fixing various Action Actuator compatibility issues reported ...Mitchell Stokes
2011-09-25added bone envelope to the editbone UI, also use more BLI_math functions for ...Campbell Barton
2011-09-25correction to armature drawing code, was implicitly casting the bone flag to ...Campbell Barton
2011-09-25fix [#28459] Fly mode problem: "Precision enable" not working in 2.59Campbell Barton
2011-09-25make new rna variables more consistant with existing names.Campbell Barton
2011-09-25manual update on changelog (python API)Dalai Felinto
2011-09-25removing texface rna - changelog.rst update soonDalai Felinto
2011-09-24fix for assertCampbell Barton
2011-09-24optimization for scanfill allocation function.Campbell Barton
2011-09-24Minor: Added PROP_DISTANCE sub-type to min/max dstances of WeightVG Proximity...Bastien Montagne
2011-09-24edits to internal renderer - no functional changes.Campbell Barton
2011-09-24make error prints more helpful & correct some comments for rip code.Campbell Barton
2011-09-24fix for missing memfree with raddish merge, copy over changes from trunk for ...Campbell Barton
2011-09-24fix [#28736] FaceMask crash on Weight PaintCampbell Barton
2011-09-24svn merge ^/branches/bmesh/blender -r40512:40513Campbell Barton
2011-09-24svn merge ^/trunk/blender -r40498:40511Campbell Barton
2011-09-24Another rip fix for rip grabbing the wrong side of the split edgesAndrew Wiggin
2011-09-24Minor: Other UI strings typos and tweaks. Also updated french po & moBastien Montagne
2011-09-23Fix for recent Campbell's commit.Sergey Sharybin
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton