Skip to content

Commit

Permalink
Fix typo, increase version to 3.21.4
Browse files Browse the repository at this point in the history
kraifpatrik committed Jul 4, 2024
1 parent 6c62697 commit 4e80e65
Showing 16 changed files with 17 additions and 15 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/amazonfire/options_amazonfire.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/android/options_android.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/html5/options_html5.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/ios/options_ios.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/linux/options_linux.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/mac/options_mac.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/operagx/options_operagx.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/tvos/options_tvos.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/windowsuap/options_windowsuap.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ function BBMOD_DefaultShader(_shader, _vertexFormat)
if (_normalRoughness != undefined)
{
bbmod_shader_set_normal_roughness(_shaderCurrent, _normalRoughness);
bbmod_shader_set_normal_w_uv(_shaderCurrent, texture_get_uvs(_normalSmoothness));
bbmod_shader_set_normal_w_uv(_shaderCurrent, texture_get_uvs(_normalRoughness));
}

// Specular color/Metallic and AO
2 changes: 1 addition & 1 deletion BBMOD_GML/scripts/__bbmod_defines/__bbmod_defines.gml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
#macro BBMOD_RELEASE_MINOR 21

/// @macro {Real} The patch version number of this BBMOD release.
#macro BBMOD_RELEASE_PATCH 3
#macro BBMOD_RELEASE_PATCH 4

/// @macro {String} The version of this BBMOD release as a string ("major.minor.patch" format).
#macro BBMOD_RELEASE_STRING $"{BBMOD_RELEASE_MAJOR}.{BBMOD_RELEASE_MINOR}.{BBMOD_RELEASE_PATCH}"
2 changes: 2 additions & 0 deletions ChangelogDev.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Changelog dev
> This file is used to accumulate changes before a changelog for a release is created.
* Fixed typo in method `set_material` of `BBMOD_DefaultShader`, which tried to use the `NormalSmoothness` texture when the material was using `NormalRoughness`, causing an error.
2 changes: 1 addition & 1 deletion docs_src/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BBMOD
Welcome to the official documentation of BBMOD 3.21.3!
Welcome to the official documentation of BBMOD 3.21.4!

BBMOD is an advanced 3D rendering solution for GameMaker. It consists of a
custom model, animation and material formats, a model converter (BBMOD CLI),
2 changes: 1 addition & 1 deletion gmdoc.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"title": "BBMOD Docs",
"author": "BlueBurn",
"prefix": ["bbmod", "__bbmod"],
"version": "3.21.3",
"version": "3.21.4",
"analytics": "",
"api": {
"rating": "/bbmod/page_rating.php"

0 comments on commit 4e80e65

Please sign in to comment.