shuvit 5 years ago
parent
commit
2fff4cfca9
2 changed files with 15 additions and 9 deletions
  1. 0
    9
      bpy_misc/refresh_scripts.py
  2. 15
    0
      contributing.md

+ 0
- 9
bpy_misc/refresh_scripts.py View File

@@ -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()

+ 15
- 0
contributing.md View File

@@ -0,0 +1,15 @@
1
+We'd love for you to be able to contribute to this project; if you're interested, you'll need the following:
2
+
3
+Latest stable version of UPBGE.
4
+The lastest release of Shuvit (v0.1.2b)
5
+The latest .blend file (shuvit_v0.1.2b.blend as of time of writing this)
6
+
7
+Now that you've got those, follow these steps:
8
+
9
+1. Put the .blend fild in the folder with the Shuvit executable
10
+2. Open UPBGE and choose File -> open
11
+3. Navigate to the folder where you put the .blend file and select it
12
+4. Click "open blender file" in UPBGE
13
+5. Wait for it to import
14
+6. ????
15
+7. Profit

Loading…
Cancel
Save