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

Search the Community

Showing results for tags 'Affinity Designer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Affinity Support
    • News and Information
    • Frequently Asked Questions
    • Affinity Support & Questions
    • Feedback & Suggestions
  • Learn and Share
    • Tutorials (Staff and Customer Created Tutorials)
    • Share your work
    • Resources
  • Bug Reporting
    • V2 Bugs found on macOS
    • V2 Bugs found on Windows
    • V2 Bugs found on iPad
    • Reports of Bugs in Affinity Version 1 applications
  • Beta Software Forums
    • 2.5 Beta New Features and Improvements
    • Other New Bugs and Issues in the Betas
    • Beta Software Program Members Area
    • [ARCHIVE] Reports from earlier Affinity betas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Member Title

  1. Hello! I'm creating a big plane of custom shapes and after sketching in raster I want to use the pencil tool to create custom vector shapes. A problem I keep running into is while tracing an already drawn shape the tool will snap once the shape is completed, resulting in something entirely different. I've tried turning off snapping and stabilizer, but I don't know how to change this. Any help?
  2. I’ve had this issue for some time and always assumed it was user error. With the Move Tool, I select an object and go to it’s properties. When I type in the desired opacity with the app’s keypad, the opacity setting reverts to 100% and the object’s opacity remains unchanged. (See video.) If I move the opacity slider down a bit and THEN type, the dial-in opacity will work. If I have an object selected with the Node Tool, the same issue occurs. I’m not sure if that is by design though. FullSizeRender.mov
  3. I have always the same issue: when I try to use the artistic text tool it´s ALWAYS set by default in a weird reverse italic super large style. The only way to solve this is by restoring the factory values in the document tab. Sorry if I miss the proper names but I’m from Argentina and got Designer in Spanish. Please, the last update is quiet good but there are still some annoying bugs like this. Thank you! I really hope you read this, I think Designer is great and can be much better for sure.
  4. I have always liked the clean lines and the form of America´s first jet fighter, the Lockheed P80 Shooting Star. This has been done by switching between Designer and Photo and I am getting the shading the way I want to, but I really need to keep the layers under control, after the first 200 I lost track.
  5. A lazy day, I couldn't be bothered to do anything proper. So did this while watching/listening to the The Mandalorian episodes.
  6. Alongside my earlier trading cards, here’s a cheeky little flyer for some totally imaginary Affinity applications that might, possibly, maybe, perhaps, hopefully exist at some point in the future, in the fullness of time, if all goes well and the wind is behind us. As with the other set, they’re just a bit of fun, done as an experiment and nothing more than that.
  7. Hello Affinity team, Here is the feature request to do easy feathering. Usually, in Xara Designer, I put a picture in a vector object and use feathering to smooth edges of the object. As an example: No feather: With feather: Feathering is done as simple as dragging a slider to the desired number of pixels to smooth the edges. I wonder, if such functionality is possible to implement for the Layer effects? If yes, then when it's expected? If no, then why and how to achieve the same effect now in Affinity Designer? Thanks, Arlen.
  8. Hey i really like the affinity designer and photo and i want to buy them but before i will do this i need to know if i will be able to install the programs on my mac an my pc for the same licence? From what i founded i had understand that not able cause mac dont use key codes but i have start my trail on my mac few days ago and i have got a key code for the two programs
  9. It is great that Affinity products our one off purchases. The simple pricing system has won over many people including me. I am a big fan. However, I was wondering if the purchase price includes all future updates for life. I ask because I don't remember seeing any limitation on updates. I know with some software I have bought in the past it was a one off purchase, but within a year or two of purchase they released version 2, then version 3, that meant version 1 was no longer updated, and you had to pay to upgrade to version 2. While I understand software development is probably an expensive business. It would be good to know what the situation is with updates. Thank you.
  10. Running the current affinity designer 1.8.3, When I try to edit the vector brush settings in Affinity designer on Windows 10, the application freezes and I have to force quit. I've tried restarting the machine, new empty file to work from, etc... What should I do? Update: installed the Windows update and it seems to be working now...It still freezes at times every now and then but then recovers and I can keep moving forward.
  11. I'm a developer and I like studying other apps and how they are structured, something people call software architecture, especially for software product lines, theme of my masters thesis. This suggestion is based on the knowledge I gained through multiple projects throughout my life and also the Affinity suite itself. I'm also aware the following is true only of the Windows versions for reasons will be made clear ahead but I doubt the approach is different on the macOS version. Here it goes. --- While licensed as separate applications, the core of the Affinity application is contained in a few files (a few DLLs) shared between the multiple apps. Nevertheless, this actually means that when licensing the different application we are actulally licensing the usage of a few parts of an existing API for a particular purpose, depending on the app itself. Thus, Affinity Publisher - with both Designer and Photo functionalities incorporated - is the whole application and the easiest part of what I call Affinity Studio in this idea. So, the whole of my idea is to drop this separation in multiple applications and incorporate them all into a single one (Affinity Studio) with the ability to receive plugins that could explore the entirety of its funcionality through the existing API. I know most people thinking about scripting and plugins on this forum are demanding languages like Python or JavaScript but the reality is that a part of the Affinity suite (including the aforementioned DLLs) is developed using .NET and it would be easier to enable plugins developed in it: makes the lives of the developers (both at Serif and those writing extensions) easier because developing tools are already avalible (Visual Studio has a free community edition and is probably the same tool Serif already has licensed) and exposing the API is a lot simpler (most of it can be seen by incorporating the those DLL to any .NET project). Limits could be stablished but I see everything could be created: new tools, personas, functionalities, file formats, and so forth. Also, despite being mostly centred around C#, .NET allows for a multitude of languages to be used to develop projects (including Python and Javascript). Before anyone can ditch my ideas as unfeasible because of the macOS version, I must remind that .NET Core is already cross-platform (although with some limitations) and can run on macOS and even Linux and if I'm not wrong .NET 5 (droping both Core and Framework from its name) will be released by the end of the year and may have complete support for fully cross-platform desktop applications, dropping also the need to support a separate version for macOS and opening the door to a Linux release with little to no extra cost for Serif. Also, I don't remember exactly where but I've already heard from someone from Serif that the file format for all applications, despite the different file extensions, is exactly the same (go ahead, change the extension of a file and open it, I'll wait) so files are really not an issue but I'd suggest reducing to a single extension for simplicity (I'd go for .afp ). And we don't need to have access to the details of the file format If the exposed API provides the means to incorporate file importers/exporters (read files and create objects on the canvas and vice-versa) that could solve the biggest issue I see in the forums, support for multiple additional file formats, which anyone should recognise it may be an impossible task to accomplish by Serif alone no matter how big their team is. With this approach, Serif could focus on providing one fully capable application worrying only about its core functionality and leave the rest for the community. No matter how big the API currently is, all we would need is a simple "hello world" so we know where to start and how to incorporate these into the finished product. Plugins are also a means to create software product lines, which is my field, and is a means used by many applications over the years. I know with my knowledge I could be providing some of the funcionality requested in the forums and many many more with the proper means to. I know many in this community feel the same and I cannot wait to see what could come out of this (even scripting with Javascript or Python could be achieved throgh this). If your concert is security/privacy of users, I'd state I don't really remember any platform using plugins being overly concerned about it, which I understand could be a big issue depending on Serif's values but I believe this is something the community could regulate on their own: some more concerned would work on evaluating extensions and providing feedback to us all about which are safe to use and which are not and word will eventually spread. If Serif is really concerned about security, they could incorporate the means to remotely block (blacklist) harmful plugins (please, don't tell me you dont know Apple and Google can do that on your phones). Sorry for the long post but I see a big potential in applications like the Affinity suite given the proper means for expansion and I would love to work these ideas out without having to be part of their team itself. I think the ball is in your court now, Serif
  12. a Little Monster Illustration made by using Affinity Designer and Frankentoon brush. Enjoy! Please subscribe, if you find my channel helpful. 😂
  13. Hi, so recently I have reset my widows, meaning completely removed all files. I backed-up most of my .asdesign files. My problem is that every time I try to save a file, (even a completely blank one) it does let me save it, but after I have saved it, a pop-up saying: And then I click close. It does this with every .asdesign file i save. I can't open the file afterwards either. Then it's just corrupted. I use sRGB btw. I can still open old documents (The ones that I backed-up from before the reset) I've seen 2 other posts about the same message/pop-up, but it didn't match my problem: they tried to open a file. I've reinstalled Designer 3 times and made sure it didn't leave any files. I've tried many things. It really sucks. Here is an example of a file: example.afdesign, but as i said it happens to all files. And this is the 2 pop-ups i get when trying to open fx. example.afdesign Pls help me:) Many thanks. DouVI PS. feel free to ask for any more information, cause I'm desperate and really need this to be solved;)
  14. Hi all, On Affinity designer for Ipad, how would you merge two pixel layers: I started a drawing. I accidentally finished the drawing in a different pixel layer. Now I still want the drawing all in one layer. I've been looking everywhere, and I can't find something where I can merge down one layer into the other. Actually, I think this has been asked before, but they mention a 'Rasterize' action that I can't find (and also, I'm reluctant to rasterize a pixel layer)
  15. I’ve got affinity designer on my iPad , I use this software for fashion CAD flats and moodboard purposes, I just would like to know how to correctly export these as every file type I’ve chosen so far turns my work pixelated I’ve had this issue with Procreate I went to print my artwork and it was really pixelated. This would be super useful to know so I can avoid making future mistakes. Thanks in advance
  16. Since the newest update to the Affinity softwares (1.8.2) on iPad os, my font storage is out of wack in the apps. In fact, I can no longer search for fonts by first letter because they are no longer alphabetized. I have tried deleting all fonts and then reloading them into the app, but they will not all delete from the font preference pane. Any help or pointers would be greatly appreciated. FullSizeRender.mov
  17. Hi All, I know this is not great, but its my first ever creation with affinity designer. I am the worst artist, never really done anything like this before. I used the affinity designer book and following along with things, put my own spin on it. I feel y proud!
  18. Hi, What Affinity products is best for Web Develoeprs? Also can Affinity Publisher do what Sketch can do like the Hero/Banner background image of https://fontawesome.com/ assuming I already the icons?
  19. Hello, I recently noticed that version 1.8 presents a user interface that is difficult to understand about (new) document formats. Here I present a proposal about the user interface and would like your feedback. Thanks Thanks
  20. Hello everyone! :-) I've created a free digital 2020 planner for everyone to use in the next year. Some of the design features I included are: - overview of the year, each quarter, and each month, with places to write down the most important tasks and dates, - "Gantt overview" to see which times of the year are more or less busy (it's not really Gantt chart, just a timeline view to see the whole year at a glance with multiple long-running projects), - "Habits" to track progress of up to 10 habits, each row is the habit, each column is the day, you have 6 boxes there for water intake tracking, mindfulness practice, sport, etc. - a complete 54-week week spread planner with extra rows at the bottom for weather, mood, food, and gratefulness tracking :-) (left column is for tasks for the week to have a nice overview) It works best with a stylus/Apple Pencil on a tablet, or in a PDF annotation tool on desktop. Let me know what you think and I really hope you will find it useful in the coming year! :-) cubitoo-2020-planner.pdf
  21. Hello evryone, I'm testing the Affinity Designer option for mostly doing illustration coming from Adobe Illustrator. One option very helpful which I'd love in Ai it's the Width Tool. I've been looking for similar option along a path on Affinity Designer, but couldn't find the same. There's "pressure" for a stroke but if using a brush or texture, it doesn't seem to do much. Now my question comes easily: How can I customise the width of a vector brush acting on single point as the width tool in Ai? Thanks for you help! Stay safe!
  22. I’ve got affinity designer on my iPad , I use this software for fashion CAD flats and moodboard purposes, I just would like to know how to correctly export these as every file type I’ve chosen so far turns my work pixelated I’ve had this issue with Procreate I went to print my artwork and it was really pixelated. This would be super useful to know so I can avoid making future mistakes. Thanks in advance
  23. ...or so it seems! One aircraft that I have always loved is Little Nellie from "You only live twice" I saw her doing her stuff at an airshow way back in the day.
  24. Almost every time I run a boolean operation to divide or unite vector curves in AD, it freezes on me as shown in attached image. I have to force quit and restart the app and try again in smaller doses or move it to Illustrator and try again there. I have an iMac with 12GB of RAM - I don't know if the issue is I need more RAM, or if it's still a bug Affinity is fixing? I ordered more RAM recently, so I'll be able to try it again after installing it to see - but I wanted to see if anyone had any info pertaining to this issue - thanks!
  25. Beim Versuch einen Textrahmen aufzuziehen stürzt Affinity Designer ab. Das Gleiche passiert bei Grafiktext. Sobald man versucht mit der Mouse zu ziehen schliesst sich der Designer sofort. Affinity Designer crashes when trying to draw a text frame. The same happens with graphic text. As soon as you try to drag with the mouse the designer closes immediately. Win 10 Designer 1.8.3.641
×
×
  • 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.