Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(947)

Unified Diff: source/blender/editors/space_view3d/view3d_edit.c

Issue 6208066: Modal bevel operator Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Address more issues pointed at during review Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/blender/editors/mesh/mesh_ops.c ('k') | source/blender/editors/transform/transform.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/blender/editors/space_view3d/view3d_edit.c
===================================================================
--- source/blender/editors/space_view3d/view3d_edit.c (revision 46690)
+++ source/blender/editors/space_view3d/view3d_edit.c (working copy)
@@ -431,7 +431,7 @@
if (vod->use_dyn_ofs) {
/* If there's no selection, lastofs is unmodified and last value since static */
- calculateTransformCenter(C, V3D_CENTROID, lastofs);
+ calculateTransformCenter(C, V3D_CENTROID, lastofs, NULL);
negate_v3_v3(vod->dyn_ofs, lastofs);
}
else if (U.uiflag & USER_ORBIT_ZBUF) {
« no previous file with comments | « source/blender/editors/mesh/mesh_ops.c ('k') | source/blender/editors/transform/transform.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b