Skip to content

blenderjps_v.0.1.3

Choose a tag to compare

@FabianPlum FabianPlum released this 11 Feb 14:58

Release Notes

BlenderJPS v0.1.3

New features

New installation procedure

Installation no longer requires Administrator or root rights:

  • Dependencies install into the addon folderpedpy and numpy<2.0 are installed into the addon’s directory, so no system-wide or user-site install is needed.
  • Run Blender as your normal user — Install the addon and click Install Dependencies from Edit → Preferences → Add-ons while running Blender as your everyday user (not as Administrator/root).

See the README for the full installation instructions.

Frame skips (Load Every Nth Frame)

  • Correct frame-skip behavior — The Load Every Nth Frame option now implements proper frame skipping: Blender frame F displays SQLite frame F×N (e.g. with step 10, Blender frame 1 shows SQLite frame 10, frame 2 shows frame 20). The timeline is mapped so playback matches the intended simulation frames.
  • Applies to paths — When Load Full Paths is enabled, path curves also respect the frame step so they stay in sync with the animation.

Contributors

  • Fabian Plum
  • Mohcine Chraibi — installation process improvements (no admin rights, install to addon location, pedpy path and warnings), merged via PR #3.