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
2014-02-03Fixed a possible access to null pointer reference.Sergey Sharybin
2014-02-03Fix T38447: Deactivated hotkeys are still showing in menuJoshua Leung
2014-02-03Use bool where appropriateJoshua Leung
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-03Assure test works in all OSX buildenvironments/build-typesJens Verwiebe
2014-02-02Fix T38435: Crash when pressing MMB in walk modeBastien Montagne
2014-02-02Added bevel regression test to tests.Howard Trickey
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-02Fix: Compile error due to missing #define for MSVC9 (VisualC++ 2008)Andrea Weikert
2014-02-02Freestyle: Fix for iterations over 0D elements in the reversed order.Tamito Kajiyama
2014-02-02Docstring updates and code cleanup by flokkievids (Folkert de Vries).Tamito Kajiyama
2014-02-02Code cleanup (mostly indentation and white space).Tamito Kajiyama
2014-02-02Fix for iterators' at_start flag left unset in C++ to Python conversion utili...Tamito Kajiyama
2014-02-02Imported D222 Diff 2 (ID 781) by flokkievids (Folkert de Vries).Tamito Kajiyama
2014-02-02Add include needed for clang, quiet warningCampbell Barton
2014-02-02BMesh: optimize loop_find_regions, reserve array sizeCampbell Barton
2014-02-02BMesh: optimize lookups for triangle fillCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-02-02Smallhash: fixes/improvementsCampbell Barton
2014-02-01Smallhash: optimizationsCampbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-02-01Math lib: simplify size_to_mat4 and use in b_bone_spline_setupCampbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2014-02-01Fix T38432, Fix 38432: more stupid error in view3d ray code, sorry about that.Bastien Montagne
2014-01-31Fix player stub after type changeJens Verwiebe
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-31Fix for error setting unique names for tracksCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-31Fix for T32843gaiaclary
2014-01-31Events: fix for wmEvent prevx, prevy not updatingCampbell Barton
2014-01-30More snapping fixes (this is ridiculous).Bastien Montagne
2014-01-30Code cleanup: remove BLI_has_parentCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-30Fix T38409: Snapping BugBastien Montagne
2014-01-30Fix a nice bug in ED_view3d_win_to_vector() - vector returned for an ortho vi...Bastien Montagne
2014-01-30Fix for crash linking node groups through bpy.data.libraryCampbell Barton
2014-01-30Fix T38403: Laplacian smooth on instanced objects leads to crash.Lukas Tönne
2014-01-30Fix T38358: typo in own rB77089a3bf203.Bastien Montagne
2014-01-30Smallhash: refactor and fixesCampbell Barton
2014-01-30PyAPI: noise.seed_set(), note that zero is a special case.Campbell Barton
2014-01-30Fix T38402: invalid message for bad type assignments (Quat, Vector)Campbell Barton
2014-01-30UI: move toggle icons out of layout checks into rnaCampbell Barton
2014-01-30UI API: don't use a text label when icon_only is setCampbell Barton
2014-01-29Fix T38400: crash in image_listener accessing deleted object.Brecht Van Lommel
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-29Fix T37661: color ramps and curve mapping editing not disabled for linked data.Brecht Van Lommel
2014-01-29Code cleanup: remove redundant makesrna call with platform "linuxcross".Lawrence D'Oliveiro
2014-01-29Fix accidental description change in recent commit.Brecht Van Lommel
2014-01-29Fix bone transform issue where the bone roll depends on intermediate mouse po...Brecht Van Lommel
2014-01-29Fix T38359: incorrect display of material slot with pinned particle settings.Brecht Van Lommel