This commit is contained in:
sashinator 2023-12-11 15:41:04 +00:00 committed by GitHub
commit c06e762aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 1 deletions

8
.idea/.gitignore vendored Normal file
View file

@ -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

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="EMPTY_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/DRPCreative_C4D2023Fix.iml" filepath="$PROJECT_DIR$/.idea/DRPCreative_C4D2023Fix.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View file

@ -119,7 +119,7 @@ impl Apps {
C4d: App { C4d: App {
default_project_name: "Cinema 4D Project".to_string(), default_project_name: "Cinema 4D Project".to_string(),
drp_client_id: "936296341250904065".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, kind: AppKind::C4d,
}, },
Maya: App { Maya: App {