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.