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-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
2011-09-15Update build rules to deal with new gettext libraries.Sergey Sharybin
2011-09-15Fix [#28654] Warp modifier does not support negative strength when Vertex Gro...Bastien Montagne
2011-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-09-15move utf8 string.c functions into their own file, also add python tip for pri...Campbell Barton
2011-09-14minor edits to ascii draw function, unused var warning.Campbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-09-14removed nodes from CMake's BLENDER_LINK_LIBS, rewrote find-pcre using own tem...Campbell Barton
2011-09-14- removed some duplicate library links from cmake (which were needed because ...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-13fix compilation for MinGW by substituting qsort_r with qsort. What aversion d...Antony Riakiotakis
2011-09-13fix [#28635] Mirror Modifier - Clipping still active when modifier is disabledCampbell Barton
2011-09-12Fixes #28599: Wrong re-assigning of layers in RenderLayer comp nodes when del...Bastien Montagne
2011-09-12correct bad maximum value, for wile-loop node, outside the range of a short.Campbell Barton
2011-09-12fix for opencollada crash with r40164, missing NULL check.Campbell Barton
2011-09-12Fix [#28614] Collada Exporter does not export Ambient termNathan Letwory
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-12Code shuffle so function has only one exit point.Nathan Letwory
2011-09-12Fix for bug #28332: Smoke Simulation rendering artifacts.Miika Hamalainen
2011-09-12Fix #28613: SEGFAULT: When setting Best-Quality on a Bump Map in GLSL viewportSergey Sharybin
2011-09-12fix for changing font sizes with recent utf8 speedupCampbell Barton
2011-09-12Fixed "bug" #28611: Subdiv value for icosphere should not be below 1.Bastien Montagne
2011-09-12Recast: attempt to fix compilation problem in Linux.Benoit Bolsee
2011-09-12- fix for mesh_get_mapped_verts_nors copying short normals to floats without ...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-12cleanup for object color theme (no functional changes), could set the opengl ...Campbell Barton
2011-09-12fix for passing NULL to strstr() in visualkey_can_use()Campbell Barton
2011-09-12fix for ntreeGPUMaterialNodes(), using uninitialized exec pointer.Campbell Barton
2011-09-12== Sequencer ==Peter Schlaile
2011-09-11Found other problems similar to bug #28619 in other primitive_add ops… Will...Bastien Montagne
2011-09-11Fixed bug #28619: values of X/Y grid size were allowed to be below 3, when ad...Bastien Montagne
2011-09-11Fixes for Win+SCons and disable recastnavigationif game engine is disabled in...Sergey Sharybin
2011-09-11Recast: fix bad level calls, Recast compiled out if BGE not enabled. SCons up...Benoit Bolsee
2011-09-11fix for 'blender -E' crashing.Campbell Barton
2011-09-11Audio:Joerg Mueller
2011-09-11move maxseq define into DNA.Campbell Barton
2011-09-11speedup for editmesh drawing.Campbell Barton
2011-09-11Game Engine:Thomas Dinges
2011-09-11partial fix for blenderplayer linking problems (decast retour)Dalai Felinto
2011-09-11speedup font drawing:Campbell Barton
2011-09-11fix for error in own commit r40108.Campbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-11bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get chang...Dalai Felinto
2011-09-11use vertex arrays for 3d view grid floor, reduce calls to glColor3ubv. clanup...Campbell Barton
2011-09-11draw grid lines in 1 loop rather then 2.Campbell Barton
2011-09-11change grid floor loopCampbell Barton
2011-09-11simple changes to grid drawing logic.Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-11cmake edits to navmesh so includes are not added unless the game engines enab...Campbell Barton