-
Notifications
You must be signed in to change notification settings - Fork 1
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
A few notes and ideas #1
Comments
Hey thanks for pointing that about the file browser, I looked things up and already added the "import file" button to select the file path. I have to look it up. But I think the issue with the On the font type , are you saying that copy to selected doesn't work on font change? If so then I'll add it to the loop that checks and applies the changes in position, box margin etc... My idea was to have such main features like color and font be set from the addon as well on |
Ok checked the things you mentioned, yes there is no 'Copy to Selected' for fonts...I'll add that to the update function, and I'll work on the multiple line text fields using the |
Nice to see you working on this.
A few notes:
If you want to add an open-filebrowser button next to the path, there is a template for this in the Template menu: operator_file_import.py
After the import I get this error:
AttributeError: 'Context' object has no attribute 'active_sequence_strip'
- I'm running the add-on in 2.93. But it works in 3.0: https://developer.blender.org/rBSc84d1ad3dbf4551b55f7b2630ef4ba7f6512b775https://developer.blender.org/rBSc84d1ad3dbf4551b55f7b2630ef4ba7f6512b775For some odd reason can't the font type be batch changed with Copy to Selected, so maybe you can find a way to work around that?
The text strips can actually insert text with forced text breaks, but you just can't insert them manually in the string widget. Adding a string like this "line 1"+chr(13)+"line 2" to the text strip will draw the text in two lines.
The text was updated successfully, but these errors were encountered: