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
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-04better fix for r59794, register a gesture when the mouse goes outside the act...Campbell Barton
2013-09-04fix for window join action being interpreted as a split.Campbell Barton
2013-09-04fix for glitch splitting horizontally with a high dpi, could make areas small...Campbell Barton
2013-09-04style cleanupCampbell Barton
2013-09-04tweaks to fly modeCampbell Barton
2013-09-04Added better support for line styles in the Outliner.Tamito Kajiyama
2013-09-04Fix for redundant multiple animation data items of the same line style in Dop...Tamito Kajiyama
2013-09-04Fix #36649: Drivers for Freestyle parameters in Render Layer panel don't appe...Tamito Kajiyama
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-09-04replace sqrt(dot()) with length functions.Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-09-04Fix #36449: switching between render slots during render would leave some tilesBrecht Van Lommel
2013-09-03Fix #36359: sequencer frame indicator not updating during animation render.Brecht Van Lommel
2013-09-03Fix a possible bug in knife detected by coverity.Howard Trickey
2013-09-03Color managed color didn't work properly for float sequencer frames.Sergey Sharybin
2013-09-03Bugfix: When deleting all keyframes from F-Curves, don't delete the F-Curve ifJoshua Leung
2013-09-03display angle in axis/angle buttons as degrees as with euler rotations.Campbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-09-03Graph Editor: Preserve active curve when using AKEY to toggle selection statusJoshua Leung
2013-09-03Apply Scale for EmptiesJoshua Leung
2013-09-03add checks for bad args to RNA_def_property_ui_range & RNA_def_property_range...Campbell Barton
2013-09-02fix [#36412] Pivot of active element switches to last selected face after dup...Campbell Barton
2013-09-02text editor cursor motion (left/right arrows) with selected text typically ju...Campbell Barton
2013-09-02add attributes to ghash and edgehash functions.Campbell Barton
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01Tag unused arg as unused.Sergey Sharybin
2013-09-01Patch #36622, by Henrik Aarnio: Fit backdrop image to the area dimensions.Lukas Toenne
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-08-31text spacing was using DPI rather then the size of the text.Campbell Barton
2013-08-31text drawing glitche - highlight line was offset slightly from selection.Campbell Barton
2013-08-31remove calls to CTX_wm_region(C) when the region is already known.Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-30execute bisect immediately (without starting modal input) if the plane is alr...Campbell Barton
2013-08-30minor ui editsCampbell Barton
2013-08-30Followup for rev59629.Sergey Sharybin
2013-08-30Fix #36605: Segfault when border selecting markers in the "graph" mode when n...Sergey Sharybin
2013-08-29don't show screen-space-line start/end points in operator redo panel.Campbell Barton
2013-08-29mesh bisect can now be defined with mouse inputCampbell Barton
2013-08-29correct own error r59619 (changes made to patch, adding handle recalculation ...Campbell Barton
2013-08-29Fix building under windows after r59631 (grr, sorry :/ ).Bastien Montagne
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin