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
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-18Make it possible to hide/unhide a node during node transform operations.Monique Dewanchand
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-15Fix T38166: Vertex slide C key doesn't workCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-02Fix "Flipped" drawn in edgeslide header text even when Even is disabled.Bastien Montagne
2014-01-02Fix T38019: Edge/Vertex Slide recognises Even and Flipped as if they were num...Bastien Montagne
2013-12-30Node Editor: enable transform helper lineCampbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-12-12Fix T37757: MCE - Mask Pivot Point individual origins doesnt workSergey Sharybin
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-25Transform: internal changes for orientations calculations.Campbell Barton
2013-11-20Transform: rename Warp to BendCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-11-03code cleanup: warningsCampbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell 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-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-10-13code cleanup: use more obvious assignments for transform snapping angles.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-10-04fix [#36947] "Edge Slide" bugs when "Even" is onCampbell Barton
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-09-11Enable transform helpline in clip editorSergey Sharybin
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-21Fix #36453: scaling faces with individual origins would permanently turn ofBrecht Van Lommel
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-14fix own error in BM_mesh_calc_edge_groups() was clearning wrong dirty-index f...Campbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-07-22old todo, rotate around individual origins now supports connected face/edge i...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...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-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