-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locate Blender executable via File Manager #2255
Conversation
Great! Looks good so far. Although, I wonder if there should also be a button for InkScape for A. It'll look aesthetically better, IMHO and B. Perhaps the only reason we don't get InkScape issues reported is because not many want to open up the advanced title editor? Just a thought. Also, I wonder if the 'Browse' dialogue that opens up this time around can be made to be in the root directory by default, this time around. Thank you so much! This will be such a reliever (esp. for our windows-using friends). 👍 P. S: Also, just to try things out, I chose |
Yes, the Inkscape browse button will be next. I just want to focus on getting the Blender one 100% complete first.
Yep, good idea. I'll put it on my plans for this PR.
No problem. I think its a good change that A) I have time to develop it since its small enough. B) It will solve so many issues reported on Blender path issues.
Not a problem at all. It hasn't been developed past opening the file manager with the button. I'm working on it slowly to be sure my Python noob skills don't fail me. 😆 Don't ever trust any PR with WIP on it. 😉 |
I see. Haha All the very best! Looking forward to test further changes into this branch. 👍 |
@peanutbutterandcrackers - Added the same browse button for Inkscape too. I'm setting the path to root but currently its only "/" and that would only work good on Linux I would imagine. I need a more cross platform way of setting this path. @ferdnyc ? |
@DylanC - I was able to find this on stack overflow. I just tested it, and it looks great! I have only one more request: could we have the file-choose dialogue only show executable files rather than all files? I think it would make the it easier for the user to point precisely to the executable without being bogged by anything else... I think we should get the users (who've reported this issue) to test the daily builds as soon as this is merged. This is neat! |
@peanutbutterandcrackers - Layout wise I think it makes sense to leave them on the bottom. They are the least important items imho. Not everyone wants to do Animations (Blender) or use the Advanced Editor (Inkscape). Default Image Length and Volume are related to the clips being dropped on the timeline. Maybe it would make sense to call them:
Only problem being the length of the first label may be too long. Might need a wider Preferences Dialog. |
@peanutbutterandcrackers - I've added the path fix. I'm almost happy with this PR but I'd like to find a way to limit the file type to executables rather than "All Files" currently. However maybe that's complicating it too much. It would be a good improvement even as it stands right now. |
So, what that means (along with the fact that Yes, I think the changes should be made. Let's call them 'Default...' and also let's call the "Advanced Tite...", "InkScape" instead. The changes that I made (in fig 3) seem decent enough. I mean I only changed the If you think it is fine the way it is, then I think it's all right, too. Also, I just stumbled upon this: https://stackoverflow.com/a/44978877 I also looked around for a way to filter only executable files but couldn't find one. Perhaps @ferdnyc might have some ideas? Or @N3WWN ? |
I wonder what has gone wrong. I can't seem to be able to make a comment. |
@peanutbutterandcrackers - Your comment did work, it appeared about 10 times. So I've cleaned it up. I did notice GitHub acting a bit strange today. |
I'm not 100% sure about this one. I do know what I said about the image length is correct. Its definitely the clips length when you drop an image to the track. I have used this feature before.
Not sure why but when I made this change at least on my PC the textline (QLineEdit) was squashed/smaller than the rest as a result. I think I will let it stay the same to be safe. I'm nearly happy enough to merge this, I'll just wait a bit longer for any more feedback. |
Oh, I see. I think this will be a great fix for 2.4.4. Great work, Cap'ain! 👍 |
@peanutbutterandcrackers @DylanC Again, good job guys and girls ! |
@CapitainFlam - Thanks. This change was very badly needed. 😄 |
I've been thinking with so many path issues for new users really we need a button to browse to select the correct location/executable. Also in the same section of code Qt would automatically be selecting the correct string with the correct slashes for that particular OS.
This is my first Python change (ever), so any help/feedback on questions I'll have would be welcome.