Skip to content

Commit

Permalink
GUI update, DzBridge update, Version updates
Browse files Browse the repository at this point in the history
- GUI updates
- Integrate DzBridge Library Bugfixes
- Version Update
- Embedded Package update
  • Loading branch information
danielbui78 committed Jul 10, 2023
1 parent c0a9f19 commit a6ad90d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ def fbx_catched_error(filepath):
use_custom_normals = True,
use_image_search = True, # check if needed
use_anim = True,
anim_offset = 0,
anim_offset = 1,
ignore_leaf_bones = False,
force_connect_children = True,
force_connect_children = False,
automatic_bone_orientation = False,
primary_bone_axis = 'Y',
secondary_bone_axis = 'X',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
"name": "DazToBlender",
"author": "Daz 3D | https://www.daz3d.com",
"version": (2023, 1, 0, 5),
"version": (2023, 1, 0, 10),
"blender": (2, 80, 0),
"location": "3DView > ToolShelf",
"description": "Daz 3D transfer to Blender",
Expand Down
2 changes: 1 addition & 1 deletion DazStudioPlugin/DzBlenderDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ DzBlenderDialog::DzBlenderDialog(QWidget* parent) :
<td width=33% style=\"text-align:center; background-color:#282f41;\"><div align=center><a href=\"https://youtu.be/iYUjVWGiSyM\">Tutorial Video</a></td>\
</tr>\
<tr>\
<td width=33% style=\"text-align:center; background-color:#282f41;\"><div align=center><a href=\"") + sPdfPath + tr("\">PDF</a></td>\
<td width=33% style=\"text-align:center; background-color:#282f41;\"><div align=center><a href=\"file:///") + sPdfPath + tr("\">PDF</a></td>\
<td width=33% style=\"text-align:center; background-color:#282f41;\"><div align=center><a href=\"https://www.daz3d.com/forums/categories/blender-discussion\">Forums</a></td>\
<td width=33% style=\"text-align:center; background-color:#282f41;\"><div align=center><a href=\"https://github.com/daz3d/DazToBlender/issues\">Report Bug</a></td>\
</tr>\
Expand Down
Binary file modified DazStudioPlugin/Resources/blenderplugin.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion DazStudioPlugin/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#define PLUGIN_MAJOR 2023
#define PLUGIN_MINOR 1
#define PLUGIN_REV 0
#define PLUGIN_BUILD 5
#define PLUGIN_BUILD 10

#define PLUGIN_VERSION DZ_MAKE_VERSION( PLUGIN_MAJOR, PLUGIN_MINOR, PLUGIN_REV, PLUGIN_BUILD )

0 comments on commit a6ad90d

Please sign in to comment.