forked from EpicGamesExt/BlenderTools
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
## Patch Changes | ||
* Implemented __package\_\_ | ||
* [63](https://github.com/poly-hammer/BlenderTools/pull/63) | ||
* Object Origin scaling properly fixed | ||
* [64](https://github.com/poly-hammer/BlenderTools/pull/64) | ||
* Fixed Blender 4.2 extension loading bug | ||
* [67](https://github.com/poly-hammer/BlenderTools/pull/67) | ||
* Removed sys.path.append in RPC module | ||
* [70](https://github.com/poly-hammer/BlenderTools/pull/70) | ||
* restricted object iteration to scene objects | ||
* [71](https://github.com/poly-hammer/BlenderTools/pull/71) | ||
* Fixed ue2rigify extension addon detection and incorrect strip usage | ||
* [68](https://github.com/poly-hammer/BlenderTools/pull/68), [74](https://github.com/poly-hammer/BlenderTools/pull/74) | ||
|
||
|
||
## Special Thanks | ||
@JoshQuake | ||
@jack-yao91, @JoshQuake | ||
|
||
## Tests Passing On | ||
* Blender `3.6`, `4.0`, `4.1`, `4.2` (installed from blender.org) | ||
* Blender `3.6`, `4.2` (installed from blender.org) | ||
* Unreal `5.3`, `5.4` |