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-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-23refactor transform.c - minor changesCampbell Barton
2013-10-13improve warp transform so it can be used as a general bending tool too.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-08-20fix [#36517] You can edit a texture space (Shift-T) of a linked meshCampbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
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-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
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-12Fix for [#35238] Blender does not save custom orientations from "view"Bastien Montagne
2013-05-01use 'normal' orientation rather then 'local' with individual origins to use t...Campbell Barton
2013-04-24allow to scale and rotate from edge/vertex slide. Campbell Barton
2013-04-19code cleanup: remove unused vars in edge slide, only store the initial vertex...Campbell Barton
2013-04-18style cleanupCampbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-02-28fix for harmless glitch rotating the camera in camera mode, having the center...Campbell Barton
2013-02-18fix [#34303] Rotation fcurves don't work with transforming with individual ce...Campbell Barton
2013-02-17allow alt or Ckey to toggle clamping for vertex slide.Campbell Barton
2013-02-14fix (for one case of...) [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 b...Campbell Barton
2013-02-11fix [#34152] Vertex Slide - misleading descriptionCampbell Barton
2013-02-01fix error with flipped vertex slide failing, also fix bug where you could be ...Campbell Barton
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-19Holding Alt now removes [-1, 1] clamping in vertex slide, Thanks to Psy-Fi fo...Campbell Barton
2013-01-16code cleanup:Campbell Barton
2013-01-15style cleanupCampbell 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-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
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-07fix [#33094] Even edge slide on multiple loops destroys geometryCampbell Barton
2012-10-11Auto key warning - Stripping down to basicsJoshua Leung
2012-10-05Warning indicators for animators when Auto Keying is enabled during transformJoshua Leung
2012-08-31Fix #32450: edge slide with multiple loops selected could move some loopsBrecht Van Lommel
2012-08-06Patch [#32246] (Bugfix): UV editor -> "Proportional edit" together with "con...Daniel Genrich
2012-08-06fix for crash when moving frames about in the node space, was possible to mov...Campbell Barton
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-05shrink/fatten transform for mask - adjusts the feather weight.Campbell Barton