Block a user
92d81ae4be
support writing large arrays
0349f9c5ae
add option
e11d5c8ab5
fix
c6a6b108f3
cleanup
240c7de1ca
write old format
Refactor: Readfile: extract function to decode .blend file header
Jacques Lucke
deleted branch vector-underlying-data-access from JacquesLucke/blender
2024-11-03 12:09:28 +01:00
BLI: support accessing underlying memory buffer of Vector container
2f1f004f4a
cleanup
aa62c1b5d1
Fix #129741: Two issues creating GPU shader from Python
f17379a5d0
Merge branch 'blender-v4.3-release'
3bcfb151c1
PyDoc: use Python's type annotation syntax for doc-strings
9a30cb0c1e
Cleanup: Remove unused grease pencil legacy kernel functions
Crash when opening a .blend with Geometry Nodes bake
Thanks for the update. I couldn't reproduce it yet, but I also don't have a network drive. Is the error message still the same one as in your original post?
WIP: Nodes: prototype for socket shapes proposal
Thanks Simon. I added a screenshot of the shapes to your post.
Fix #129598: Resample curves node missing type alignment handling
Seems to be something that could be abstracted further for use in other files. For now this is fine though.
Fix #129598: Resample curves node missing type alignment handling
get_size
seems like a a somewhat bad name. I'd probably call it resize
or so.
Regression: NodeTree: Copy/Paste nodegroup to new file with keyboard shortcut crashes Blender
I think it's currently not supported. It's planned to improve support for copying nodes between files though. https://devtalk.blender.org/t/2024-10-03-core-meeting/36859#others-7
Jacques Lucke
pushed to vector-underlying-data-access at JacquesLucke/blender
2024-11-03 11:09:25 +01:00
fd181727d2
simplify struct
Jacques Lucke
pushed to vector-underlying-data-access at JacquesLucke/blender
2024-11-02 23:08:56 +01:00
0c096294d2
fix