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-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
2013-09-05Fix #36649 and #36650: animation of freestyle line thickness and linestyle didBrecht 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-05Code cleanup: get rid of crappy height cast to doubleSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for tracking APISergey Sharybin
2013-09-05Compositor cleanup: Merge conversion operations into a single file (see also ...Lukas Toenne
2013-09-05Bugfix #35920Ton Roosendaal
2013-09-05Removed unused variables used only in BLI_assert, this triggers compiler warn...Lukas Toenne
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-05Fix #36113, Translate's wrapping has 1 pixel gap in X and Y after scale node.Lukas Toenne
2013-09-05Extend mode option for MemoryBuffer reading in compositor. This will allow pr...Lukas Toenne
2013-09-05add positive_mod() utility function.Campbell Barton
2013-09-05Merge some operations into a single fileSergey Sharybin
2013-09-05fix for error in bmesh api, selection setting needs to go via BM_elem_select_...Campbell Barton
2013-09-05Apply patch [#36601].Nathan Letwory
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-05BGE: Removing an unused rendertools argument from BL_ConvertActuators().Mitchell Stokes
2013-09-05Fix broken GLSL shader after recent changes.Brecht Van Lommel
2013-09-05Find missing files now keeps relative paths relative instead of turning themBrecht Van Lommel
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-05remove error return value from BLI_bvhtree_insert, no callers were using.Campbell Barton
2013-09-05use strict flags for kdopbvh, also assert when invalid treetype is passed, ra...Campbell Barton
2013-09-04fix for building on msvcCampbell Barton
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