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
2014-04-17Fix T39767: Parent in Mask mode crashesCampbell Barton
2014-04-17Fix T39768: GLOBAL_X/Y/Z don't exist for bpy.ops.armature.calculate_roll type...Joshua Leung
2014-04-17BGE - button for deactivate sensors, controllers and actuatorsJorge Bernal
2014-04-16Fix Knife bug T39617: midpoint snap should affect intermediate points.Howard Trickey
2014-04-16Fix T39756: Extrude, immediate scaleCampbell Barton
2014-04-16Code cleanup: use bools & const argsCampbell Barton
2014-04-16Fix T39750: Bones disappearing with strange transforms.Bastien Montagne
2014-04-16Add Edge sharp/smooth to 3DView shading panel, as well as new Vert sharp/smooth.Bastien Montagne
2014-04-16Fix for half pixel offset rasterizing masksCampbell Barton
2014-04-16Fix T39745: "Origin to geometry" not working with Text objects. (regression)Campbell Barton
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-15Use binary search threshold when deciding whether to create ActKeyColumns too...Joshua Leung
2014-04-15Optimisations for building "Long Keyframes"Joshua Leung
2014-04-15Fix T39234: popup menus behave poorly when they have not enough width for all...Bastien Montagne
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-04-14Fix T39736: Ctrl+V reports "Objects Pasted" regardless if it worked or not.Bastien Montagne
2014-04-14Fix for the eyedropper fixes from todaySergey Sharybin
2014-04-14Fix T39704: Texture painting fails with different float image working spaceSergey Sharybin
2014-04-14Fix the eyedropper not working properly with different scene linear spacesSergey Sharybin
2014-04-13Reduce overhead when sampling texture images for brushes. The tests canAntony Riakiotakis
2014-04-13Cleanup:Antony Riakiotakis
2014-04-13Fix T39430, incorrect color management in paint cursor when usingAntony Riakiotakis
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-13Revert "Fix T39484: Time line: highlighted area for frame range one frame too...Bastien Montagne
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-04-12Slight modification to previous color wheel tweak.Antony Riakiotakis
2014-04-12Fix for sculpt mode last-stroke applying obmat twiceCampbell Barton
2014-04-12View3D: refactor ED_view3d_draw_offscreen and view3d_main_area_draw_objectsCampbell Barton
2014-04-12Walk Navigation: no one should fall through the floor ever again (fix #T39561)Dalai Felinto
2014-04-12Fix for color pickers:Antony Riakiotakis
2014-04-11Fix part T39643: Compositor renders blank Render Layer from other ScenesSergey Sharybin
2014-04-11Fix T39627Antony Riakiotakis
2014-04-11Fix T39640: Crash on maximizing/minimizing UV/Image EditorSergey Sharybin
2014-04-11UI: split area_copy_data into ED_area_data_copy, ED_area_data_swapCampbell Barton
2014-04-11Drawing: use const for wire colorCampbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-11Support logging of modified faces in dyntopo.Antony Riakiotakis
2014-04-11UI: correct own bad use of bool and document area_copy_data argsCampbell Barton
2014-04-11UI: de-duplicate UI_OT_copy_to_selected_button poll/execCampbell Barton
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-10Remove extra glEnd() call.Antony Riakiotakis
2014-04-10More instances of needed material initialization.Antony Riakiotakis
2014-04-09Back buffer selection needs updates to materials.Antony Riakiotakis
2014-04-09Revert "FCurve Transform: scaling no longer changes hansle types"Campbell Barton
2014-04-09View3D: disable LOD when game engine is disabled or ifdef'dCampbell Barton
2014-04-09Add material storage to derivedmesh.Antony Riakiotakis
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton