Skip to content

Releases: bonjorno7/SourceOps

Mass and Automass

04 Sep 20:06

Choose a tag to compare

This update adds support for the $mass command.
Thanks to @Glad-BR for his contribution!

Fix Displacement Export

22 Aug 12:56

Choose a tag to compare

This update fixes displacement export for modern version of Blender.
Thanks to @wouterpleizier for his contribution!

Fix Library Overrides and Negative Animation Frames

03 Nov 18:14

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

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

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

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

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

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

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

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.