Skip to content

Commit

Permalink
Update export settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Sep 28, 2024
1 parent 475eced commit d1e360d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.0.11](https://github.com/chark/blender-skunk/compare/v0.0.10...v0.0.11) - 2024-09-28

### Changed

- Bulk Export feature to work with armatures.

## [v0.0.10](https://github.com/chark/blender-skunk/compare/v0.0.9...v0.0.10) - 2024-08-14

### Added
Expand Down
6 changes: 5 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'tracker_url': 'https://github.com/chark/blender-skunk',
'doc_url': 'https://github.com/chark/blender-skunk',
'support': 'COMMUNITY',
'version': (0, 0, 10),
'version': (0, 0, 11),
'blender': (4, 1, 0),
'category': 'Object',
}
Expand Down Expand Up @@ -595,6 +595,10 @@ def export_fbx(objects):
axis_up='Z',
use_space_transform=False,
apply_unit_scale=True,
primary_bone_axis='-Y',
secondary_bone_axis='-X',
use_armature_deform_only=True,
add_leaf_bones=False
)

object.location = original_location
Expand Down

0 comments on commit d1e360d

Please sign in to comment.