static void customdata_weld( |
|
const CustomData *source, CustomData *dest, const int *src_indices, int count, int dest_index) |
|
{ |
|
if (count == 1) { |
|
CustomData_copy_data(source, dest, src_indices[0], dest_index, 1); |
|
return; |
|
} |
|
CustomData_interp(source, dest, (const int *)src_indices, nullptr, nullptr, count, dest_index); |
I do not know what is your expectations, attached file looks different from the report and i do not see any bug in the file, so i'll close this as not a bug.
Please submit a new report and…
THe fact that face is there or not is defined by combination of tracing and order of the points in curve, so the fact of different result for different positions does not seems like a bug.
You did change the wrong number, try apper one.
Can you try to replace 3
by 2
in Grid
node?
Might be regression related with recent ID`s refactor, in any case this is a bug. Also might be rleated with evaluated copy of the eevee material.
For help using Blender, please try one of the community websites: https://www.blender.org/community/
If you think you found a bug, please submit a new report and carefully follow the instruction…
But this PR is about adding new examples, why do you do this change?
This report does not contain all the requested information, which is required for us to investigate the issue.
Please submit a new report and carefully follow the instructions. Be sure to…