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-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...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-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-12Fix #25177: Skeleton Sketching - deleted sketches don't disappear immediatelySergey Sharybin
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-02Fix #22690: gestures were not working correct after inbetween mousemoveBrecht Van Lommel
2010-06-20etch-a-ton bugfixMartin Poirier
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-10-14skin/loft was broken, was passing short[2] as float[2]Campbell Barton
2009-10-13fix for warnings, wkey menu wasnt registeredCampbell Barton
2009-10-13Project option for snap to faces.Martin Poirier
2009-09-24fix for middle mouse up events not working with modal keymaps (used for fly m...Campbell Barton
2009-09-18VecAngle3_2D, VecAngle2 and VecAngle3 returned degrees, in arithb.c degrees a...Campbell Barton
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-10fix crash caused by stroke selectionMartin Poirier
2009-07-30Move some sketching base code in kernel.Martin Poirier
2009-07-29Use the Ramer-Douglas-Peucker algorithm instead of a reverse Chaikin filter t...Martin Poirier
2009-07-19Store sketch in armature instead of ugly global.Martin Poirier
2009-07-112.5: X11Brecht Van Lommel
2009-07-092.5Ton Roosendaal
2009-07-09Cosmetic changes in etch-a-ton drawing code, mostly.Martin Poirier
2009-07-082.5: code consistencyBrecht Van Lommel
2009-06-232.5: Tool SettingsBrecht Van Lommel
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-03-23Finished porting etch-a-ton to 2.5Martin Poirier
2009-03-22First part of operatorizing etch-a-ton in 2.5Martin Poirier
2009-03-20merge more etch-a-ton code. nothing works, but it compiles. Will try to get i...Martin Poirier