You want to get started with the @anchorpoint_hq action system? Enable the "Coding Examples" action package. All our actions are #opensource, check them out on @github ✌️😀
https://t.co/xydSdOyWiE
We are launching our side project “Link Your File” on Product Hunt 👋
Link Your File is tool that allows you to open any file by clicking on a web link. You can launch Photoshop or Sketch directly from Notion without downloading the file. Available as a lifetime purchase.
https://t.co/Ie5KxB0IFN
Reorganizing files in @UnrealEngine and fixing redirectors is a fragile process.
Unreal uses file paths instead of UUIDs for referencing between assets. When you move a file, it creates a redirect or so the reference is not broken. Here are some tips to make this process less painful.
1. Use version control
Use Anchorpoint, Perforce, Plastic SCM or Git (but don’t use the Unreal Engine Git plugin) so you can always revert back when something breaks
2. Never move files, only move folders
Create new folders, move files and delete the old ones
3. Don't do anything in Windows Explorer
4. Stick to a styleguide (best practices) when setting up the new folder structure
There are plenty of good references out there.
5. Reorganize your project in granular steps
Don't move 1000s files at once
6. Don't create assets with the same name (as the old one) before fixing redirectors
🔥 New tool: LinkYourFile by @anchorpoint_hq!
"Create a web URL for any file and folder. Paste it into Notion, Jira, Monday, etc. Open that file with a single click from your browser."
👉️ https://t.co/fdLb7F4ylO
#Productivity
WIP, improve conflict resolution. Sometimes it happens that 2 members are working on the same file. The next update will make it clearer how to resolve this conflict.
@UnrealEngine#EpicMegaMondays#EpicMegaGrants
🕹️ Supporting Game Jams
We want to support your next Game Jam by giving you a longer trial period, so you can really tweak and polish your game after the Jam. Winners will also receive a one-year Anchorpoint license for free.
#gamedev#GitHub
If your #blender thumbnails look odd, there is a script that allows you to launch Blender in the background, open the files and use a screenshot of the viewport as a thumbnail.
Right click: Blender / Render Thumbnail
We shipped file locking today!
It works for Git and other projects and should prevent your team from running into conflicts.
In a Git project, files are automatically locked as soon as you edit them, without any check-in/check-out procedure.
https://t.co/Hu8ijLx02o
We have released another update which includes
- Better help and onboarding with the help sidebar
- Sorting and filtering in Git
- Reordering projects, adding project icons to tabs, and many other small improvements and fixes
Full changelog: https://t.co/Hu8ijLxxRW
The @iambellyfant team have been using Anchorpoint for over a year right now. Their animated series has around 30 million views on YouTube.
Their CG supervisor Jason Gagnon finally found the time to give us an interview. Happy reading!
https://t.co/2AE4yv0fyg
@marvelousdecay Nice comparison! I wonder what happens with scenes that have a huge memory footprint and thus Redshift has to render out of core. Due to the unified memory, the Apple GPU has access to up to 128 GB ram.
@Trinumedia@AnytypeLabs It will work, yes. You can create an "app link" in Anchorpoint to any folder or file of a project and use that app link in any application. See the tutorial for more details: https://t.co/NVuhJct9X0
How to associate Notion with your files and folders
We have created a tutorial that shows you how to associate your files and folders with Notion databases using a URL property. The link is in the comment,
It works with the free version of Anchorpoint.
#Notion
I really like this release as it adds smaller quality of life features for scripters. You can copy the path to an icon with a right click and use it in your scripts, for example.
The API for Tasks if finally out. Tasks can be used for ToDos, but also for building an asset database.
You could also build a connector to Notion or other apps using Python and Zapier.
I am currently improving the python API of @anchorpoint_hq. You will be able to create tasks and get and set attributes in your scripts even easier. We are also improving the ability to set icons and colors.
What else would you like to see?