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-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-03improve edge slide with ngon's, distance calculation was average edge length.Campbell Barton
2013-02-03fix [#34073] Combined EdgeLoop slides weirdly on even tryCampbell Barton
2013-02-02Bugfix: "Extend" transform tool would leave dangling "temp meta strips" if noneJoshua Leung
2013-02-02style cleanupCampbell Barton
2013-02-01fix error with flipped vertex slide failing, also fix bug where you could be ...Campbell Barton
2013-01-29fix [#34024] delete - Edge loop crashCampbell Barton
2013-01-29tweak to edge slide - use a quads opposite vertex when both edges share a qua...Campbell Barton
2013-01-29fix for fix, ugh!, vertex slide with concave/convex ngons & normal flipping s...Campbell Barton
2013-01-29Correct fix for r54164, the testcase I was using worked but different edge sl...Campbell Barton
2013-01-29fix for r54166, the average edge length needs to be maintained.Campbell Barton
2013-01-29minor improvement to edge slide, normalize the edge vectors that accumulate t...Campbell Barton
2013-01-29code cleanup: add some comments about to get_next_loop() for edge slide, also...Campbell Barton
2013-01-29fix for edge slide bug, when there were no edges to slide along the direction...Campbell Barton
2013-01-29code cleanup: just variable namingCampbell Barton
2013-01-29code cleanup: var rename and add assert, when writing to out of bounds array.Campbell Barton
2013-01-29Bugfix [#34019] Limit Constraints still affected transforms when turned offJoshua Leung
2013-01-24fix for G,G causing vertex slide in UV/Image window, also comment unused defi...Campbell Barton
2013-01-24Bugfix [#33974] Bone roll flips 180 degrees when extruding bones verticallyJoshua Leung
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-23sim: Remove "continue physics" codeSergej Reich
2013-01-21Bugfix [#33852] Scale of a strip in NLA is changed after moving it long distanceJoshua Leung
2013-01-21fix for own error in vertex slide, isolated verts mixed with regular selectio...Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-21Fix #33939, if initialization of vert slide failed, code did not handleAntony Riakiotakis
2013-01-19style cleanupCampbell Barton
2013-01-19Holding Alt now removes [-1, 1] clamping in vertex slide, Thanks to Psy-Fi fo...Campbell Barton
2013-01-17fix [#33894] Viewport heavily distortedCampbell Barton
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