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
2012-09-07remove makeDerivedMesh from ED_mesh_pick_face(), this was added 44256 (bmesh ...Campbell Barton
2012-09-07code cleanup: header had many incorrect sections for function/file, also rena...Campbell Barton
2012-09-07code cleanup: move vertex and face picking functions into meshtools.cCampbell Barton
2012-09-07code cleanupCampbell Barton
2012-09-07fix [#30063] Weight Paint + Pose Mode: [m] key does not toggle Face Selection...Campbell Barton
2012-09-06Fix wrong cycles tile size in viewport, could affect performance a bit.Brecht Van Lommel
2012-09-06make freeing sequencer strip without cache an option only exposed within sequ...Campbell Barton
2012-09-06fix [#32502] Shift + V Vertex slide doesn't work for x-mirror editCampbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-09-06support ANIMFILTER_FOREDIT for mask layers, also move deprecated metaball typ...Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-09-05Sequencer: show color sample line in image display mode onlySergey Sharybin
2012-09-05fix [#29431] "Normalize All" from Weight Tools don't work correctlyCampbell Barton
2012-09-05code cleanup: move get_selected_defgroups into object_deform.c and make it be...Campbell Barton
2012-09-05code cleanup: move functions for getting defgroup arrays from objects out of ...Campbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-09-05add missing files from cmakes listsCampbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04Do not show %t to user on right click menu buttons which use "Name%t|...%x0|....Sv. Lockal
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-04Mango request: display sliders for current point in curve mappingSergey Sharybin
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix regression introduced in recent jobs system refactoringSergey Sharybin
2012-09-03Fix knife bug #30764, failure to cut sometimes.Howard Trickey
2012-09-03Fix #32461: adjusting brush strength with shift+F in image editor would showBrecht Van Lommel
2012-09-03Fix #32468: 3d view texture paint mode did not show uv layout in image editor.Brecht Van Lommel
2012-09-03fix [#31694] Circle Selection is ignored within face selection in texture pai...Campbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-09-03style cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-09-03remove vertex groups from a mesh or lattice when this there are no remaining ...Campbell Barton
2012-09-02Use function pointers instead of hard-coded english button names in color pic...Sv. Lockal
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-31Fix part of #32376: mirror vertex groups with flip group names did not keepBrecht Van Lommel
2012-08-31Fix #32408: image editor does not show paint brush circle on loading a .blendBrecht Van Lommel
2012-08-31Fix #32447: mouse selection in uv editor is now no longer registerd as lastBrecht Van Lommel
2012-08-31Fix #32450: edge slide with multiple loops selected could move some loopsBrecht Van Lommel
2012-08-30Fix #32418: color copy/paste between gamma and linear color buttons gave wrongBrecht Van Lommel
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-08-30Fix #32405: snapping in UV editor does not work if snapping in 3D view is setBrecht Van Lommel
2012-08-30Possible fix for #32446: after undo in mesh edit mode, vertex/edge/faceBrecht Van Lommel
2012-08-30Silencing compiler warning (use of undefined value)Joshua Leung
2012-08-30Style cleanup - adding some braces around some multi-line statements (used afterJoshua Leung
2012-08-30Bugfix [#32440] Segmentation fault when moving bone in pose mode when GhostJoshua Leung
2012-08-29Fix wrong user counter in world node treesSergey Sharybin
2012-08-29code cleanup: add utility function BLI_path_is_rel()Campbell Barton