All Projects → Colorbleed → Fusionless

Colorbleed / Fusionless

Licence: other
Python in Black Magic Design's Fusion that sucks less.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Fusionless

underwater image fusion
水下图像增强融合算法-matlab
Stars: ✭ 35 (+191.67%)
Mutual labels:  fusion
simsopt
Simons Stellarator Optimizer Code
Stars: ✭ 28 (+133.33%)
Mutual labels:  fusion
Co Fusion
Co-Fusion: Real-time Segmentation, Tracking and Fusion of Multiple Objects
Stars: ✭ 400 (+3233.33%)
Mutual labels:  fusion
rnafusion
RNA-seq analysis pipeline for detection gene-fusions
Stars: ✭ 72 (+500%)
Mutual labels:  fusion
uav core
The main integrator of MRS UAV packages in ROS, part of the "mrs_uav_system".
Stars: ✭ 28 (+133.33%)
Mutual labels:  fusion
Formily
Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3
Stars: ✭ 6,554 (+54516.67%)
Mutual labels:  fusion
dana
DANA: Dimension-Adaptive Neural Architecture (UbiComp'21)( ACM IMWUT)
Stars: ✭ 28 (+133.33%)
Mutual labels:  fusion
Fusiondirect.jl
(No maintenance) Detect gene fusion directly from raw fastq files
Stars: ✭ 23 (+91.67%)
Mutual labels:  fusion
mobius
Mobius is an AI infra platform including realtime computing and training.
Stars: ✭ 22 (+83.33%)
Mutual labels:  fusion
Fusion
🧰 A modern alternative to the Microsoft Assembly Binding Log Viewer (FUSLOGVW.exe)
Stars: ✭ 386 (+3116.67%)
Mutual labels:  fusion
ansible-role-test-vms
DEPRECATED - A Vagrant configuration to test Ansible roles against a variety of Linux distributions.
Stars: ✭ 42 (+250%)
Mutual labels:  fusion
sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (+700%)
Mutual labels:  fusion
Multi sensor fusion
Multi-Sensor Fusion (GNSS, IMU, Camera) 多源多传感器融合定位 GPS/INS组合导航 PPP/INS紧组合
Stars: ✭ 357 (+2875%)
Mutual labels:  fusion
hfusion
Multimodal sentiment analysis using hierarchical fusion with context modeling
Stars: ✭ 42 (+250%)
Mutual labels:  fusion
Maskfusion
MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects
Stars: ✭ 404 (+3266.67%)
Mutual labels:  fusion
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (+50%)
Mutual labels:  fusion
Tfusion
CVPR2018: Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatio-temporal Patterns
Stars: ✭ 301 (+2408.33%)
Mutual labels:  fusion
Core
The core source repository for the Cherab project.
Stars: ✭ 26 (+116.67%)
Mutual labels:  fusion
Fusion Core
Migrated to https://github.com/fusionjs/fusionjs
Stars: ✭ 647 (+5291.67%)
Mutual labels:  fusion
Next
🦍 A configurable component library for web built on React.
Stars: ✭ 4,045 (+33608.33%)
Mutual labels:  fusion

fusionless

Python in Black Magic Design's Fusion that sucks less.

Similar to how Pymel tries to do Python the right way in Maya this is the same thing for Fusion.

We'll make it suck less.

Supported platforms

Fusionless works with Fusion 8.0 (but is compatible since Fusion 6.0+).
With support for both Python 2 and 3 on all platforms (win/mac/linux).

Goals

Our highest priority goals are similar to those of Pymel:

  • Create an open-source python module for Fusion that is intuitive to python users
  • Fix bugs and design limitations in Fusion's python module
  • Keep code concise and readable
  • Add organization through class hierarchy and sub-modules
  • Provide documentation accessible via html and the builtin `help() function
  • Make it "just work"

Because it should all be that much simpler.
It's time for that change. Now.

Installation

To quickly give fusionless a spin run this in Fusion (Python):

fusionless_dir = "path/to/fusionless" # <- set the path to fusionless

import sys
sys.path.append('path/to/fusionless')
import fusionless

If no errors occured you should be able to use fusionless. For example add a blur tool to the currently active comp:

import fusionless

current_comp = fusionless.Comp()
current_comp.create_tool("Blur")

For more examples see the examples directory in the repository.

PeyeonScript (Fusion pre-8.0 dependency)

To get any access to Fusion (before 8.0) in Python you need PeyeonScript. As such *fusionless has this same requirement as it needs to be able to call the Fusion API.

Unfortunately distribution of it is sparse, so here's a topic that has a working download link. All you need is the installer for your Python version. Peyeonscript (for 6+) seems to work fine with newer versions of Fusion (6.4 or 7+), but is not required for Fusion 8+.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].