Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Cameras: added Equirectangular camera
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBluecame committed May 4, 2020
1 parent 042f03a commit 3b8d29b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This is an abbreviated list of changes. The full/detailed list of changes can be
* YafaRay Core code: https://github.com/YafaRay/Core/commits/master
* Blender Exporter (for Blender v2.7x): https://github.com/YafaRay/Blender-Exporter/commits/master


YafaRay (devel) (2020-05-04) for Blender 2.79:
---------------------------------------------
* Added Equirectangular camera. `[Blender Exporter + Core]`


YafaRay v3.4.1a (2020-04-09) for Blender 2.79:
---------------------------------------------
* A few documentation changes to clarify bug reporting and Blender v2.79 release download `[Blender Exporter]`
Expand Down
1 change: 1 addition & 0 deletions prop/yaf_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def register():
('perspective', "Perspective", ""),
('architect', "Architect", ""),
('angular', "Angular", ""),
('equirectangular', "Equirectangular", ""),
('orthographic', "Ortho", "")
),
update=call_camera_update,
Expand Down

0 comments on commit 3b8d29b

Please sign in to comment.