Fix conflict with "Edge Center" snap mode
`SCE_SNAP_MODE_GRID` is used for both nodes and objects. I don't think it's worth versioning in this case.
This commit is contained in:
@@ -2051,10 +2051,12 @@ enum {
|
||||
#define SCE_SNAP_MODE_EDGE_PERPENDICULAR (1 << 6)
|
||||
|
||||
/* ToolSettings.snap_node_mode */
|
||||
#define SCE_SNAP_MODE_GRID (1 << 5)
|
||||
#define SCE_SNAP_MODE_NODE_X (1 << 6)
|
||||
#define SCE_SNAP_MODE_NODE_Y (1 << 7)
|
||||
|
||||
/* ToolSettings.snap_mode and ToolSettings.snap_node_mode */
|
||||
#define SCE_SNAP_MODE_GRID (1 << 8)
|
||||
|
||||
/** #ToolSettings.snap_transform_mode_flag */
|
||||
enum {
|
||||
SCE_SNAP_TRANSFORM_MODE_TRANSLATE = (1 << 0),
|
||||
|
||||
Reference in New Issue
Block a user