Purps

Results 48 comments of Purps

> It's pre-built and available to download on the Patreon page. It's a soft incentive to support their dev team. https://www.patreon.com/dillongoo It's nice to support the devs and all but...

> It can. At least worked when tested on my linux server. My server actually has gpu on it. To disable gpu, I added `os.environ["CUDA_VISIBLE_DEVICES"] = "-1"` before importing torch...

> > I would like a cpu only version because I have an intel GPU. > > You can try the `dml` or wait #278 what is 'dml'?

> Found a hacky solution for now. Changing the Urls in the config file in the .git folder to the proper ones made it possible to clone the submodules and...

> so what do i do now? make update?

``` [axis4s@axis goo-engine]$ make update Updating Precompiled Libraries and Tests (multiple repositories) svn --non-interactive cleanup /home/axis4s/blender-git/goo-engine/../lib/linux_x86_64_glibc_228 svn --non-interactive switch https://svn.blender.org/svnroot/bf-blender/tags/blender-3.4-release/lib/linux_x86_64_glibc_228 /home/axis4s/blender-git/goo-engine/../lib/linux_x86_64_glibc_228 svn: E160013: '/svnroot/bf-blender/!svn/rvr/63284/tags/blender-3.4-release/lib/linux_x86_64_glibc_228' path not found svn --non-interactive update...

Yeah i did, the config file looks like this: ``` [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote...

> ok let me know if it works. If the fix also works for you I will send the pull request. it looks promising ``` [axis4s@axis goo-engine]$ make update Updating...

> yes that one takes a moment. its downloading ``` Updating Blender Git Repository git pull --rebase Already up to date. Updating Submodules git submodule update --init --recursive Submodule 'release/datafiles/locale'...

> yes now a make should do the rest. got this issue: ``` [axis4s@axis goo-engine]$ make Configuring Blender in "/home/axis4s/blender-git/build_linux" ... -- The C compiler identification is GNU 12.2.1 --...