Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kents00/vycam
Allows you to change aspect ratios and focal lengths with a single click.
https://github.com/kents00/vycam
blender-addon blender-plugin blender-python
Last synced: 12 days ago
JSON representation
Allows you to change aspect ratios and focal lengths with a single click.
- Host: GitHub
- URL: https://github.com/kents00/vycam
- Owner: kents00
- License: mit
- Created: 2023-04-21T10:43:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T02:19:16.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:11:36.478Z (8 months ago)
- Topics: blender-addon, blender-plugin, blender-python
- Language: Python
- Homepage:
- Size: 862 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VyCam
![Tutorial](https://user-images.githubusercontent.com/69900896/233632585-87eac391-9309-48ee-a61a-276cf991867d.gif)"Vycam allows you to change aspect ratios and focal lengths with a single click."
![Blender](https://img.shields.io/badge/blender|4.0.2-EA7600.svg?style=for-the-badge&logo=blender&logoColor=white)
## What are the Aspect Ratios?
Aspect ratio is a fundamental concept in digital media, denoting the mathematical relationship between an image or video's width and height. In Blender, aspect ratios are utilized extensively to determine various output specifications such as render resolution, camera settings, and texturing of images or videos.
## What are the Focal Lengths?
The concept of focal length pertains to the camera's technical specification and plays a critical role in determining the field of view, magnification, and perspective distortion. Typically denominated in millimeters, it represents the distance between the lens and image sensor within the camera.
### Aspect Ratio Presets Include:
**Video:**
- 640 x 480 – Standard Definition
- 1280 x 720 – High Definition
- 1920 x 1080 – Full High Definition
- 2560 x 1440 – Quad High Definition
- 3840 x 2160 – 4K UHD
- 7680 x 4320 - 8K UHD**Image:**
- 1200 x 1800 – 6 x 4 Inches
- 1500 x 2100 – 5 x 7 Inches
- 2400 x 3000 – 10 x 8 Inches
- 3400 x 4400 – 8.5 x 11 Inches
- 3600 x 5400 – 12 x 18 Inches**Social Media:**
- 1080 x 1080 - Instagram Post
- 1200 x 630 - Facebook Post
- 1080 x 1920 - Insta/Facebook Story
- 1600 x 900 - Twitter Post### Focal Length Presets Include:
- 4mm+ - Fisheye
- 14mm+ - Wide angle
- 35mm+ - Standard
- 85mm+ - Short telephoto
- 135mm+ - Medium telephoto
- 200mm+ - Macro
- 300mm+ - Super telephoto### Installation
To install this add-on in Blender, follow these steps:
- Open Blender and go to Edit > Preferences.
- In the Preferences window, select the "Add-ons" tab.
- At the bottom of the window, click the "Install" button.
- In the file browser that opens, navigate to the location of the add-on file you want to install. The add-on file should have a .zip extension.
- Select the add-on file and click the "Install Add-on from File" button.
The add-on will now be installed and will appear in the list of available add-ons. To enable the add-on, locate it in the list and click the checkbox next to its name.
You can also install an add-on by clicking the "Install from File" button in the "Add-ons" tab of the Preferences window and selecting the add-on file from the file browser.## Issues
If you're having trouble integrating this code into your addon, [open a new issue](https://github.com/kents00/Vycam/issues). As the module continues to develop, it will be easier for more developers to integrate updates and improve blender's overall user performance!