Search found 1548 matches

by 50keda
25 Oct 2023 16:21
Forum: General discussion
Topic: SCS Blender Tools
Replies: 3367
Views: 554726

Re: SCS Blender Tools

Release of SCS Blender Tools v2.4.1 is live: Fixed geometry merging and more, changelog: https://github.com/SCSSoftware/BlenderTools/releases/tag/v2.4.1 1. SCS Blender Tools Installation page: http://modding.scssoft.com/wiki/Documentation/Tools/SCS_Blender_Tools/Installation 2. Change log: https://...
by 50keda
15 Jul 2022 09:36
Forum: General discussion
Topic: SCS Blender Tools
Replies: 3367
Views: 554726

Re: SCS Blender Tools

Release of SCS Blender Tools v2.4 is live: Blender 3.2+ support and more, changelog: https://github.com/SCSSoftware/BlenderTools/releases/tag/v2.4 1. SCS Blender Tools Installation page: http://modding.scssoft.com/wiki/Documentation/Tools/SCS_Blender_Tools/Installation 2. Change log: https://github...
by 50keda
08 Jun 2022 14:58
Forum: General discussion
Topic: SCS Blender Tools
Replies: 3367
Views: 554726

Re: SCS Blender Tools

Blender 3.2 will need another update, it has quite some braking changes. So use 3.1 for now.
by 50keda
06 Jun 2022 12:34
Forum: General discussion
Topic: SCS Blender Tools
Replies: 3367
Views: 554726

Re: SCS Blender Tools

Hi guys again,

whoever is using v2.3, please download again, I had to add several more fixes into the release. So finally python errors related to ints should be gone now!

Take care.
by 50keda
06 Jun 2022 12:26
Forum: Bugs
Topic: SCS Tool (2.3) Animation data is not loaded or only partially
Replies: 10
Views: 5106

Re: SCS Tool (2.3) Animation data is not loaded or only partially

Dotec wrote: 06 Jun 2022 11:52
50keda wrote: 06 Jun 2022 09:52EDIT: fix is up so download again please
download link https://github.com/SCSSoftware/BlenderT ... _addon.zip doesn't work anymore
Will work soon, I'm in process of releasing fixed version.
by 50keda
06 Jun 2022 09:52
Forum: Bugs
Topic: SCS Tool (2.3) Animation data is not loaded or only partially
Replies: 10
Views: 5106

Re: SCS Tool (2.3) Animation data is not loaded or only partially

Yep sadly I did not fix all the places where explicit conversion to int is needed.

Nevertheless fix is coming in few minutes.

EDIT: fix is up so download again please
by 50keda
03 Jun 2022 16:27
Forum: General discussion
Topic: SCS Blender Tools
Replies: 3367
Views: 554726

Re: SCS Blender Tools

@Dotec nope, it's still WIP.

@All: make sure to download again, second hotfix patch was injected. Have a nice weekend.
by 50keda
03 Jun 2022 10:56
Forum: General discussion
Topic: SCS Blender Tools
Replies: 3367
Views: 554726

Re: SCS Blender Tools

Anywone that already downloaded v2.3, please do it again, two small fixes on paths for windows were added.
by 50keda
03 Jun 2022 10:55
Forum: Bugs
Topic: [2.3] Fails to create symlink when packing mod [SOLVED]
Replies: 6
Views: 3124

Re: [2.3] Fails to create symlink when packing mod

The fix was pushed to the release, please redownload and try again. Thanks.
by 50keda
03 Jun 2022 10:10
Forum: Bugs
Topic: [2.3] Fails to create symlink when packing mod [SOLVED]
Replies: 6
Views: 3124

Re: [2.3] Fails to create symlink when packing mod

Thx for the report, until fix is pushed, try this:

Code: Select all

subprocess.check_call(["mklink", "/J", os.path.normpath(dest), os.path.normpath(src)], shell=True)

Go to advanced search