Initial new transform commit.
Disabled behind defines. Uncomment //#define NEWTRANSFORM in transform.h to enable. Use at your own risk For more info, see Wiki: http://wiki.blender.org/bin/view.pl/Blenderdev/TransformRefactoring And tuhopuu mailing list: http://projects.blender.org/pipermail/tuhopuu-devel/ Notes for Ton (things that could need bulldozing: - TransData conversions. Objects is ok, but others could be rechecked. (some still use totsel). Need to add pose mode support. - Need more icons in the PET mode dropdown (in the 3D view header) for the new modes - Add new transform calls to Toolbox and Menus and the one right after Extrude. That's pretty much all I can think of now.
This commit is contained in:
@@ -85,6 +85,7 @@ source_files = ['B.blend.c',
|
||||
'header_sound.c',
|
||||
'header_text.c',
|
||||
'header_view3d.c',
|
||||
'imagepaint.c',
|
||||
'imasel.c',
|
||||
'interface.c',
|
||||
'interface_panel.c',
|
||||
@@ -110,6 +111,10 @@ source_files = ['B.blend.c',
|
||||
'swapbuffers.c',
|
||||
'toets.c',
|
||||
'toolbox.c',
|
||||
'transform.c',
|
||||
'transform_generics.c',
|
||||
'transform_numinput.c',
|
||||
'transform_constraints.c',
|
||||
'unwrapper.c',
|
||||
'usiblender.c',
|
||||
'view.c',
|
||||
|
||||
Reference in New Issue
Block a user