Skip to content

Releases: bonjorno7/SourceOps

Fix Library Overrides and Negative Animation Frames

03 Nov 18:14
Compare
Choose a tag to compare

This update fixes issues related to library overrides and negative animation frames.

Fix export lock not initialized error

26 Sep 23:59
Compare
Choose a tag to compare

This update fixes the AttributeError: 'SOURCEOPS_OT_ExportAuto' object has no attribute '_lock' error that happens sometimes.

Fix SMD export in Blender 4.2

09 Aug 16:40
Compare
Choose a tag to compare

This update adds $renamematerial and particle attachments.
I never got around to testing these so I hope they work lol.
Also I fixed export in Blender 4.2 (they changed triangulate modifier).

Fix SMD export in Blender 4.1

27 Mar 13:11
Compare
Choose a tag to compare

This update fixes SMD export and the weighted normal button in Blender 4.1.

Quality of life features

25 Mar 18:31
Compare
Choose a tag to compare

This update adds several quality of life features:

  • Support for HLMV++
  • No longer possible to select non-armatures in the armature field
  • No longer possible to select the same collection multiple times for the same model
  • Force static when the model has no armature

Compile Multiple Models on Multiple Threads

25 Nov 21:37
Compare
Choose a tag to compare

This version makes it so compiling multiple models uses multithreading for StudioMDL, and tells you how long auto export took.

Disable Origin When Static Prop Combine is Enabled

04 Nov 22:12
Compare
Choose a tag to compare

Nice.
This version makes it so $origin is not used when static prop combine is enabled.

Align to Grid Fixes

27 Oct 02:12
Compare
Choose a tag to compare

This version fixes issues with the Align to Grid option for VMF export.
Coordinates are now rounded to the nearest integer, instead of always towards zero.
Align to Grid no longer affects displacements or their brushes.

Brush UV Export

04 Jun 11:44
4a63dba
Compare
Choose a tag to compare

This version adds @CryptAlchemy's brush UV feature to the map exporter.

Allow Static Props to use Bodygroups

22 Oct 20:10
Compare
Choose a tag to compare

I was confident this wasn't supported, but people are telling me otherwise, so I guess it's allowed again now.