소스 검색

Delete 'bpy_misc/refresh_scripts.py'

shuvit 5 년 전
부모
커밋
0173da53fb
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0
    9
      bpy_misc/refresh_scripts.py

+ 0
- 9
bpy_misc/refresh_scripts.py 파일 보기

@@ -1,9 +0,0 @@
1
-reload_on = False #reload from external file or save all from internal
2
-import bpy
3
-area = bpy.context.area
4
-for text in bpy.data.texts:
5
-    area.spaces[0].text = text
6
-    if text.filepath != '' and reload_on == True:
7
-        bpy.ops.text.reload()
8
-    if text.filepath != '' and text.is_dirty:
9
-        bpy.ops.text.save()

Loading…
취소
저장