diff --git a/studio/story.py b/studio/story.py index b4f7dae..40907fe 100644 --- a/studio/story.py +++ b/studio/story.py @@ -454,6 +454,12 @@ def get_legacy(project_location): else: part = part + letter + + # LAST PART (WHY DIDN'T I THINK ABOUT ERLIER OMG) + textblock.append([ + "text", part[skip:] + ]) + if shot[0] == "shot_block": data["scenes"][scenename]["shots"][shotnum][2] = textblock else: diff --git a/studio/studio_asset_selectLayer.py b/studio/studio_asset_selectLayer.py index 3d6fb3f..4d5df01 100644 --- a/studio/studio_asset_selectLayer.py +++ b/studio/studio_asset_selectLayer.py @@ -324,7 +324,8 @@ def layer(win, call): if win.text["asset_select_search"]["text"]\ and newcreate\ - not in os.listdir(win.project+"/dev/"+win.current["asset_cur"]): + not in os.listdir(win.project+"/dev/"+win.current["asset_cur"])\ + and newcreate not in "chr veh loc obj": #Avoiding potential mistakes # If there is a seach and there is no asset with the search name. It # will ask if you want to create such an asset.