dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
982 stars 129 forks source link

Fix submodule urls #31

Closed lx-fox closed 1 year ago

lx-fox commented 1 year ago

Updates the submodule repository urls to the current working ones.

CometVoid commented 1 year ago

EDIT: Nevermind I'm a dumbass and didn't see the 'expand up' button. ignore everything i said below

this seems to be missing the release/scripts/addons module (make update fails and says it's missing at least)

adding this to the top of the .gitmodules file makes it so 'make update' doesn't complain the module is missing

   [submodule "release/scripts/addons"]
    path = release/scripts/addons
    url = https://github.com/dillongoostudios/goo-blender-addons
    branch = goo-blender-master
    ignore = all