https://github.com/kents00/povcam
Adds a camera based on the current point of view
https://github.com/kents00/povcam
blender-addon blender-plugin blender-python
Last synced: 15 days ago
JSON representation
Adds a camera based on the current point of view
- Host: GitHub
- URL: https://github.com/kents00/povcam
- Owner: kents00
- License: mit
- Created: 2023-02-24T08:02:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T09:34:03.000Z (10 months ago)
- Last Synced: 2025-04-13T00:12:59.440Z (15 days ago)
- Topics: blender-addon, blender-plugin, blender-python
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# POVCam
"Adds a camera based on the current point of view”
[](https://ko-fi.com/Q5Q8BW198)
## Introduction
Adding a camera and adjusting it to your needs can be time-consuming, which is the reason I created this addon to make it easier to add a camera. It allows the user to add a new camera object to the scene, make it the active camera, and adjust its position and orientation to match the current point of view in the active 3D viewport.
https://user-images.githubusercontent.com/69900896/221156617-0ef188bf-1f77-4063-90a0-0e5130e41c2c.mp4
## 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.https://user-images.githubusercontent.com/69900896/221189519-8832c069-e5f5-4ed8-b2b8-ba49380d67af.mp4