yeah
authorhgn <hgodden00@gmail.com>
Thu, 19 Jun 2025 16:05:22 +0000 (17:05 +0100)
committerhgn <hgodden00@gmail.com>
Thu, 19 Jun 2025 16:05:22 +0000 (17:05 +0100)
skaterift_blender/sr_main.py
web/files/world_template_19.06.25.zip [new file with mode: 0644]
web/frag/addon.html
web/frag/workshop_board.html
web/frag/workshop_player.html
web/frag/workshop_world.html
web/index.php

index 937fa40e2c34ecdda26346cdb22fe069e0b0c2b5..29efdeb56b98310a6c1e23c85a5cb13af1c853a7 100644 (file)
@@ -3523,7 +3523,7 @@ def cv_draw_pixel():
    for obj in bpy.context.collection.objects:
    #{
       ent_type = obj_ent_type( obj )
-      if ent_type != 'none':
+      if ent_type != 'none' and ent_type != 'mdl_mesh':
       #{
          co = pos3d_to_2d( obj.location )
 
diff --git a/web/files/world_template_19.06.25.zip b/web/files/world_template_19.06.25.zip
new file mode 100644 (file)
index 0000000..68e1743
Binary files /dev/null and b/web/files/world_template_19.06.25.zip differ
index 75568ba3b89cdf8cf6e265421f9e6ae382273ddd..15ac3e25d23862d18d658fca999ffbf4a62eb512 100644 (file)
@@ -1,9 +1,9 @@
 <div class="subcontent">
 
  <b style="color:var(--k_ui_red1)">NOTE</b>:<i style="color:var(--k_ui_fg4)">
- The addon is designed for Blender version 3.6.<br>
+ The addon is designed for Blender version <s>3.6</s> 4.2.<br>
  If using steam, you can
- switch to this version using the 'Betas' option, and select 3.6 - Stable LTS
+ switch to this version using the 'Betas' option, and select 4.2 - Stable LTS
  </i><br>
  <br>
 
index d3aaf3c1cdb6645a2129d866bf5ea950faac53d8..8643885bae11e5978501113624093822c839dbf8 100644 (file)
@@ -4,15 +4,22 @@
  editor. Since theres not many of us here at the moment, feel free to contact
  me at <i>hgodden00@gmail.com</i> for any help.</p>
 </div>
+<div class="subcontent">
+ <h2>-1. Preface</h2>
+ <p>
+ <b style="color:var(--k_ui_red1)">NOTE: If you just want to make a simple board with image and some colours, you can do that in-game now!</b><br>
+ Visit the Center Island's hut upstairs, or JC's woodshop.
+ </p>
+</div>
 <div class="subcontent">
  <h2>0. Things you need</h2>
  <p>- Skaterift content is made using Blender. You can get 
  <a href="https://store.steampowered.com/app/365670/Blender/">
  Blender from steam</a><br>
  <b style="color:var(--k_ui_red1)">NOTE</b>:<i style="color:var(--k_ui_fg4)">
- The addon is designed for Blender version 3.6.<br>
+ The addon is designed for Blender version <s>3.6</s> 4.2.<br>
  If using steam, you can
- switch to this version using the 'Betas' option, and select 3.6 - Stable LTS
+ switch to this version using the 'Betas' option, and select 4.2 - Stable LTS
  </i><br>
  <br>
  - <a href="https://www.gimp.org/">GNU Gimp</a> or similar image editor.<br>
index 6bb8272fb066f475c7fffdcbbe9e61e44b1eec10..c396a16476b263c66440f45f5393547f0e044e3c 100644 (file)
@@ -11,9 +11,9 @@
  <a href="https://store.steampowered.com/app/365670/Blender/">
  Blender from steam</a><br>
  <b style="color:var(--k_ui_red1)">NOTE</b>:<i style="color:var(--k_ui_fg4)">
- The addon is designed for Blender version 3.6.<br>
+ The addon is designed for Blender version <s>3.6</s> 4.2.<br>
  If using steam, you can
- switch to this version using the 'Betas' option, and select 3.6 - Stable LTS
+ switch to this version using the 'Betas' option, and select 4.2 - Stable LTS
  </i><br>
  <br>
  - <a href="https://www.gimp.org/">GNU Gimp</a> or similar image editor.<br>
index d8dfd443a5e1d35ea8c96c3458240dd693ee0184..cac07007ee59c14ba47cf1193095416bb0f01703 100644 (file)
  <a href="https://store.steampowered.com/app/365670/Blender/">
  Blender from steam</a><br>
  <b style="color:var(--k_ui_red1)">NOTE</b>:<i style="color:var(--k_ui_fg4)">
The addon is designed for Blender version 3.6.<br>
   The addon is designed for Blender version <s>3.6</s> 4.2.<br>
  If using steam, you can
- switch to this version using the 'Betas' option, and select 3.6 - Stable LTS
+ switch to this version using the 'Betas' option, and select 4.2 - Stable LTS
  </i><br>
  <br>
  - <a href="https://www.gimp.org/">GNU Gimp</a> or similar image editor.<br>
- - Download the <a href="files/world_template.zip">world_template.zip</a><br>
+ - Download the <a href="files/world_template_19.06.25.zip">world_template.zip</a><br>
  - An installed copy of Skaterift of course.
  </p>
 </div>
index 34e11b56c45209901e5878d2845f03b98f08892e..d78473895590a96e0c5dc11d0974d610904003bd 100755 (executable)
   ?>
   </div>
  </div>
- <center><p>Copyright ©2021-2023 Mt.Zero Software. All rights reserved. 
+ <center><p>Copyright ©2021-2025 Mt.Zero Software. All rights reserved. 
       All trademarks are property of their respective owners</p>
  </center>
 </body>