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
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-25fix [#36278] X,Y Direction wrong after bpy.ops.view3d.viewnumpadCampbell Barton
2013-07-23code cleanup: remove dead code, view3d panel was building a menu string and n...Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-23hidden-wire draw option: always use the cage when masking out faces otherwise...Campbell Barton
2013-07-21using shift +/- to dolly with a locked camera now works.Campbell Barton
2013-07-21fix for unintended fall-through in switch statement, also reduce undo_pos in...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20add new snap option: 'Selection to Cursor (Offset)',Campbell Barton
2013-07-20fix for bug snapping multiple pose bones to the cursor (it would apply pose t...Campbell Barton
2013-07-20hidden wireframe option for mesh editmode, important for retopology mode (can...Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19add keybinding for dolly: shift +/-Campbell Barton
2013-07-19patch [#36000] View lock offset (allow panning when the view is locked)Campbell Barton
2013-07-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16revert part of own commit r58304, gives different behavior when de-selecting ...Campbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-15allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle ...Campbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-13fix for missing break statements in switch, some key shortcuts and notifiers ...Campbell Barton
2013-07-12Get rid of global originmat matrix from object.cSergey Sharybin
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-07-09fix [#36055] Edge/Face Info display on wrong position with key framesCampbell Barton
2013-07-09Fix #36063: cycles 3D viewport was incorrectly influenced by blender internalBrecht Van Lommel
2013-07-05fix for [#35911] wasn't complete, while weigths would show in editmode, weigh...Campbell Barton
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2013-07-02remove unused definesCampbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selec...Gaia Clary
2013-07-01tweak to commit r57891, dont draw hidden faces/edges in editmode.Campbell Barton
2013-07-01fix [#35911] Show weights not working with a weight edit modifier in edit modeCampbell Barton
2013-07-01minor change for high res displays, scale fcurve handles and view3d axis size.Campbell Barton
2013-06-28view-selected didnt work for metaballs in object mode (radius from previous c...Campbell Barton
2013-06-28view-select wasn't working for metaballs.Campbell Barton
2013-06-27Added checks to vertex Weight editor to respect locked Vertex GroupsGaia Clary
2013-06-26Fix #35879: missing 3D viewport redraws when changing lamp settings, after re...Brecht Van Lommel
2013-06-26Fix #34837 Texture Painting using Face Selection Mask fails to showAntony Riakiotakis
2013-06-26fix for vert/face mask modes using last used select option when using the sel...Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-26Rename operator for better clarityGaia Clary
2013-06-26disable normalize when active vertex contains locked weightsGaia Clary
2013-06-26disable vertex editing when weight group is lockedGaia Clary
2013-06-25style cleanupCampbell Barton
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-24localview was clearing the source-view3d when duplicatingCampbell Barton