Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrunnels committed Nov 21, 2023
1 parent ed8c070 commit 742b4ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/blender_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set -eu -o pipefail
blender -b --python scripts/install.py
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: package add-on
run: make
- name: install blender plugin
run: blender -b --python scripts/install.py
run: bash .github/workflows/blender_install.sh
4 changes: 4 additions & 0 deletions bleMD/bleMDUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ def resetDefaultsForMD():
if space.type == "VIEW_3D":
space.clip_end = 100000000000

# Set up the World to
bpy.data.worlds["World"].node_tree.nodes["Background"].inputs[0].default_value = (1, 1, 1, 1)


#
# KEY SUBROUTINE 1/2
# Opens Ovito and does basic communication with dump fil
Expand Down

0 comments on commit 742b4ed

Please sign in to comment.