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-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
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-05Fix #22666: linked data lights lag during transform in GLSL mode.Brecht Van Lommel
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-05-16[#22114] Manipulator Transform Orientation not respectedMartin Poirier
2010-05-06keyframe transform, both through dopesheet/action editor and graph editor, wo...Joseph Eagar
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-04-03More work on Drag Immediate:Martin Poirier
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-30Fix a few warning in editors/ module.Brecht Van Lommel
2010-03-30Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set Matt Ebb