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-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-13fix [#28635] Mirror Modifier - Clipping still active when modifier is disabledCampbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-07removed old ndof transform code, to be replaced with modern stuff in 2.6Mike Erwin
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-03Crash in MMB moves (etc): commit of today was reading NULL pointer.Ton Roosendaal
2011-08-03* Merging trunk up to r38981.Joerg Mueller
2011-08-03fix [#28135] Edge slide changes UVCampbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-25Fix #28079: UV propertional editing was incorrectly influenced by theBrecht Van Lommel
2011-07-22Split up recalcData() function in transform_generics.c into smallerJoshua Leung
2011-07-06NLA Drawing - When "Show Control Curves" option in View menu isJoshua Leung
2011-06-22Animation Channel Filtering Refactor - Part 3 (Visibility Flag Split)Joshua Leung
2011-06-21Animation Channel Filtering Refactor - Part 1Joshua Leung
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-14fix [#25423] Mirror clipping is ignored with single vertex extrusion when usi...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-18fix remaining crash from [#27035] 3 problems: crash and enum "REGION" not fou...Campbell Barton
2011-05-02fix transform code using a node space as an image space, accessing unallocate...Campbell Barton
2011-04-19fix [#27011] executing a script crashes BlenderCampbell Barton
2011-04-08Minor bugfix in initTransInfo: SpaceImage used even if space type is SPACE_NODE.Lukas Toenne
2011-03-22- support transform operators running in backgruond mode (was crashing)Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-04Moved Auto-Keying "Insert for KeyingSet only" option from UserPrefs toJoshua Leung
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-10bug [#25535] proportional editing bugCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-16Bugfix, irc reportTon Roosendaal
2010-12-10transforming pose bones while the animation was playing would crash.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-27[#24935] Proportional translation size stuck to noneMartin Poirier
2010-11-25bugfix [#24907] bone roll z up broken and python script showing correct metho...Campbell Barton
2010-11-21[#24827] Crash when auto-keyframing while playing animationMartin Poirier
2010-11-14[#24639] Snap to Face (retopo) doesn't work when clipping is enabled in mirro...Martin Poirier
2010-11-11Bugfix #24621: NLA strips move insensitively across tracksJoshua Leung
2010-11-05centralize function for calculating pixel size. (no functional changes)Campbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-19Cancelling rotation on axis/angle object rotation didnt restore the original ...Campbell Barton
2010-09-28[#24028] Minor fixes to BLI_math_vectorCampbell Barton
2010-09-28bugfix [#23908] Irratic manipulator scale at far out distancesCampbell Barton
2010-09-20Silence a compiler warning.Nathan Letwory