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-09-19remove WITH_* defines from image formats, instead just dont build the files a...Campbell Barton
2011-09-18add back GPL2+ header to paint_utils.c, copied from editface.c since some of ...Campbell Barton
2011-09-18add old style nan GPL2+ header to sound.c since this file is from rev2 and sh...Campbell Barton
2011-09-18patch [#28684] Image pack/unpack() implementation.Campbell Barton
2011-09-18replace strnlen with BLI_strnlen & some style changes.Campbell Barton
2011-09-18fix for crash loading a file saved with fluidsim when blenders compiled with ...Campbell Barton
2011-09-18blf - further shrink drawing functions & some style changes.Campbell Barton
2011-09-18blf code - no functional changes.Campbell Barton
2011-09-18Fix for [#28672] Blender segfault after exiting a game that was opened with a...Joerg Mueller
2011-09-18Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-18Console Scrolling - reset while typing.Campbell Barton
2011-09-17image button was hard coded to draw the splash screen which it loaded from PN...Campbell Barton
2011-09-17Recast/detour: fix some property enum identifiers to follow conventions.Brecht Van Lommel
2011-09-17Nodes: fix nodes in groups not getting socket templates verified, and reserveBrecht Van Lommel
2011-09-17Speedup for font drawing, every letter was character was calling:Campbell Barton
2011-09-17Minor: fixing other UI typos.Bastien Montagne
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-17Minor: fixing an UI typo.Bastien Montagne
2011-09-17use const and array size in function definitions, no functional change.Campbell Barton
2011-09-17correction to recent commit, wouldnt have given any troubles but was assignin...Campbell Barton
2011-09-17more mini optimizations - don't call UI_ThemeColor 4 times per curve handle, ...Campbell Barton
2011-09-17micro optimization for circle drawing.Campbell Barton
2011-09-17use less confusing array syntax for circle drawing, no functional changes.Campbell Barton
2011-09-16WeightVG: added WeightVG icon for outliner (don’t know when that where lost...Bastien Montagne
2011-09-16- fix for memory leak in findFreeNavPolyIndex()Campbell Barton
2011-09-16Fix #28663: All "unit" properties show a value of 0 (on WinXP&MinGW&scons)Sergey Sharybin
2011-09-16correction for my fix for [#28668], would crash when there were no editbones.Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-16replace macros with math lib functionsCampbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-16- remove deprecated pose channel membersCampbell Barton
2011-09-16fix [#28668] Crashes entering edit mode on ArmatureCampbell Barton
2011-09-15WeightVG: Made Edit and Proximity also use the new weightvg_update_vg MDeform...Bastien Montagne
2011-09-15SVN maintenance.Guillermo S. Romero
2011-09-15- include enum names and descriptions in sphinx generated documentationCampbell Barton
2011-09-15WeightVG utils, weightvg_update_vg func updates.Bastien Montagne
2011-09-15Use static context trick for all platforms.Sergey Sharybin
2011-09-15WeightVG Mix modifier: updated code to use defgrp_find_index, and make MDefor...Bastien Montagne
2011-09-15- Whitespace fixes (was commiting from windows where text editor wasn't confi...Sergey Sharybin
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
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-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