Reset all build list.

Refactoring the docker file to be functional with the new blender platform and update the pycharm run config
This commit is contained in:
2024-05-09 00:21:22 +02:00
parent 776c8f77b4
commit e41f332f60
3 changed files with 69 additions and 71 deletions
+3 -3
View File
@@ -2,16 +2,16 @@
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="stilobique/blender:3.4.0" />
<option name="imageTag" value="stilobique/blender:3.6.10" />
<option name="buildArgs">
<list>
<DockerEnvVarImpl>
<option name="name" value="b3d_vs_major" />
<option name="value" value="3.4" />
<option name="value" value="3.6" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="b3d_vs_minor" />
<option name="value" value="0" />
<option name="value" value="10" />
</DockerEnvVarImpl>
</list>
</option>