From d24df28ffd2b34b22b17415ea89a480b8921bdcb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 24 2011 01:47:03 +0000 Subject: Update render_doThemeActions.sh: - Remove ACTIONVAL directory creation. It is hard that it happens since all ACTIONVAL values are created from artistic motifs directory structures as reference. If a directory doesn't exit in the artistic motif directory structure isn't considered, nor created because it wasn't considered. - Creation of themes' artistic motifs directory structures, based on design models, must by implemented elsewhere. --- diff --git a/Scripts/Functions/Render/render_doThemeActions.sh b/Scripts/Functions/Render/render_doThemeActions.sh index d58868a..09b7e50 100755 --- a/Scripts/Functions/Render/render_doThemeActions.sh +++ b/Scripts/Functions/Render/render_doThemeActions.sh @@ -101,13 +101,6 @@ function render_doThemeActions { # etc.). MOTIF_DIR="${MOTIF_BASEDIR}/${MOTIF_NAME}" - # Verify artistic motifs directory structure using design - # models directory structure as reference. If it doesn't - # exist, create it then. - if [[ ! -d $ACTIONVAL ]];then - mkdir -p $ACTIONVAL - fi - # Define what is the next directory in the list, so we could # verify whether to render or not the current theme-specific # renderable directory.