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-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18added back scene/object update function, its needed for multipaint switching.Campbell Barton
2011-09-18rename EM_backbuf_checkAndSelectTVerts to EM_backbuf_checkAndSelectVerts_obmo...Campbell Barton
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-18Console Scrolling - reset while typing.Campbell Barton
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
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-17BGE Animations: Fixing some refcount issues with KX_Scene::m_animatedlist (fi...Mitchell Stokes
2011-09-16BGE fix: Font Objects not showing up in the dome modeDalai Felinto
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-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-15replace rna_update_active_object with NC_GEOM|ND_DATA notifier (as pointed ou...Campbell Barton
2011-09-14fix for a bug painting on selected verts, also fix an error in my own recent ...Campbell Barton
2011-09-14some picky rna/variable renaming:Campbell Barton
2011-09-14- move vgroup lock buttons on the panel into the vgroup specials menu.Campbell Barton
2011-09-14- use a flag define for bDeformGroup->flag rather than setting TRUE/FALSECampbell Barton
2011-09-14remove count_selected_defgroups() function and make get_selected_defgroups() ...Campbell Barton
2011-09-14another cleanup pass, quiet all warnings for GCCCampbell Barton
2011-09-14minor edits to ascii draw function, unused var warning.Campbell Barton