Block a user
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…
WIP: Support adjust_playback_rate for Sequencer.new_movie/new_sound()
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
bpy MovieSequence.frame_duration shadows Sequence.frame_duration
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'sfind_path
here)
I took a similar approach, but…
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
bpy module not compiled with Audaspace
@ideasman42 your commit doesn't address the numpy
issue fd4fb94751
So end users installing bpy
will need to…
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…
d89b2aa980
Constrain the installed numpy to >= our desired version, but constrained to a binary compatible major version.
Ensure bpy module python wheel depends on an ABI compatible numpy.
I extracted it into a shared cmake include
4c6ce6e991
Extract cached NUMPY_VERSION into separate cmake include, that can be shared between main CMakeLists.txt and versions.cmake
WIP: Enable audio in Blender as a python module
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.