anchorpoint_hq's profile picture. Git for artists. A simple version control and file management application for 3d projects

Anchorpoint

@anchorpoint_hq

Git for artists. A simple version control and file management application for 3d projects

Anchorpoint 1.32.0 has been released! What's included: - A new sidebar - A Blender plugin - Unreal Game Sync for Git (binary syncing) And a lot of Git performance improvements

anchorpoint_hq's tweet image. Anchorpoint 1.32.0 has been released!

What's included:
- A new sidebar
- A Blender plugin
- Unreal Game Sync for Git (binary syncing)

And a lot of Git performance improvements

Preview audio before committing Did you know that, just like viewing code diffs, sound designers can preview and play back their audio clips before committing them to the Git repository?


Dealing with a huge pile of project assets When working e.g. on game art, the amount of assets grows and grows. To easier manage what you have, you can create an asset database. This is basically a table, which combines your production files together with metadata.


Did you know that? Anchorpoint supports viewing Unreal Actor files? As they are stored under a hashed file name, actor files are very difficult to spot in the change list when submitted to source control. Anchorpoint recognizes the real name and thumbnail of the actor.


Did you know that, using the Anchorpoint plugin in Unreal Engine, allows you to pull files without closing the Unreal Editor. The plugin communicates directly with the Anchorpoint desktop application, listening out for commands such as 'revert', 'pull' and 'branch merges'.


📣 Attention to all who work in product visualization using @MaxonVFX Cinema 4D. You can now have proper version control with a minimal setup required. Anchorpoint is giving you a publish workflow, that you know from VFX pipelines but much simpler.


Browsing and viewing Spine 2D files in Anchorpoint. You can quickly cycle through the layers to access all the animations, skins and skeletons. Way faster than always opening the Spine file in the editor.


New update is out: Spine 2D Support View thumbnails of Spine files and review skeletons, animations and skins including animation. Furthermore, we improved Anchorpoint's startup time, so you should not wait longer than 3 seconds until it's ready to use.

anchorpoint_hq's tweet image. New update is out: Spine 2D Support

View thumbnails of Spine files and review skeletons, animations and skins including animation. Furthermore, we improved Anchorpoint's startup time, so you should not wait longer than 3 seconds until it's ready to use.

A new update is out with Git Rebase support Compatibility with Git Rebase has been added in an artist friendly way. In addition to fast-forward pulling, Anchorpoint enables you to rewrite the history using Git Rebase when pulling. This process involves also resolving conflicts.…

anchorpoint_hq's tweet image. A new update is out with Git Rebase support

Compatibility with Git Rebase has been added in an artist friendly way. In addition to fast-forward pulling, Anchorpoint enables you to rewrite the history using Git Rebase when pulling. This process involves also resolving conflicts.…

Anchorpoint reposted

I cleaned this up today & submitted to Fab! Should be out soon :)

Random plugin idea: right clicking an actor property to see its revision history Basically an inline git blame for the editor Yay/nay?



We recently launched our Unity plugin for Anchorpoint! 🥳 This is a significant enhancement for all users who already utilize Unity alongside Git, e.g. with GitHub. Why? It's the only solution that properly supports file locking, so you never risk loosing work. And it's nice…

anchorpoint_hq's tweet image. We recently launched our Unity plugin for Anchorpoint! 🥳 

This is a significant enhancement for all users who already utilize Unity alongside Git, e.g. with GitHub.

Why?
It's the only solution that properly supports file locking, so you never risk loosing work. 
And it's nice…
anchorpoint_hq's tweet image. We recently launched our Unity plugin for Anchorpoint! 🥳 

This is a significant enhancement for all users who already utilize Unity alongside Git, e.g. with GitHub.

Why?
It's the only solution that properly supports file locking, so you never risk loosing work. 
And it's nice…
anchorpoint_hq's tweet image. We recently launched our Unity plugin for Anchorpoint! 🥳 

This is a significant enhancement for all users who already utilize Unity alongside Git, e.g. with GitHub.

Why?
It's the only solution that properly supports file locking, so you never risk loosing work. 
And it's nice…
anchorpoint_hq's tweet image. We recently launched our Unity plugin for Anchorpoint! 🥳 

This is a significant enhancement for all users who already utilize Unity alongside Git, e.g. with GitHub.

Why?
It's the only solution that properly supports file locking, so you never risk loosing work. 
And it's nice…

Git in Unreal Engine finally works as it should! The Unreal plugin for Git in Anchorpoint has officially left beta 🎉 We would like to thank our user community for testing the plugin and providing valuable insights, especially regarding larger projects. In short, what can the…

anchorpoint_hq's tweet image. Git in Unreal Engine finally works as it should! The Unreal plugin for Git in Anchorpoint has officially left beta 🎉

We would like to thank our user community for testing the plugin and providing valuable insights, especially regarding larger projects.

In short, what can the…

New for this month: Apple Silicon Support Native Apple Silicon support improves boot time and overall performance under MacOS. Anchorpoint now runs natively on Apple's ARM-based chips. This update also includes file locking improvements and a new Attribute and Database…

anchorpoint_hq's tweet image. New for this month: Apple Silicon Support

Native Apple Silicon support improves boot time and overall performance under MacOS. 

Anchorpoint now runs natively on Apple's ARM-based chips.  This update also includes file locking improvements and a new Attribute and Database…

Forgot to use Git LFS and your repo gets out of control? Here’s how to fix it: ❌ Problem Git repositories get bloated when binary files (e.g. PSDs, EXRs, FBXs) are committed directly. Cloning becomes painfully slow and your team suffers. ✔️ Solution: Migrate to Git LFS Git LFS…

anchorpoint_hq's tweet image. Forgot to use Git LFS and your repo gets out of control?
Here’s how to fix it:

❌ Problem
Git repositories get bloated when binary files (e.g. PSDs, EXRs, FBXs) are committed directly.
Cloning becomes painfully slow and your team suffers.

✔️ Solution: Migrate to Git LFS
Git LFS…

Managing large binary files is a common challenge in game development. While Git LFS is a popular solution, it's not the only option. Our latest article examines five alternatives, including Perforce, Unity Version Control, and SVN. It also clears up some confusion about file…

anchorpoint_hq's tweet image. Managing large binary files is a common challenge in game development. While Git LFS is a popular solution, it's not the only option. Our latest article examines five alternatives, including Perforce, Unity Version Control, and SVN. It also clears up some confusion about file…

Shipping Git features for working with larger repositories. One of them is Git shallow clone, which allows you to access the Unreal Engine source code repository 5 times faster, for example. It also includes better handling of submodules and other small improvements and fixes.

anchorpoint_hq's tweet image. Shipping Git features for working with larger repositories. One of them is Git shallow clone, which allows you to access the Unreal Engine source code repository 5 times faster, for example.

It also includes better handling of submodules and other small improvements and fixes.

How does SVN compare to Git, Perforce and Unity version control? We did a comparison, always trying to be as unbiased as possible. Read on: anchorpoint.app/blog/svn-alter…

anchorpoint_hq's tweet image. How does SVN compare to Git, Perforce and Unity version control? 

We did a comparison, always trying to be as unbiased as possible. Read on: anchorpoint.app/blog/svn-alter…

New for this month: Browsing files online only 🖼️ This allows you to browse an entire Git repository of millions of files without downloading them. Especially for art assets where you only need to work on a certain fraction, such as UI components, this is a godsend. We also…

anchorpoint_hq's tweet image. New for this month: Browsing files online only 🖼️

This allows you to browse an entire Git repository of millions of files without downloading them. Especially for art assets where you only need to work on a certain fraction, such as UI components, this is a godsend. 

We also…

Loading...

Something went wrong.


Something went wrong.