Hi
I need some help.
I just buy it, but after i install rune, blender give me this error
"
Traceback (most recent call last):
File “C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\modules\addon_utils.py”, line 351, in enable
mod = import(module_name)
File “C:\Users\lijianjian01\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\Rune_init_.py”, line 1, in
from . import UI
File “C:\Users\lijianjian01\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\Rune\UI.py”, line 6, in
from . import RuneBase
File “C:\Users\lijianjian01\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\Rune\RuneBase.py”, line 8, in
from . import PresetsWindow # Presets Window Class
File “C:\Users\lijianjian01\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\Rune\PresetsWindow.py”, line 10, in
from . import WindowBase
File “C:\Users\lijianjian01\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\Rune\WindowBase.py”, line 7, in
from PySide2 import QtCore, QtGui, QtWidgets
ModuleNotFoundError: No module named ‘PySide2’
"
Do i miss somethings to make it work ?
Hi,
Yes. It says that the PySide2 library is not installed. Please install the PySide2 library. It’s described in documentation. Make sure you have write access to the Blender folder.
Hi, I just bought it and installed it step by step, but when I pressed each brush icon, it didn’t change, and I also didn’t know how to move the window, please tell us more how to use it, thank you!
BTW, I got a warning when I installed PySide2, is there something wrong?
I am running into an issue with installation. I was finally able to get Blender 3.0 to accept the PySide2 install (had to add Python to my system path and use the “–python-use-system-env” switch when launching Blender) and that part seems okay, but I am unable to actually install the Rune Addon via Blender’s Addon Manager. I have tried selecting each and every one of the .py files in the Rune folder, but none of them actually add an entry for me to then Enable and adjust the file path for the brushes. Unfortunately the Installation instructions completely skip this part, and jumps right to confirming the brush path. Any suggestions on how to resolve this?
Hi,
I tested on linux and all was fine. I assume it should work on Mac also. How did you install the Pyside2?
Did you use my guide in the documentation?
This gave me a string of red letter errors so I assumed it didn’t work.
This morning, I tried looking for the PySide2 folder on my computer to see if maybe it actually installed. The path is different on a Mac but I think I found it.
I was then able to successfully run the Rune add-on in Blender 3.0!
First impressions…Comparing what I’m seeing on a Mac to what is shown in the demo video, I think there are some problems that are not happening on PC.
I’m able to move the Rune brush window around my screen but the the brush “window” is short and has a tiny scroll bar on the side.
There’s no black dot at the corner of the Rune window and I’m unable to scale up the brush window or make it vertical.
I’m not sure exactly how to import my own custom brushes or custom brush icons. Is there a way to make the Rune Brush window larger so the Icons get larger?
Unlike in the Demo video, my Rune Window has “Base” on the right side instead of the left side - so the tabs are in a different order for some reason.
Is there a way to manually order the tabs, or delete/add tabs to customize?
One last thing, the Rune brush window appears in Blender, but when I minimize the Blender window, the Rune window stays on my desktop and actually stays on top of any other application. For instance, I see the Rune Brush window now as I’m typing in the browser window.
Currently it seems that creating new brushes is quite cumbersome.
Change to a brush that you’ve appended to the current scene
Copy the name of the brush to the clipboard
Click the New Brush button in Rune
Paste the name of the brush into the Rune name prompt
Take note of the directory and filename that Rune has set for the brush icon in Blender (not the Rune icon for the brush)
Hide the Presets Window
In Explorer copy the brush icon file to both the Rune/Icons and Blender-brush icon directories.
In Explorer copy the brush texture file (if any) to the appropriate Rune directory
Show the Presets Window again
Select the new brush in the Rune window and click Set Icon
Look at the icon filename of the Blender brush and mouse-over the list of Rune icons until you find the matching one, click it.
Done.
That’s… very complicated to do for every single brush. I hope I’m missing something here!
What I’d like to see is more like:
Change to a brush that you’ve appended to the current scene
Click the New Brush button in Rune
Rune does everything else - using the current name of the brush, copying the existing icon and textures to the correct locations, etc.
Even better would be if Rune could display a multi-select list of all the brushes in the Blender file and then do the above steps for them all in one click. I have several brush packs with hundreds of brushes in each pack (the largest having 563!).
@Nutter , apologies for a delay. Oh, unfortunately there is some handiwork to create a new brush. Sorry for that. Atm, I see no way to improve it better. I’m very sorry.
@mifth: Here’s a patch for Rune v01 with a new Add Brush button that does everything automatically. It could do with some UI cleanup (as I left the existing New Brush button there, and that’s confusing) and testing, but I hope it can be rolled into future offical updates.
I’ve also fixed a bug with the position of the Presets Window, where it’d be off-screen for certain multi-mon setups.
Cool Patch! Really love how it works.
But there is one problem, when you add an Orb brush for example, the brush name becomes RuneB.xxx
It would be cool if the original brush name was preserved