naming changes
path -> filepath (for rna and operators, as agreed on with elubie) path -> data_path (for windowmanager context functions, this was alredy used in many places)
This commit is contained in:
@@ -313,7 +313,7 @@ static void node_id_path_drop_copy(wmDrag *drag, wmDropBox *drop)
|
||||
RNA_string_set(drop->ptr, "name", id->name+2);
|
||||
}
|
||||
if (drag->path[0]) {
|
||||
RNA_string_set(drop->ptr, "path", drag->path);
|
||||
RNA_string_set(drop->ptr, "filepath", drag->path);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user