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-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-20support proportional editing with x-mirror enabled.Campbell Barton
2013-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-20add axis option to EDBM_verts_mirror_cache_beginCampbell Barton
2013-06-17fix [#35590] Connected proportional editing gives unexpected resultsCampbell Barton
2013-06-17measure distance across faces when checking for proportional distance connect...Campbell Barton
2013-06-17fix for editmesh transform connected,Campbell Barton
2013-06-17reduce sqrt's calls in set_prop_dist().Campbell Barton
2013-06-16fix automerge + mirror, previously only the selected verts would auto-merge.Campbell Barton
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-06-09jpbouza Feature Request: Transformation Constraint now allows applies rotationJoshua Leung
2013-06-05changes to mirror toolsCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-04-20fix for glitch in object drawing, color of texspace was last used editmode dr...Campbell Barton
2013-04-18style cleanupCampbell Barton
2013-04-17Don't use auto vectorization for MinGW-w64. It may be a source forAntony Riakiotakis
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-07rigidbody: Fix/workaround for transforming rigid bodies with parentsSergej Reich
2013-04-07transform: Code cleanupSergej Reich
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-03-26Better fix for "To Sphere" crashing in Image editor. It appeared to be in use...Ton Roosendaal
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-15Add missing operators from paint modes:Antony Riakiotakis
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-26rigidbody: Don't set object to rigid body on dummy transformSergej Reich
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-18fix [#34303] Rotation fcurves don't work with transforming with individual ce...Campbell Barton
2013-02-02Bugfix: "Extend" transform tool would leave dangling "temp meta strips" if noneJoshua Leung
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-13code cleanup: rename transform Slide operations to EdgeSlide.Campbell 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-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
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
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-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12fix [#33489] Scaling normals with Alt (maintains shell thickness) producing w...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton