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-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09screw tool used uninitialized normal to detect flipping direction.Campbell Barton
2013-09-08code cleanup: quiet warningsCampbell Barton
2013-09-07changes to grid fillCampbell Barton
2013-09-07missing NULL check in recent commit, also skip some calculations in mean_valu...Campbell Barton
2013-09-07avoid divide by zeto in node preview drawing.Campbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-063D View: add shift+Z shortcut key to switch to Rendered draw mode.Brecht Van Lommel
2013-09-06Fix #36672: outliner allowed to toggle linked group visibility, which should notBrecht Van Lommel
2013-09-06error in recent gridfill commit, calculating span last failed.Campbell Barton
2013-09-06grid-fill now detects non-square grids (this is what users would expect)Campbell Barton
2013-09-06fix [#36656] text editor undo error when undoing paste commandJustin Dailey
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-05Fix metaball f-curves not showing up in graph editor.Brecht Van Lommel
2013-09-05Expose theme color of shadow UVs (These include UVs that are drawn inAntony Riakiotakis
2013-09-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-09-05Bugfix #35920Ton Roosendaal
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05grid-fill can now fill a single, closed edge loop.Campbell Barton
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