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
2015-12-13Merge branch 'master' into GPencil_Editing_Stage3GPencil_Editing_Stage3Joshua Leung
2015-12-13Revert previous eraser tweak - It made using the mouse to erase too difficultJoshua Leung
2015-12-13BGE Rasterizer clean up: double-promotion warningsJorge Bernal
2015-12-13Moto Clean-up: double-promotion warningsJorge Bernal
2015-12-13BGE: Use float as default instead of double in Moto library.Porteries Tristan
2015-12-13GP Sculpt: Cleanup old comments and some debug printsJoshua Leung
2015-12-13GPencil EditMode Keymap: Asterisk/Star Key on Numpad can be used to toggle Is...Joshua Leung
2015-12-13GPencil Eraser: Some tweaks to eraser strengthJoshua Leung
2015-12-13Fix: Header help text was not defined for Grease Pencil "Poly" drawmodeJoshua Leung
2015-12-13GPencil UI: Added a few extra icons for decorationJoshua Leung
2015-12-13GPencil EditMode Keymap: Alt-C now activates the "Convert" tool for Grease Pe...Joshua Leung
2015-12-13Code Cleanup: Remove code for old GP eraserJoshua Leung
2015-12-12Knife: use BM_face_split_edgenet for detecting holesCampbell Barton
2015-12-12Correct own mistake in 3e499c1aCampbell Barton
2015-12-12GPencil Eraser: Eraser is now pressure sensitiveJoshua Leung
2015-12-12Use material remapping for bmesh-booleanCampbell Barton
2015-12-12Fix: Delete tagged GPencil stroke points now adjusts timing infoJoshua Leung
2015-12-12GPencil: Code cleanup - Moved logic for removing selected/tagged points from ...Joshua Leung
2015-12-12Fix T46958: NLA Editor's 'Add Modifier' button is the wrong size on Retina Di...Joshua Leung
2015-12-12Compile fix for changes from masterJoshua Leung
2015-12-12Merge branch 'master' into GPencil_Editing_Stage3Joshua Leung
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-12BMesh: editmode booleans ignored when no faces cutCampbell Barton
2015-12-12Correct error in last boolean commitCampbell Barton
2015-12-12BGE: Improve clock managementArnaud Degroote
2015-12-12Code Cleanup: Move away from inlined math for the eraser testsJoshua Leung
2015-12-11Fix T46945: Mesh Deform binding to a cage object with modifiers is unreliable.Bastien Montagne
2015-12-11Fix for invalid void* to typed pointer assignment in bmesh when used in C++ c...Lukas Tönne
2015-12-11Commend timing prints for booleanCampbell Barton
2015-12-11BMesh: boolean wasn't ignoring hidden facesCampbell Barton
2015-12-11Some code cleanup - Using proper types in more placesJoshua Leung
2015-12-11Fix T46949: Latest blender builds are using shared pcre and xml2 librariesSergey Sharybin
2015-12-11BMesh: Add option to use BMesh boolean modifierCampbell Barton
2015-12-11Use Python3.5's unpacking generalizationsCampbell Barton
2015-12-11Mistake in last commitCampbell Barton
2015-12-11BMesh: Boolean as an edit-mode toolCampbell Barton
2015-12-11Fix: Fixed incorrect tooltipJoshua Leung
2015-12-11GPencil Sculpt: Expose setting for toggling whether to invert the way the bru...Joshua Leung
2015-12-11Correct error in recent commit w/ hole-fillingCampbell Barton
2015-12-11Fix: Keep onion skinning toggles in syncJoshua Leung
2015-12-11GPencil Eraser: Operates on all visible + editable layers instead of active onlyJoshua Leung
2015-12-11Fix: Save off GPencil eraser size earlier, to prevent it from being zeroed if...Joshua Leung
2015-12-11Fix: Grease Pencil eraser would operate on strokes that were not valid for th...Joshua Leung
2015-12-11Fix T46951: GLSL draw mode missing some textures.Brecht Van Lommel
2015-12-11BMesh: hole support for intersect toolCampbell Barton
2015-12-11BMesh: Add BM_face_kill_looseCampbell Barton
2015-12-11Memutil: remove some unused code.Brecht Van Lommel
2015-12-11IK Solver: remove unused and outdated test code.Brecht Van Lommel
2015-12-11Moto: remove some unused code.Brecht Van Lommel
2015-12-11Math Lib: 2d ray-segment intersection functionCampbell Barton