diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/DRPCreative_C4D2023Fix.iml b/.idea/DRPCreative_C4D2023Fix.iml new file mode 100644 index 0000000..cf84ae4 --- /dev/null +++ b/.idea/DRPCreative_C4D2023Fix.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d677290 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/app.rs b/src/app.rs index bc27e26..27992a0 100644 --- a/src/app.rs +++ b/src/app.rs @@ -119,7 +119,7 @@ impl Apps { C4d: App { default_project_name: "Cinema 4D Project".to_string(), drp_client_id: "936296341250904065".to_string(), - process_search_string: "Cinema 4D R".to_string(), + process_search_string: "Cinema 4D".to_string(), kind: AppKind::C4d, }, Maya: App {