File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#pragma once
22
3- #define PRODUCT_VERSION_STRING "2025 version 1.41 "
3+ #define PRODUCT_VERSION_STRING "2025 version 1.43 "
44#define VER_MAJOR 2025
55#define VER_MINOR 1
6- #define VER_REV 41
7- #define VER_BUILD 489
6+ #define VER_REV 43
7+ #define VER_BUILD 494
88
99#define TOSTRING (x ) #x
1010#define VERSION_STRING TOSTRING(VER_MAJOR) "." TOSTRING(VER_MINOR) "." TOSTRING(VER_REV) "." TOSTRING(VER_BUILD)
Original file line number Diff line number Diff line change @@ -496,11 +496,11 @@ def _main(argv):
496496 break
497497
498498 if armature is None :
499- _add_to_log ("ERROR: main(): armature not found, unable to perform GLB scaling." )
499+ _add_to_log ("ERROR: main(): armature not found, unable to bake scaling." )
500500 else :
501501 scale_factor = float (100 / 28 )
502- # Apply the scale work-around to animation keyframes
503- blender_tools .propagate_scale_to_animation (armature , scale_factor )
502+ # # Apply the scale work-around to animation keyframes
503+ # blender_tools.propagate_scale_to_animation(armature, scale_factor)
504504
505505 _add_to_log ("DEBUG: saving Roblox FBX file to destination: " + fbx_output_file_path )
506506 # export to fbx
You can’t perform that action at this time.
0 commit comments