Made Instanced Version of Stick/Ball Model from Blender Molecular Nodes CSV
This commit is contained in:
parent
704ba31fb9
commit
e658df9854
39 changed files with 2914 additions and 45 deletions
15
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/.gitignore
generated
vendored
Normal file
15
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/.gitignore
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/modules.xml
|
||||
/contentModel.xml
|
||||
/projectSettingsUpdater.xml
|
||||
/.idea.VRExpPluginExample.iml
|
||||
# Ignored default folder with query files
|
||||
/queries/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
1
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/.name
generated
Normal file
1
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/.name
generated
Normal file
|
|
@ -0,0 +1 @@
|
|||
VRExpPluginExample
|
||||
4
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/encodings.xml
generated
Normal file
4
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/encodings.xml
generated
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
||||
8
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/indexLayout.xml
generated
Normal file
8
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/indexLayout.xml
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
||||
9
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/vcs.xml
generated
Normal file
9
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample.dir/.idea/vcs.xml
generated
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/SPUD" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/SUDS" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/StevesUEHelpers" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
15
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/.gitignore
generated
vendored
Normal file
15
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/.gitignore
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/projectSettingsUpdater.xml
|
||||
/.idea.VRExpPluginExample.iml
|
||||
/modules.xml
|
||||
/contentModel.xml
|
||||
# Ignored default folder with query files
|
||||
/queries/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
1
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/.name
generated
Normal file
1
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/.name
generated
Normal file
|
|
@ -0,0 +1 @@
|
|||
VRExpPluginExample
|
||||
4
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/encodings.xml
generated
Normal file
4
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/encodings.xml
generated
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
||||
8
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/indexLayout.xml
generated
Normal file
8
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/indexLayout.xml
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
||||
9
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/vcs.xml
generated
Normal file
9
VIRTUOS_ExpansionPluginTests/.idea/.idea.VRExpPluginExample/.idea/vcs.xml
generated
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/SPUD" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/SUDS" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/StevesUEHelpers" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue