Skip to content

Commit

Permalink
Bumped the version number to v0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Rossini committed Jul 15, 2017
1 parent 60f8f99 commit 16c04cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
ChangeLog
---------

Version 0.3.1
- Scene name is not hardcoded anymore.
- Changed the use of the rad2deg() function to the builtin math.degrees().
Version 0.4
- Improved the add-on preferences
- Moved the tool location from the "Misc" tab to the "Tools" tab in the Tool
shelf. The location can be configured now.
- The scene name is not hard coded anymore.

Version 0.3:
- Added an algorithm for calculating vertical and horizontal lens shift along
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ You should be aware of a few things when using this add-on.

## Changelog

### Version 0.3.1
- Scene name is not hardcoded anymore.
- Changed the use of the `rad2deg()` function to the builtin `math.degrees()`.
### Version 0.4
- Improved the add-on preferences
- Moved the tool location from the "Misc" tab to the "Tools" tab in the Tool
shelf. The location can be configured now.
- The scene name is not hard coded anymore.

### Version 0.3
- Added an algorithm for calculating vertical and horizontal lens shift along
Expand Down
2 changes: 1 addition & 1 deletion camera-calibration-pvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
bl_info = {
"name": "Camera Calibration using Perspective Views of Rectangles",
"author": "Marco Rossini",
"version": (0, 3, 1),
"version": (0, 4, 0),
# "warning": "This is an unreleased development version.",
"blender": (2, 7, 0),
"location": "3D View > Tools Panel > Tools (Or custom panel category) ",
Expand Down

0 comments on commit 16c04cf

Please sign in to comment.