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-01-17fix for own bug introduced when splitting up vertex slide function.Campbell Barton
2013-01-16resolve issue [#33882] New GG slide - Lost functionalityCampbell Barton
2013-01-16code cleanup:Campbell Barton
2013-01-15style cleanupCampbell Barton
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-15vertex slide was using flipped value, wasnt so noticable unless you types in ...Campbell Barton
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13optimization for calcNonProportionalEdgeSlide(), avoid matrix multiply for ea...Campbell Barton
2013-01-13transform feature - G-key during transform toggles slide (edge slide or verte...Campbell Barton
2013-01-13add new vertex slide transform operator, different from the existing vertex s...Campbell Barton
2013-01-13code cleanup: rename transform Slide operations to EdgeSlide.Campbell Barton
2013-01-13speedup for EDBM_uv_vert_map_create(), reduce customdata lookups. also remove...Campbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-10transforming verts was getting the bevel weight for each vertex even if bevel...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08* Fix for #31581. The issue was that we scaled the face prior toAntony Riakiotakis
2013-01-04remove stray glBegin() during transform that caused a glErrorCampbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Fix for what appears to be a typo (seq_prev is always NULL) - found whileJoshua Leung
2013-01-01Added MOUSEPAN (the trackpad event) to control propertional size while transf...Ton Roosendaal
2012-12-31Usability todo:Ton Roosendaal
2012-12-29fix bug #33275: iTaSC ignores location of disconnected bones when they are ch...Benoit Bolsee
2012-12-29style cleanupCampbell Barton
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-21Bug fix #33647Ton Roosendaal
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-18Nicer function for drawing text in 3d window:Ton Roosendaal
2012-12-18fix for own error in recent commit with active pose mode, depended on an unin...Campbell Barton
2012-12-18add support for active-element in pose mode and armature editmode.Campbell Barton
2012-12-18code cleanupCampbell Barton
2012-12-18fix [#33575] Manipulator showing incorrect local axes in armature pose mode.Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-15Fix #33497: seting object scale to 0 on one axis made moving verts in edit modeBrecht Van Lommel
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-14style cleanupCampbell Barton
2012-12-13Fix #33500: when transforming, tapping shift twice and holding did not enableBrecht Van Lommel
2012-12-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12fix for another crash in r52911Campbell Barton
2012-12-12edge slide: skip creating BMBVHTree when its not used.Campbell Barton
2012-12-12fix [#33489] Scaling normals with Alt (maintains shell thickness) producing w...Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-03Image Editor / UV: Thomas Dinges
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton