Seems like a great and well-designed plugin! I like how you kept the workflow consistent so the learning curve isn’t too great when switching between the default animator and this one. Although, there’s one aspect of this plugin I’m concerned about: the Id system you make for individual keyframes: self.Id = math.random(-100000000,100000000)Although it’s 1 in 200 million, this system might pose as a bug to the few people who get the same Id for 2 or more keyframes (maybe even multiples of times). Example For each user with 1 animation:Having 1 keyframe, there’s a 1 in 200M chance Assuming each animation has 64 keyframes: Having 1 person, there’s a 1 in ~3.1M chance Assuming each animation for each person has 64 keyframes: Having 1 animation, there’s a 1 in 312.5K chance Keep in mind, this is only the outcome of 10 people with 4 animations with 64 keyframes in each animation. There will obviously be more people that make more or fewer animations with more or fewer keyframes which will probably decrease the chance. Anyway, hope you update this plugin with more features! (责任编辑:) |