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-05Fix for vpaint_stroke_test_start returning operator flags, not boolCampbell Barton
2014-02-05Change confusing check discovered while working on HCL color wheel:Antony Riakiotakis
2014-02-05BGE: Fixing memory corruption/double free when duplicating (e.g., addObject) ...Mitchell Stokes
2014-02-04Code cleanup: remove scdata from ScanFillContextCampbell Barton
2014-02-04Scanfill: optimize filling curves, text, masks - skip calculating holesCampbell Barton
2014-02-04Scanfill: minor optimization, comment unused code, avoid vert loopCampbell Barton
2014-02-04Correct 3d text editing update logicCampbell Barton
2014-02-04SCons: code cleanup, shorter way to determine makesrna output directory.Lawrence D'Oliveiro
2014-02-04Fix missing $BLENDER_USER_DATAFILES in command line help text.Lawrence D'Oliveiro
2014-02-04Correct help: -b/--background does not take a file argumentLawrence D'Oliveiro
2014-02-04Fix T38427: Sculpt mode dimension changes don't UndoSergey Sharybin
2014-02-04Fix T38411: Free keyframe handles do not snap to frames when duplicatingSergey Sharybin
2014-02-04Node UI: Improved layout for the Shader Mapping node, to match UI guidelines ...Thomas Dinges
2014-02-04Fix T37577: Joining two objects with different UVs destroys UVs of one object...Bastien Montagne
2014-02-04View3d: fix for roll operating on locked views, now apply to user viewCampbell Barton
2014-02-04View3d: move lock check for orbit into a function and use for dolly tooCampbell Barton
2014-02-04Fix for view lock checks with ndof ops, was incorrectly comparing flagsCampbell Barton
2014-02-04Fix T38440: Segmentation fault in Movie Clip EditorAlex Babahin
2014-02-04Fix T38469: Strip delimiter handlers don't move strip correctly with keyboard...Bastien Montagne
2014-02-04Fix T38472: allow orbiting locked view when they are already 'user'.Campbell Barton
2014-02-04Blenderplayer: Fixing a memory leak.Mitchell Stokes
2014-02-04Code cleanup: removed unnecessary #defines causing re-definition warningsAndrea Weikert
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2014-02-03Fix T38439: allow IOR in range [0, inf] instead of [1, inf] in Cycles.Brecht Van Lommel
2014-02-03Scanfill: skip checks for loose edges when they can't occurCampbell Barton
2014-02-03Code cleanup: replace while -> for loopsCampbell Barton
2014-02-03Bevel: remove unused assignments.Howard Trickey
2014-02-03Fix T38424: modal number input ctrl - did not work, only ctrl numpad -.Brecht Van Lommel
2014-02-03Fix T38420: Segfault when curve deform modifier and cyclic dependencySergey Sharybin
2014-02-03OSX: tentative set back TEST_BLENDER_EXE to Debug hardcoded for xcode case,Jens Verwiebe
2014-02-03Fix T38450: Remove unused Children Offset optionSergey Sharybin
2014-02-03Fix T38421: Vertex Parenting & Triangle Vertex Parenting causes segfaults.Sergey Sharybin
2014-02-03Add compatibility for older Collada filesgaiaclary
2014-02-03Fix EXECUTABLE_OUTPUT_PATH binpath for OSX makefiles ( no CMAKE_BUILD_TYPE di...Jens Verwiebe
2014-02-03Fix T38455: Blenderplayer is not workingSergey Sharybin
2014-02-03Add include for FreeBSD and clangCampbell Barton
2014-02-03Fix another player stub after type changeJens Verwiebe
2014-02-03BGE: correct for last commitCampbell Barton
2014-02-03Image/Animation loading, remove user-pref extension check.Campbell Barton
2014-02-03Code cleanup: check -1 for error return explicitlyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
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