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-28fix for harmless glitch rotating the camera in camera mode, having the center...Campbell Barton
2013-02-28fix [#34426] Manipulator handles drawn incorrectly by depthCampbell Barton
2013-02-26fix [#34415] Edge slide results in segmentation fault on certain meshCampbell Barton
2013-02-26rigidbody: Don't set object to rigid body on dummy transformSergej Reich
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-20change to proportional editing suggested by Jeroen Hoolmans,Campbell Barton
2013-02-19fix [#34244] Snap to face projection - Entire mesh is affected by projection ...Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-19Remove ztrans_hack. Looks like just keeping the angles compatible works wellJoshua Leung
2013-02-19fix for [#34283] wasn't working in my tests (attached to original report),Campbell Barton
2013-02-19Bugfix [#34283] armature bones losing their roll setting upon translation inJoshua Leung
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
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
2013-02-14fix [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 button mouse" Campbell Barton
2013-02-14fix (for one case of...) [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 b...Campbell Barton
2013-02-11fix for memory leak in transform when changing transform modes within transformCampbell Barton
2013-02-11fix [#34152] Vertex Slide - misleading descriptionCampbell Barton
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