Revision: 23453
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23453
Author: ben2610
Date: 2009-09-24 14:41:20 +0200 (Thu, 24 Sep 2009)
Log Message:
-----------
Try to fix an SVN checksum problem
Modified Paths:
--------------
branches/itasc/source/blender/editors/include/ED_transform.h
Modified: branches/itasc/source/blender/editors/include/ED_transform.h
===================================================================
--- branches/itasc/source/blender/editors/include/ED_transform.h
2009-09-24 12:27:20 UTC (rev 23452)
+++ branches/itasc/source/blender/editors/include/ED_transform.h
2009-09-24 12:41:20 UTC (rev 23453)
@@ -40,8 +40,10 @@
struct Object;
struct uiLayout;
struct EnumPropertyItem;
+struct wmOperatorType;
+struct wmKeyMap;
-void transform_keymap_for_space(struct wmWindowManager *wm, struct ListBase
*keymap, int spaceid);
+void transform_keymap_for_space(struct wmWindowManager *wm, struct wmKeyMap
*keymap, int spaceid);
void transform_operatortypes(void);
/* ******************** Macros & Prototypes *********************** */
@@ -73,7 +75,8 @@
TFM_BAKE_TIME,
TFM_BEVEL,
TFM_BWEIGHT,
- TFM_ALIGN
+ TFM_ALIGN,
+ TFM_EDGE_SLIDE
} TfmMode;
/* TRANSFORM CONTEXTS */
@@ -131,8 +134,6 @@
void Properties_Constraints(struct wmOperatorType *ot);
/* view3d manipulators */
-void initManipulator(int mode);
-void ManipulatorTransform();
int BIF_do_manipulator(struct bContext *C, struct wmEvent *event, struct
wmOperator *op);
void BIF_draw_manipulator(const struct bContext *C);
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs