Jump to content
You must now use your email address to sign in [click for more info] ×

angelhdz12

Members
  • Posts

    201
  • Joined

  • Last visited

Reputation Activity

  1. Like
    angelhdz12 reacted to Flock17 in [BUG] Flip Vertical/Horizontal Toolbar Icons Missing   
    Yes, this is a much needed update.
  2. Like
    angelhdz12 reacted to catgarf in Search Layers (Follow up 2020)   
    Came here to request this exact feature :-)
  3. Like
    angelhdz12 got a reaction from catgarf in Search Layers (Follow up 2020)   
  4. Like
    angelhdz12 reacted to Granddaddy in Affinity Photo for Windows - 1.7.3   
    You say that Version 1.7.3 is a "major update."
    How do 8 minor bug fixes and some updated translations constitute a major update? 
    It seems more like this latest update should be called version 1.7.21, or perhaps 1.7.2.472 since the previous release was 1.7.2.471
  5. Like
    angelhdz12 reacted to Chris B in [BUG] Flip Vertical/Horizontal Toolbar Icons Missing   
    Hey angelhdz12,
    I'm not entirely sure why they aren't there. I'm sure they used to be. I've just had a quick chat with dev and this should be easy to put right. I think they should be in the customise menu but not necessarily be enabled by default like they are in Designer. 
  6. Like
    angelhdz12 reacted to woefi in Preferences window UI is frustratingly designed   
    Mac, here.
     
    Even as a designer who reacts more to optical shapes than to words , I think that icons in preferences are useless.
    (You wouldn't want to communicate with your lawyer via emojis...)
    My example is oldschool but it would work nevertheless.
    Also the new Blender 2.8 preferences work basically that way and can go much deeper. And they are multi-platform 
     
  7. Like
    angelhdz12 reacted to wgphoto in timeline animation affinity photo/designer   
    As someone who uses the timeline in PS occasionally, I'd definitely love for this to be added to Affinity Photo, especially on the iPad.
  8. Like
    angelhdz12 reacted to MagicOfIllustration in timeline animation affinity photo/designer   
    I Agree, this would be a very welcome feature. It would not even have to do everything other animation tools can. Just tracking a few things in key frames would be a great addition, like Position, Scale, Rotation and opacity would be enough for a lot of simple animations. You don't need to track every point in a curve object, if you just track the objects or groups properties it would be enough.
    If it needs to be a separate product I would be more than happy to pay for it. I've tried Synfig and Open toonz but they do not import the drawings from Affinity Designer correctly. Even if I try to copy the drawing to inkscape and then export it, the tools can not handle gradients correctly. Maybe After effects of Toon boom would correctly import the drawings but they are just to expensive for the tasks I need them for.
  9. Like
    angelhdz12 reacted to DNH in timeline animation affinity photo/designer   
    I agree, this would be a great option to have a similar program as Adobe After Effects as demonstrated on YouTube ' Affinity designer and After Effects' 
  10. Like
    angelhdz12 reacted to Jowday in Affinity Designer - Search or Sort Layers   
    +1
    I am in exactly the same situation. A search feature would be more than useful.
  11. Like
    angelhdz12 got a reaction from thedivclass in Affinity Designer - Search or Sort Layers   
    Yes please! Search/Sort Layers 

    Search by layer type (pixel, group, vector, mask, adjustment filter, live filter)
    Search by blend mode
    Search by name/layer description
    Search locked/unlocked layers
    Search visible/hidden layers
    Search all layers with "x" FX applied to them
    Search by opacity level
     
  12. Like
    angelhdz12 got a reaction from michacassola in timeline animation affinity photo/designer   
    Animation is very needed!
  13. Like
    angelhdz12 got a reaction from Aleksandar Kovač in Preferences window UI is frustratingly designed   
    Totally agree. Preferences window is a mess.
  14. Like
    angelhdz12 got a reaction from tmatason in Scripting   
    Yup. After reading all comments, TypeScript and Javascript are the most obvious solutions. TypeScript for the ones who love static typing, and Javascript for the ones who want to type less. But also, Serif should consider choosing TypeScript as default, but allowing BINDINGS to other languages so everyone is happy.
  15. Thanks
    angelhdz12 got a reaction from debiant in Scripting   
    Yup. After reading all comments, TypeScript and Javascript are the most obvious solutions. TypeScript for the ones who love static typing, and Javascript for the ones who want to type less. But also, Serif should consider choosing TypeScript as default, but allowing BINDINGS to other languages so everyone is happy.
  16. Like
    angelhdz12 got a reaction from JuBe in Affinity Designer - Search or Sort Layers   
    Yes please! Search/Sort Layers 

    Search by layer type (pixel, group, vector, mask, adjustment filter, live filter)
    Search by blend mode
    Search by name/layer description
    Search locked/unlocked layers
    Search visible/hidden layers
    Search all layers with "x" FX applied to them
    Search by opacity level
     
  17. Haha
    angelhdz12 got a reaction from kanihoncho in Affinity Presents - Filling a hole in the market   
    Are you making fun of us? Can't tell...

    HOW DARE WE wanting a complete suite of programs to be finally free from the enslaving subscription-based competitor... HOW DARE WE!
  18. Like
    angelhdz12 got a reaction from myrrhine in [BUG] Flip Vertical/Horizontal Toolbar Icons Missing   
    Available in Designer:


     
    Missing in Photo:


  19. Like
    angelhdz12 got a reaction from Copper Star Media in Scripting   
    Not having to wait for the developers to add missing features and advanced macros/actions.

    A lot or programs since 90's allow to do this, like Microsoft Office programs using Visual Basic to automate tasks.
  20. Haha
    angelhdz12 got a reaction from walt.farrell in Rasterizing Image On Import   
    Oh sorry, I just noticed I'm on the wrong Forum. I selected "Affinity On Desktop" and I ended in Publisher. 

    Bye!
  21. Like
    angelhdz12 reacted to Dale in Stop Frame Animation   
    Affinity Animator could be amazing, better than a bloated Affinity Designer IMO.
  22. Like
    angelhdz12 reacted to MEB in Stop Frame Animation   
    I think it's too much bloat for a focused program like Affinity Designer. Unless it's implement as a new persona or even better a totally new program based on the same file format as Affinity.
  23. Like
    angelhdz12 reacted to PaulRoskrow in Stop Frame Animation   
    Hi
     
    Any chance that Stop Frame animation might become afeature please?
  24. Like
    angelhdz12 got a reaction from Samwise in Scripting   
    Yup, definitely it should be Javascript and Typescript (for the ones who love static typing).

    Typescript is basically Javascript, with static typing added.

    Typescript is the best choice, because then we can know at authoring time, the types of the variables, properties, function returns, etc.

    For example:
     
    import { Shape, Layer} from "affinity"; import * as affinity from "affinity" var rect:Shape = affinity.document.current.selectedItem(); var rect2:Shape = affinity.document.duplicate(rect); for(var layer:Layer in affinity.document.layers) { affinity.document.select( layer ); } I have experience with JSFL, an Adobe Flash (now Animate) Authoring environment Javascript API. You can run the actions inside the program, or load an *.jsfl file.
     
  25. Like
    angelhdz12 reacted to firstdefence in Auto Font Size   
    Thinking a bit laterally, until the "scale to text box as you text" feature appears, what about making text styles based on how many characters are in a name, so have a 12 character text style with say a 16pt font and a 15 character text style that has a 12pt font, then type the name and choose the style that fits the amount of characters.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.