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
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-26rename lattice influence to strength from r45144 (other deform modifiers call...Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-05Movie Clip Editor: cleanup of display panelsSergey Sharybin
2011-11-26pass args as vectors to opengl functions where possible.Campbell Barton
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-13fix for buffer overrun when grease pencil drawing in the clip editor.Campbell Barton
2011-11-07minor warning nicer api useCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-27Typos and formatting fixesJoshua Leung
2011-09-22clear up some warnings.Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15- Whitespace fixes (was commiting from windows where text editor wasn't confi...Sergey Sharybin
2011-09-06Fix for poly line grease pencil and surface drawing.Sergey Sharybin
2011-09-06New grease pencil mode: poly line drawingSergey Sharybin
2011-09-06Grease pencil: non-blocking sketch sessionsSergey Sharybin
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-11Fix for crash when using undo during sketching session.Sergey Sharybin
2011-08-10fix for crash undoing grease pencil session, last action would free entire fr...Campbell Barton
2011-08-10fix [#28197] Undoing Grease pencil removes last 2 strokesCampbell Barton
2011-07-24sculpt/paint while using 3D mouseMike Erwin
2011-05-27own recent commits caused crash with the grease pencil in camera view, always...Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20edit gp_stroke_convertcoords not to modify the mval passed to it & make some ...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-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-05-04drawing in 3d camera view conversion between mouse/camera view border was bro...Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-03-31Bugfix #26651Ton Roosendaal
2011-03-18fix for using freed memory with modal grease pencil draw.Campbell Barton
2011-03-17Bugfix: Grease Pencil paint didn't clean up properly after error-exitsJoshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27Grease Pencil stroke smoothing cleanup - making this less susceptibleJoshua Leung
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory