Spelling: Miscellaneous
Corrects 34 miscellaneous misspelled words. Differential Revision: https://developer.blender.org/D9248 Reviewed by Campbell Barton
This commit is contained in:
@@ -1681,7 +1681,7 @@ bool BLO_library_path_explode(const char *path, char *r_dir, char **r_group, cha
|
||||
{
|
||||
/* We might get some data names with slashes,
|
||||
* so we have to go up in path until we find blend file itself,
|
||||
* then we now next path item is group, and everything else is data name. */
|
||||
* then we know next path item is group, and everything else is data name. */
|
||||
char *slash = NULL, *prev_slash = NULL, c = '\0';
|
||||
|
||||
r_dir[0] = '\0';
|
||||
|
||||
@@ -890,7 +890,7 @@ static void do_versions_material_convert_legacy_blend_mode(bNodeTree *ntree, cha
|
||||
bNodeSocket *color_socket = nodeFindSocket(transp_node, SOCK_IN, "Color");
|
||||
bNodeSocket *transp_socket = nodeFindSocket(transp_node, SOCK_OUT, "BSDF");
|
||||
|
||||
/* If incomming link is from a closure socket, we need to convert it. */
|
||||
/* If incoming link is from a closure socket, we need to convert it. */
|
||||
if (fromsock->type == SOCK_SHADER) {
|
||||
transp_node->locx = 0.33f * fromnode->locx + 0.66f * tonode->locx;
|
||||
transp_node->locy = 0.33f * fromnode->locy + 0.66f * tonode->locy;
|
||||
|
||||
Reference in New Issue
Block a user