Eli Spizzichino
Eli Spizzichino
I've also to report a problem but with an old CS3. It fails with `Error 25 Expected ) ` `Line 162 desc231.putString(idNum, """ dupli_layers_doc """);` I've open the script and...
It doesn't work for me either due to permission issues: logcat reports ``` 03-01 09:19:56.581 16058 16058 I python : File "/home/me/kivy/ChooserApp/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/stillselect/plyer/facades/storagepath.py", line 56, in get_sdcard_dir 03-01 09:19:56.581 16058 16058...
I'm using android 12 on the phone... I've been able to use MDFileManager from kivymd.uix.filemanager, initially I was getting the exact same error, then I've modified the example to make...
I've tried to add `android:requestLegacyExternalStorage="true"` to AndroidManifest.tmpl.xml but it fails to build with `AAPT: error: attribute android:requestLegacyExternalStorage not found.` Implementing MANAGE_EXTERNAL_STORAGE permissions it's beyond my skills, I've just started playing...
...This is exactly how I've done it, however gradle fails to build with this message ``` [DEBUG]: * What went wrong: [DEBUG]: Execution failed for task ':processDebugResources'. [DEBUG]: > A...
Hi George, to restart the work on a node you have to prevent that brenda-node dies on that node. For this you can you try the recently added feature DONE...
There is nothing specific to brenda. I'm on linux so don't know on macos, but ensure you have the build tools installed. Look here https://github.com/kennethreitz/osx-gcc-installer/
@YAFU SSL_CERT_DIR=/etc/ssl/certs does work thanks! Just run "Install dependencies" again from the addon preferences and you are set
see issue #5
My advice are: Do not run blender as root, running as root can mess things seriously and there is no need. Start tblender from the terminal from the directory where...