Blender Git Loki
Git Commits -> Revision b174a98
Revision b174a98 by Ken Hughes (master) March 24, 2006, 20:39 (GMT) |
Bugfix #3772: Allows "Center Cursor" for 3D curves to modify the curve center's Z location. An eons-old comment in the code said: /* Curves need to be 2d, never offset in * Z. Is a somewhat arbitrary restriction, * would probably be nice to remove. */ I couldn't find any other reason for the restriction other than 2D curves limit the point's Z component to 0, so added a check to only forve the center Z to 0 when the curve is 2D. If there are other reasons for the restriction, then this commit may need to be rolled back. |
Commit Details:
Full Hash: b174a988aefbe36d2d95b4966d4df27eea768a01
SVN Revision: 7118
Parent Commit: 97a4e4f
Lines Changed: +4, -6
1 Modified Path:
/source/blender/src/editobject.c (+4, -6) (Diff)