Skip to content

JAnim v1.9.0

Latest
Compare
Choose a tag to compare
@jkjkil4 jkjkil4 released this 09 Oct 07:07

What's Changed

New Features

  • Added move_to_by_indicator and next_to_by_indicator
  • Added TypstDoc.match_pattern
  • Added Timeline.timeout(delay), equivalent to Timeline.schedule(self.current_time + delay)
  • Added Group.from_iterable
  • Added ImageItem.point_to_pixel
  • Added mismatch parameter to TransformMatchingShapes
  • Added buff parameter to CircleIndicate
  • Improved FadeTransform by adding extra parameters
  • Added warning for non-linear composition with misaligned sub-animations

Fixed Bugs and Enhancements

  • Fixed the issue of lacking consideration for multi-channel configurations when creating placeholder silent audio.
  • Fixed self.camera not being tracked
  • Fixed Audio.mul
  • Fixed positioning error of current lineno, when using template-timeline
  • Fixed incorrect y-axis numbers position for Axes
  • Fixed glcontext error of global_renderer
  • Fixed the recursive call in Cmpt_VPoints_LineImpl.put_start_and_end_on
  • Use dtype=np.float32 for Array as default
  • Optimized the performace of interpolation

Documentation

  • Added typ2.match_pattern(typ1, '+') to TransformInSegmentsExample