-
Notifications
You must be signed in to change notification settings - Fork 103
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
Objects layers renamed to base file name instead of "topnode" & More then one file can be loaded in the Resource Window #34
base: master
Are you sure you want to change the base?
Conversation
@herace That's really nice! I think it was one of those things that had to be done 😄 FYI I suspect the project lead dev is either too busy with his life or has taken a "recess" for the time being from developing free stuff, if you know what I mean, as I stopped receiving updates for this app ever since December 2017. If you're going to continue developing AE probably it is better to keep your fork up and if possible I'll gladly direct anyone that still uses the software and wants to develop it further to visit your repo for the time being 🙂 |
@Jose-Moreno Dude thank you SO much for the feedback dude and also the current state of this repo. Ill try my very best to improve whatever i can 😄 |
Create more then one new layers from the resource Dialog
* Add Rotate Canvas (Anti) Clockwise key bindings * Start of WIP showing Key Bindings in tool tips
Fix a few compiler warnings
Add canvas rotation using NumPad + KeyPad numbers
WIP: Fix old-style cast warnings
Fixes saving of Keypad modifier keys in settings
…imeline header and In InfoLabelWidget
…et notified when some setting is updated
…dow::onApplicationSettingUpdated to be able to propergate setting changes to child widgets
…e explicit in the tooltip variable names
Fix a few warnings in core A to B* source files
Add one more keymapping to tooltip
Add feature timeline information
* Fix a few: "old-style cast..." and float vs. double conversions warning messages in touched files * Move TimeFormat::remap to util::MathUtil::remap * Add cycle function to util::MathUtil * Expose private "maxFrame" member value via getter in time_Scaler * Fix "SMPTE" and "Seconds : Frame" time formats to correctly start over when reaching end of scale (bug report via Discord by @josemoreno)
… setting to onThemeUpdated slots
Fix `SMPTE` and `Seconds : Frame` time formats
Added chat board links on readme file.
Fix conflict in src/ctrl/time/time_Renderer.cpp as the setting name has changed
…Introduce theme::TimeLine proxy for sending Qt stylesheet changes to non-QWidget derived classes
fixed root directory in travis.yml Added target Updated travis Updated location of pro Trying to cp binary, as i cannot manage to install it Fixed app name in travis.yml Changed app name Added data to appdir Added -R to cp
Adding Travis CI with appimage deployment
Add theme support
Qt515 support
added missing build instruction for linux
Updated Debian based linux distros installation instructions. Added Arch based linux distros installation instructions.
removed "sudo" on qmake and make steps as WolfyHawk suggested
A small update that i found useful when using AnimeEffects :) .
I think im close to figuring out how to add more then one object from the resource window but for now ill just give whatever i have since it speeds ups my workflow personally.