tornavis/source/blender
Campbell Barton 2796ee7da0 Fix error setting the ID name in disabled alembic nurbs importe
This corrects code that's currently disabled, see `USE_NURBS` define.

The name passed to `BKE_curve_add` was overwritten,
bypassing uniqueness and utf8 encoding checks.

Longer names would cause a buffer overrun as the length of the source
data was passed to `BLI_strncpy` instead of the destination.

Reviewed By: sybren

Ref D12125
2021-08-06 23:01:57 +10:00
..
blendthumb MSVC: ASAN support for VS 16.9 2021-03-29 19:11:17 -06:00
blenfont VSE: Allow Wingdings and Symbol Fonts 2021-08-04 09:31:01 -07:00
blenkernel Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
blenlib Cleanup: use range2f in `ED_keylist_find_any_between`. 2021-08-06 09:46:36 +02:00
blenloader Render: move Cycles visibility, holdout and shadow catcher properties to Blender 2021-08-05 17:22:38 +02:00
blentranslation Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
bmesh BMesh: support laplacian smooth for n-gons 2021-08-06 01:43:13 +10:00
compositor Cleanup: comment blocks & spelling 2021-08-06 01:36:43 +10:00
datatoc Cleanup: clang-format (re-run after v12 version bump) 2021-07-30 16:19:19 +10:00
depsgraph Fix T90476: intermittent wrong generated texture coordinates with modifiers 2021-08-06 13:59:25 +02:00
draw Cleanup: clang tidy 2021-08-06 10:20:24 +02:00
editors Cleanup: clang tidy 2021-08-06 10:20:24 +02:00
freestyle Cleanup: remove redundant parenthesis 2021-08-05 16:54:34 +10:00
functions Cleanup: simplify subclassing CPPType 2021-08-02 12:44:17 +02:00
gpencil_modifiers Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
gpu Fix T90427: Center View to Mouse broken 2021-08-04 10:46:54 -03:00
ikplugin Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
imbuf Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
io Fix error setting the ID name in disabled alembic nurbs importe 2021-08-06 23:01:57 +10:00
makesdna Geometry Nodes: Select by Handle Type Node 2021-08-05 18:42:20 -05:00
makesrna Cleanup: rna_xr.c 2021-08-06 17:56:06 +09:00
modifiers Cleanup: replace short with boolean for zero area array 2021-08-06 01:42:01 +10:00
nodes Geometry Nodes: Select by Handle Type Node 2021-08-05 18:42:20 -05:00
python Cleanup: remove redundant parenthesis 2021-08-05 16:54:34 +10:00
render Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
sequencer Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
shader_fx Cleanup: code comments punctuation / spacing 2021-07-23 17:03:51 +10:00
simulation Cleanup: spelling 2021-08-02 15:22:54 +10:00
windowmanager Fix invalid XR action map indices after alloc 2021-08-06 17:55:00 +09:00
CMakeLists.txt Grease Pencil: Add LineArt modifier 2021-03-16 19:59:09 +01:00