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-09-11Enable transform helpline in clip editorSergey Sharybin
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-09-10Tweaks to plane trackSergey Sharybin
2013-09-10code cleanup: use bool for imbuf allocation functions.Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin
2013-08-21Fix #36453: scaling faces with individual origins would permanently turn ofBrecht Van Lommel
2013-08-21Fix #36499: proportional edit circle was drawing behind objects in some cases,Brecht Van Lommel
2013-08-20fix [#36517] You can edit a texture space (Shift-T) of a linked meshCampbell Barton
2013-08-19edit to object center snapping, exit early if unsupported.Campbell Barton
2013-08-19add support for snapping to empty centers during transform.Campbell Barton
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
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: more confusion with 0/NULL/falseCampbell 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-30fix for error in own recent changes to transform initialization, proportional...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-25fix [#36278] X,Y Direction wrong after bpy.ops.view3d.viewnumpadCampbell Barton
2013-07-25optimization: manipulator was looping over all objects on redraw when the act...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-22transform was flushing the selection (inline), now skip this and use the sele...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-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-12Fix #35827: object selection through camera view not working in some cases.Brecht Van Lommel
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-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-25style cleanupCampbell Barton
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-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()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-20editmesh draw optimizations: use customdata offsets rather then per-element l...Campbell Barton
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.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-16resolve [#33374] Extrude and mirror editingCampbell Barton