Andrew Wason rectalogic
  • Joined on 2011-10-05
Andrew Wason created branch frame_duration in rectalogic/blender 2024-07-22 18:27:48 +02:00
Andrew Wason commented on issue blender/blender#125194 2024-07-22 17:49:34 +02:00
bpy MovieSequence.frame_duration returns wrong value when Adjust Playback Rate selected

Hi, thanks for the report. Can confirm. Though bit confused here. seq->len has assigned value of movie clip length so it should be 84 here

Yes, seq->len should be 84, but `Sequence.frame_d…

Andrew Wason pushed to playback_rate at rectalogic/blender 2024-07-22 02:52:44 +02:00
1752668a15 Don't need to change sound APIs
Andrew Wason pushed to sound at rectalogic/blender 2024-07-22 01:22:55 +02:00
ec7e6c9c41 Test bpy Audaspace support by importing it.
Andrew Wason created pull request blender/blender#125197 2024-07-22 00:36:47 +02:00
WIP: Support adjust_playback_rate for Sequencer.new_movie/new_sound()
Andrew Wason pushed to playback_rate at rectalogic/blender 2024-07-22 00:25:59 +02:00
54f26de54c Support adjust_playback_rate for Sequencer.new_movie/new_sound()
Andrew Wason created branch playback_rate in rectalogic/blender 2024-07-22 00:17:03 +02:00
Andrew Wason pushed to playback_rate at rectalogic/blender 2024-07-22 00:17:03 +02:00
c738613a94 Support adjust_playback_rate for Sequencer.new_movie()
9059d4f020 EEVEE Next: Add imageStore/LoadFast ops to Film Shader
db286bbb7f Cleanup: Remove unused DRW_shader functions
fe1bf4897d Fix #120253: Batch export of STL files incorrectly handles .stl suffix
686e22bfe5 Fix: VSE initial "fake" retiming keys not displayed
Compare 10 commits »
Andrew Wason opened issue blender/blender#125194 2024-07-21 22:33:34 +02:00
bpy MovieSequence.frame_duration shadows Sequence.frame_duration
Andrew Wason commented on pull request blender/blender#125028 2024-07-19 23:23:22 +02:00
Ensure bpy module python wheel depends on an ABI compatible numpy.

1 - find the path to numpyconfig.h inside ${PYTHON_NUMPY_INCLUDE_DIRS} (do note the variable is plural, so you'll have to use cmake's find_path here)

I took a similar approach, but…

Andrew Wason pushed to sound at rectalogic/blender 2024-07-19 23:20:38 +02:00
ecc9938dc6 Extract PYTHON_NUMPY_PATH from cmake cache and query that numpy for it's version when building wheel.
c23e71442b Merge branch 'main' into sound
108b71047a UI: Remove "Widget Label" Text Style
cdf66f5711 Cleanup: Add detail to sculpt boundary methods
23eb662cb8 Cleanup: extract functions for evaluating function on single values or fields
Compare 25 commits »
Andrew Wason commented on issue blender/blender#125007 2024-07-19 17:29:03 +02:00
bpy module not compiled with Audaspace

@ideasman42 your commit doesn't address the numpy issue fd4fb94751

So end users installing bpy will need to…

Andrew Wason commented on pull request blender/blender#125028 2024-07-19 17:16:07 +02:00
Ensure bpy module python wheel depends on an ABI compatible numpy.

The version information inside build_files/build_environment cannot be relied on from inside the blender build tree, while it is the version we desire to ship, there's no guarantee that is…

Andrew Wason pushed to sound at rectalogic/blender 2024-07-19 17:16:01 +02:00
d89b2aa980 Constrain the installed numpy to >= our desired version, but constrained to a binary compatible major version.
Andrew Wason commented on pull request blender/blender#125028 2024-07-19 02:07:46 +02:00
Ensure bpy module python wheel depends on an ABI compatible numpy.

I extracted it into a shared cmake include

Andrew Wason pushed to sound at rectalogic/blender 2024-07-19 02:07:12 +02:00
4c6ce6e991 Extract cached NUMPY_VERSION into separate cmake include, that can be shared between main CMakeLists.txt and versions.cmake
Andrew Wason created pull request blender/blender#125028 2024-07-19 00:39:29 +02:00
WIP: Enable audio in Blender as a python module
Andrew Wason created branch sound in rectalogic/blender 2024-07-19 00:34:27 +02:00
Andrew Wason pushed to sound at rectalogic/blender 2024-07-19 00:34:27 +02:00
f4a0d619f9 Move NUMPY_VERSION into main CMakeLists.txt and cache it, so bpy wheel builds can require that version.
de0fdb7fe6 Enable Audaspace audio for Python module build. Disable audio devices when initializing the python module.
Compare 2 commits »
Andrew Wason created repository rectalogic/blender 2024-07-19 00:19:25 +02:00