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
path: root/source
AgeCommit message (Expand)Author
2013-09-09Fix #36692: crash with split viewer compositing node and rendering. Only one ...Brecht Van Lommel
2013-09-09Fix #36593: crash duplicating window on OS X in some situations. User dataBrecht Van Lommel
2013-09-09Some more fixes to missing look initializationSergey Sharybin
2013-09-09Film response looks:Brecht Van Lommel
2013-09-09Fix #36682: disable shift+backspace shortcut to delete all text in text fields,Brecht Van Lommel
2013-09-09Create/delete keyframe for motion tracks in clip editorSergey Sharybin
2013-09-09Avoid using "bundle" in condole message printSergey Sharybin
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-09-09Fix own mistake in one of previous commitsSergey Sharybin
2013-09-09Fix #36663, Bone properties sometimes vanish when mousing into properties win...Lukas Toenne
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09enable strict flags for mesh_evaluate.cCampbell Barton
2013-09-09remove use of BLI_array in BKE_mesh_mpoly_to_mface(). was over-allocating any...Campbell Barton
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-09-09screw tool used uninitialized normal to detect flipping direction.Campbell Barton
2013-09-09code cleanup: warnings and redundant checks.Campbell Barton
2013-09-08Changes to Freestyle default parameters:Tamito Kajiyama
2013-09-08Some fixes to tips...Bastien Montagne
2013-09-08update bmesh doxy docs, remove double-promotion warnings in remove-strict-fla...Campbell Barton
2013-09-08code cleanup: quiet warningsCampbell Barton
2013-09-08patch [#36633] Correct headers for renders saved as bitmap (.bmp) format.Campbell Barton
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-07Usual blenderplayer stub fix... ;)Bastien Montagne
2013-09-07use strict flags for gridfill, use unsigned ints.Campbell 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-07rna wrap WM_cursor_warpCampbell Barton
2013-09-07wrap cursor setting so python can make use of it, eg: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-06Woops, minr style changes are needed.Sergey Sharybin
2013-09-06Avoid tracks reallocation and planes traversal in tracks_map_mergeSergey Sharybin
2013-09-06On the second thought, no need to go between straight and premul when doing A...Sergey Sharybin
2013-09-06grid-fill support for customdata, so filled areas have UV's, vertex colors et...Campbell Barton
2013-09-06bmesh utility functions BM_face_as_array_loop_tri, BM_face_as_array_loop_quadCampbell Barton
2013-09-06fix for barycentric_weights_v2_quad() divide by zero when the location we're ...Campbell Barton
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-06sorting utility functions for simple cases - sorting pointers by float for ex...Campbell Barton
2013-09-06Fixing a problem with variance shadow maps blurring out on transparent receiv...Daniel Stokes
2013-09-06align BevelSort strict to save some bytes. use camel case.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-05Cleanup (mostly #defines -> enums, and bitflags using bitshift operator!).Bastien Montagne
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