Files
test/source/blender/blenkernel/intern
Ankit 340130719f Use const in nodeFindSocket
Since the function only iterates over the input members,
and matches their identifiers, `bNode *`can be `const`.

All other usages of the `nodeFindSocket` use it with
other functions that modify the node. (e.g.: ``nodeAddLink` )
But an exporter needs the node to be a `const`, so this
creates unnecessary and slightly unsafe design changes.

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D8142
2020-06-28 15:27:29 +05:30
..
2020-06-05 09:30:15 +02:00
2020-05-09 17:15:43 +10:00
2020-06-25 23:14:36 +10:00
2020-06-01 12:06:34 +10:00
2020-06-02 16:01:14 +02:00
2020-06-25 23:14:36 +10:00
2020-03-29 17:11:41 +11:00
2020-06-17 14:00:09 +10:00
2020-06-17 14:00:09 +10:00
2020-05-09 17:15:43 +10:00
2020-06-05 09:30:15 +02:00
2020-06-02 16:01:14 +02:00
2020-04-30 08:09:21 +02:00
2020-06-25 23:14:36 +10:00
2020-05-28 16:42:31 +10:00
2020-05-09 17:15:43 +10:00
2020-06-05 09:30:15 +02:00
2020-06-28 15:27:29 +05:30
2020-04-30 08:09:21 +02:00
2020-06-25 23:14:36 +10:00
2020-06-01 15:04:30 +10:00
2020-06-26 15:51:08 +02:00
2020-06-09 11:58:47 +02:00
2020-06-25 23:14:36 +10:00
2020-06-05 14:34:00 +10:00