Skip to content

Commit 6418cd0

Browse files
committed
Fix repeat in crackle pattern not allowing further object modifiers.
1 parent 6997488 commit 6418cd0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

source/base/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define OFFICIAL_VERSION_STRING "3.7.1"
4646
#define OFFICIAL_VERSION_NUMBER 371
4747

48-
#define POV_RAY_PRERELEASE "alpha.8731946"
48+
#define POV_RAY_PRERELEASE "alpha.8736312"
4949

5050
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
5151
#ifdef POV_RAY_PRERELEASE

source/parser/parser_materials.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,6 @@ void Parser::Parse_Pattern (PATTERN_T *New, BlendMapTypeId TPat_Type)
21502150
(dynamic_cast<CracklePattern*>(New->pattern.get())->repeat.y() < 0) ||
21512151
(dynamic_cast<CracklePattern*>(New->pattern.get())->repeat.z() < 0))
21522152
Error("Repeat vector must be non-negative.");
2153-
EXIT
21542153
END_CASE
21552154

21562155
OTHERWISE
@@ -5654,7 +5653,6 @@ void Parser::Parse_PatternFunction(TPATTERN *New)
56545653
(dynamic_cast<CracklePattern*>(New->pattern.get())->repeat.y() < 0) ||
56555654
(dynamic_cast<CracklePattern*>(New->pattern.get())->repeat.z() < 0))
56565655
Error("Repeat vector must be non-negative.");
5657-
EXIT
56585656
END_CASE
56595657

56605658
OTHERWISE

unix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1-alpha.8731946
1+
3.7.1-alpha.8736312

0 commit comments

Comments
 (0)