Jump to content

finscn

Members
  • Posts

    26
  • Joined

  • Last visited

finscn's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In many( almost all ) non-English speaking countries , cmd+space is a trigger key for opening or closing input-method. I suggest change it to cmd+ < / > or cmd + +/- , or cmd+[/]
  2. Feature Request: A short-way to move an image from one bone to another. Example: I select both the image and the target bone , press a shortcut key, then auto move the image to the target bone. ( the image and the target bone are already in edit-area )
  3. When I close "Object Properties View" , I can't open it again . In the window menu , no "display Object Properties View" option.
  4. 1) The node often disappeared in Hierarchy view when I move the node from one parent-node to another. 2) I Can't move multi-nodes in Hierarchy view from one parent-node to another.
  5. @PixelPicoSean , Thanks for your suggestion. But in this case requestAnimationFrame is NOT a good choice. If use requestAnimationFrame, the FPS is not be custom by user , It will always by system FPS or (system FPS) * 1/n (n is natural number). ======================= Update again. Now Use can generate sheet animation : look screenshot:
  6. Thanks. Yes , I do it as you say. I HOLD shift, then left click and hold/drag to move a child bone. And it till doesn't work. And I found another bug : right click and HOLD a bone/image, the quick-bar will be displayed, but when I release the right mouse key, it will be hidden immediately. the 3rd : when I zoom in/out the edit-area by mouse-scrolling , it's too fast . scroll little, zoom much . I use Mac OS X 10.9. ======================= Update: About IK . I found why : When there is the icon (in red circle) , it works well. If no it , doesn't work.
  7. Hi , I activated Pro version , but can not use IK . I push shift down and click child bone , is not enter IK mode . I have watched this video : (How to embed a youtube video?) But still not find the answer. Help , thanks
  8. Update Again . Now you can control the play progress (by time or frame) http://fattyboy.cn/spriter-play/
  9. Hi @ RunnerPack , Thank you My english is very pool , So I can't say many words :'( I updated it just now . I add some settings , now , you can set FPS , animation's frame count , speed scale . It's free and no any limit. You can use and modify it in any where any time. But , now it's just a prototype . When It is good enough , I think I will create a project in Github. Thank you :)
  10. The document of spriter is so bad. I spent two weeks to understand the scon format and I found some doc-designs are not good enough. But my english is very weak , I don't know how to explain my opinion. Tears... By the way , I hope my demohttp://fattyboy.cn/spriter-play/ could help you. But anyway, Spriter is a great application , I love it .
  11. In the next version , I will implement a powerful "export" feature: 1 export sprite PNG (like old Spriter IDE ) 2 export sprite-sheet PNG (like Spriter IDE b8 ) 3 export "packed-bones-sheet" PNG (see the attachment) , and generate the config-info. ( User could customize frame count ) I'm a free version user (Sorry) , so the pro feature I can't implement.
  12. . . . The online address : http://fattyboy.cn/spriter-play/ Please use the lasted Chrome or Safari visit. It's just the first prototype , but could play the example GreyGuy very well. . . .
  13. I set Spriter be the default app for scon file. But when I double-click the scon file, that is just open Spriter , not open the scon file. Mac OS X 10.9
  14. I hope animation.length could be renamed to animation.duration the duration is more common than length in this case.
  15. About scon's format : In scon file , no "parent" property means the node doesn't have the parent node. no "pivot_x" / "pivot_y" property means the pivot_x/pivot_y is the default value. no "time" property means the time is 0. no "x"/"y" property means the x/y is 0. no "angle" property means the angle is 0. no "scale_x"/ "scale_y" property means the scale_x/scale_y is 1. no "looping" means the looping is true. ( the same state , but the different result ) the parent and pivot_x/pivot_y is ok, but time, x/y, angle and scale_x/scale_y is not good, I think. I suggest if a value is existing , always create the property in the scon , whatever the value is.
×
×
  • Create New...