Closed ganim3d closed 1 year ago
gets an error of float instead of int when snapping to frame some changes to work 440: context.scene.frame_current = int(self.new_frame) 443: self.offset = int(self.new_frame - self.init_frame)
Hi, this repository is not up to date since Timelinescrub is already integrated and maintained in Grease Pencil Tools (shipped with blender).
gets an error of float instead of int when snapping to frame some changes to work 440: context.scene.frame_current = int(self.new_frame) 443: self.offset = int(self.new_frame - self.init_frame)