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-11fix for problem with edge slide where it would stop shapekey modifier from be...Campbell Barton
2013-07-10skip duplicating faces for edge slide unless its used, this causes update pro...Campbell Barton
2013-07-07Fix #36038: Auto Keying warning message is clamped in JapaneseSv. Lockal
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-05-13fix [#35326] Even edge slide on open edge crashes BlenderCampbell Barton
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-11Fix #35292: edge slide slow with big image in image editor. Avoid redrawing theBrecht Van Lommel
2013-05-01use 'normal' orientation rather then 'local' with individual origins to use t...Campbell Barton
2013-04-28fix for bug with edge-slide doing UV correction when the faces connected to o...Campbell Barton
2013-04-28simplify projectEdgeSlideData(), was doing unneeded looping, remove and remov...Campbell Barton
2013-04-24allow to scale and rotate from edge/vertex slide. Campbell Barton
2013-04-23Fix #35056: crash running bpy.ops.transform.rotate() in background mode.Brecht Van Lommel
2013-04-22fix own mistake updating edge slide, even edge-slide was brokenCampbell Barton
2013-04-22tweak to vertex slide drawing, reduce line alpha, could cover vertex and make...Campbell Barton
2013-04-19style cleanup: edge slideCampbell Barton
2013-04-19fix for bug where edge slide could set mouse start/end points to the same val...Campbell Barton
2013-04-19fix for incorrect edge slide interpolation at loop endpoings with ngons.Campbell Barton
2013-04-19fix [#35009] Edge/Vertex Slide issue using G-G.Campbell Barton
2013-04-19code cleanup: edge slide, avoid building BVH tree, more logical var names.Campbell Barton
2013-04-19fix for incorrect edge loop slide direction when one of the loop sides was lo...Campbell Barton
2013-04-19code cleanup: remove unused vars in edge slide, only store the initial vertex...Campbell Barton
2013-04-19simple optimization, replace BM_face_other_edge_loop() with BM_loop_other_edg...Campbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16move editmesh_bvh.c into blenkernel.Campbell Barton
2013-04-14bmesh operators: use operator type-flag to specify which operations require n...Campbell Barton
2013-04-05skip unneeded calculations when calling calculateTransformCenter()Campbell Barton
2013-04-04metaballs were not scaling/rotating about their own centers when V3D_LOCAL wa...Campbell Barton
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-03-21revert edit from r55461, causing build error on some systems.Campbell Barton
2013-03-21Bugfix: Transform autokey warning indicator text was getting clipped prematurelyJoshua Leung
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13Bug fix #34620Ton Roosendaal
2013-03-13Fix [#34628] Shift-V (vertex slide) does no longer show "vertex slide:" for t...Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-28fix for harmless glitch rotating the camera in camera mode, having the center...Campbell Barton
2013-02-26fix [#34415] Edge slide results in segmentation fault on certain meshCampbell Barton
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-18fix [#34303] Rotation fcurves don't work with transforming with individual ce...Campbell Barton
2013-02-18checking for V3D_LOCAL was duplicated in transform.c, and both checks not qui...Campbell Barton
2013-02-17vertex slide: dont write clamped value back into TransInfo.values,Campbell Barton
2013-02-17allow alt or Ckey to toggle clamping for vertex slide.Campbell Barton