Skip to content

JAnim v1.2.0

Compare
Choose a tag to compare
@jkjkil4 jkjkil4 released this 30 May 01:22
· 293 commits to main since this release

What's changed

New Features

  • Added tool CLI, you can open tools GUI without building any timeline.
  • Added FontTable, in the menu or using janim tool fonts, where you can search fonts.
  • Added arrange_by_offset to Cmpt_Points, which you can arrange children-items in a fixed offset.
  • Added pause_point, you can mark the position, and the preview progress will be paused when reaching
  • Added subtitle_font to Config, you can configure the font of subtitles individually
  • Added fix_in_frame, which can make items to follow the camera, with fixed position on screen
  • Added a text-editor on status bar, which makes the class to rebuild editable

Fixed Bugs and Enhancements

  • Optimized the performance of DataUpdater
  • Refactored get_fontpath_by_name to get_font_info_by_name
  • Refactored (GUI) anim_viewer.py, arranged the code and break it into two files anim_viewer.py and timeline_view.py
  • Fixed some typing
  • Fixed item miss-tracking after calling show
  • Fixed the problem of changed font in CONFIG takes no effect after rebuilding
  • Convert shift param of Fade to ndarray, make FadeIn and FadeOut able to accept not-ndarray params, such as a list or tuple of coord