Multilines, scrolling and fade in and out on a text effect #50218
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#50218
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I made an addon wich allows multilines, scrolling and fade in and out on a text effect. See the source joined. It has been tested on Ubuntu studio 16.04 64 bits and Blender 2.78.
seq_plus_titles10.py
You have to modify the space_sequencer.py in .../blender-2.78-linux-glibc211-x86_64/2.78/scripts/startup/bl_ui/ as indicated in the file (copy lines 47 to 58, 400 to 402 and 406 to 426). Suppress the first # of every line. First save the original space_sequencer.py as space_sequencer.py.orig.
The abilities of this addon are :
New menu Titles :
still title, title scrolling horizontally, title scrolling vertically up to down, title on several lines scrolling vertically down to up and date of the file.
When thestrip of the text effect is selected, the properties panel shows several new buttons :
2.** "Move title" **is the same except the time cursor doesn't move.
3.The two buttons **"Define start parameters"and"Define end parameters" **are used to set the size and the position of the text. First, position the text with the "Move title" button and set the size with the size cursor. Then click on "Define start parameters". Do it again for the end settings and click on "Define end parameters".
4.The buttons of the modify text section :
by clicking on "Modify title", you transfer the property ' text' inside a text block of the text editor, named "Credits". So you can modify the text as you want, even with several lines. Transfer the modified text in the property text by clicking on "Paste title" or "Paste center".
You can adjust the movement of the text with the graph editor.
You cannot modify the police. You cannot have several police sizes.
Changed status to: 'Open'
Added subscriber: @jpf
Added subscriber: @BrendonMurphy
Are their any similar addons in Blender that your effect would work with?
Changed status from 'Open' to: 'Archived'
hi, re-reading the task, maybe this is better as a patch? it's too much to expect users to edit internal files to run the addon.
closing as archived