Skip to content

Commit

Permalink
Fixed merge and generated a new cellblender_id.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhusar committed Jan 15, 2020
1 parent b2cd2b5 commit d7a7832
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ bng/net.py
cellblender.zip
*.pyc
*.swp
/cellblender_id.py
1 change: 1 addition & 0 deletions cellblender_id.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cellblender_id = '073fd9bdfd0bb614f3523f02c0f0b36d8d349aeb'
8 changes: 0 additions & 8 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,10 @@ UNAME_S := $(shell uname -s)
# For example, for a link pointing into a Linux bundle: ln -s ~/src/blender/Blender-2.78c-CellBlender-linux/2.78/scripts/addons/ ~/my_cellblender_link
# For example, for a link pointing into a MacOSX bundle: ln -s /Applications/Blender-2.78c-CellBlender/blender.app/Contents/Resources/2.78/scripts/addons/ ~/my_cellblender_link

<<<<<<< HEAD
INSTALL_DIR ?= ~/my_cellblender_link/
=======
INSTALL_DIR = ~/my_cellblender_link/
>>>>>>> refs/remotes/origin/master

# Linux:
<<<<<<< HEAD
#INSTALL_DIR = ~/.config/blender/2.78/scripts/addons/
=======
#INSTALL_DIR = ~/.config/blender/2.76/scripts/addons/
>>>>>>> refs/remotes/origin/master

# Mac:
#INSTALL_DIR = ~/Library/Application\ Support/Blender/2.78/scripts/addons/
Expand Down

0 comments on commit d7a7832

Please sign in to comment.