Comments

Log in with itch.io to leave a comment.

Doesn't seem to work for blender 3.3, just crashes on startup?

Can't find font: C:\Users\robmu/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/startup/bl_app_templates_user/BLUI/Roboto-Regular.ttf
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FF669F34110
Module  : blender.exe
Thread  : 00008504
(+1)

Hi. I absolutely love this template and have been using it for a while. One thing that totally breaks the workflow however is that RMB walk mode competes with the RMB context menu. In edit mode you have to right click a millions times before the menu appears because it assumes you want to "look around" instead. Would greatly appreciate if this was fixed :)  

Hi, so sad to see this great idea just crashed Blender 2.92 and that this has been a problem for a while. Can i assume this project is no longer being supported or fixed?

(+1)

Hi Muttjob, I have fixed the crash on launch issue, you can test the latest version to see if it resolves the issue for you.

(+1)

After installing the template opening the startup file crashes blender. No errors.

This is on version 2.9.1 and 2.9.3


Is the install process different than Blunder?

(+1)

The install process is the same. I just wiped out my templates, redownloaded and reinstalled on 2.91.0, and I'm not having issues, I'm downloading 2.93 now to test that, too.

I'm on a Windows 10 PC, I haven't yet tested on Mac and Linux for compatibility. I'll let you know if I can replicate the crash on my end.

Funny enough, Blunder has an init (startup script) that could potentially give issues on startup, but I haven't added one to BLUI yet, so maybe there's something there.

Heyo, just wondering if this was ever resolved.
I'm on Blender v2.92.0 and I'm also getting the crash on file > New > BLUI  0 7 5.
I'm also on Windows 10. I tried installing each of the community application templates one by one, testing each time, each time getting a crash. Any ideas?

Same here.

(+1)

Hi AgentOttsel, you can try the v0.8 release, it should resolve the crashing on launch bug.

(+1)

Hi Tessercat, try again with the v0.8 release, it's now working for me in 2.93.4 and the 3.0 alpha.

(+1)

OK, test results are as follows (from a Windows 10 PC):

2.82.0 - Working, some visual bugs

2.83.0 - Working, some visual bugs

2.90.1 - Working

2.91.0 - Working

2.91.2 - Working

2.92.0 Beta - Crash on Startup

2.93.0 Alpha - Crash on Startup

My current working theory is that App Templates may be dependent on the folder structure that comes from installing Blender to your system, rather than just downloading and running the app.

The versions that download as an .msi, and install, update components etc. all seem to work, but the experimental releases (beta and alpha) that come as a folder, and allow you to run Blender without installation, are the ones that are giving issues.

(+1)

Strange, I installed an instance of 2.91.2 using the msi and as soon as I open your startup file it crashes.

Before I open the startup file it appears to have loaded some of the settings but some things like the right mouse navigation do not work.

I am running Windows 10.

(+1)

Hmmm, well that complicates things. And when you say 'open your startup file', are you doing that by going to File > New > BLUI 0_7_5?

The Right Mouse Navigation got moved out of the App Template, and into its own separate addon: https://github.com/SpectralVectors/RightMouseNavigation, it was called UnrealRightClick until a couple of days ago, so some of the old links may need to be updated, but the one I just pasted here is current. I did it this way so that you can use it with or without the rest of the template.

I hadn't been actively developing any of my projects for months before this last week, when I got a few messages about bugs with Blunder. I'm trying to polish a few things up now, fix some bugs, and hopefully cobble together some kind of user guide so that there's a little more for people to go on.

(+1)

Yes. Starting up BLUI 0_7_5 ()

On Blender 2.91.2 ()

Instantly closes Blender.

Good to know that it has been moved to a separate plugin.

It is funny actually, I've been checking every week for an update to 2.9 over the last couple months and two days ago I decided to update even without your plugin and lo and behold, there was an update.

I can say with confidence that after having tried to learn Blender a good 5 times over the last 10 years, your plugin helped me get much further than ever before.

It really sucks trying to learn a new software that goes against the conventions of everything you are used to... Now I'm having that same struggle with the Blender Python API, their documentation is... Not great.

(+1)

Well, this is one of the few times that Blender NOT crashing is letting me down. I can't reproduce the 2.91.2 crash on my system, it just loads the startup scene and waits, like it should.

My new theory is that there's maybe an initial setting that I had set when I installed 2.91.0 that got copied over to my 2.91.2 install, and maybe you don't have that preference? It's a bit of a weak theory, but it's all I've got right now.

When I installed Blender, and opened it for the first time, it showed that one-time pop-up that asks you if you want to use Left or Right Click to select, and if you want to load the Blender default or Industry Standard Keymap. I believe that I chose Left Click and Industry Standard. You could try changing these settings first, then going to File > New > BLUI.

Really, I'm not feeling confident that this will make a difference, but it's something to try.

I'll try to modify the Blunder init script to see if that makes a difference.

Thanks for the interest, and patience, there's been a few people lately after me to update and maintain my addons/templates, and I think that was just the kick in the butt I needed to get cracking again. Hopefully I'll have some updates to share with you soon.

And, as far as the Blender Python API is concerned, I agree, the docs seem to be missing that last critical step, maybe just an example of the syntax needed to use each of the operators. I'd also been meaning to do a video on how I make all my stuff, including resources that helped me get from where you are with it, to where I am (which is not all that far, but I remember thinking the thing you wrote). So I'll leave some of those resources here for you to check out, and there'll be a video about it on my Youtube eventually:

Blender Python Getting Started:

Darkfall - https://www.youtube.com/channel/UCOUWVGNhcHEICE8AjR8up3g

B3D Interplanetary - https://b3d.interplanety.org/en/

Curtis Holt - https://www.youtube.com/channel/UCzghqpGuEmk4YdVewxA79GA

Jayanam - https://www.youtube.com/user/jayanamgames

Scripting for Artists (on Blender's official YT channel) - https://www.youtube.com/playlist?list=PLa1F2ddGya_8acrgoQr1fTeIuQtkSd6BW

Royal Skies LLC -

CG Matter -

Blender Livestreams - they did a stream with the guy (Dr Sybren Stuvel) who did the Scripting for Artists series, and I asked a few questions about REALLY basic stuff, then I started to feel bad that I should have maybe Googled it instead of wasting his time, but when I went back to the comments, he had gone back after the stream ended and written a detailed explanation that really helped things click for me.

Royal Skies and CG Matter helped remove that intimidation barrier I felt whenever I looked at the API - Hey, just do the things you want to do, copy and paste them from the Info screen, and BOOM, you're a coder.

Darkfall and Nikita are really good at going through code line by line, or section by section, and making sure you understand how it all works, they were the ones who helped "connect the dots" and allowed me to figure out how to actually write out the things I wanted to do.

All the others helped me get that one tiny little piece that someone else thought went without saying.

Once you're up and running, your new home will be https://blender.stackexchange.com/

That's the best resource I've found for Blender and Python.

You can also try reading through my scripts on Github, I ignored a couple of "Python style" recommendations, like abbreviated variable names, and 80 character lines, so all of my variables are super long, literal names (eg a variable containing an Object's coordinates would be ObjectCoordinates, rather than objco) and I've put in lots of comments, to try and give the plain English of what each code block does right above the code itself.

Damn, I wrote a novel, and I still didn't fix the crash! I'll keep you posted!

(+1)

Hi SirSpence, you can try the 0.8 release to see if it fixes the launch crash.