This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
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-28 15:27:29 +05:30
2020-06-02 16:01:14 +02:00
2020-05-28 16:42:31 +10:00
2020-03-29 17:11:41 +11:00
2020-06-17 14:00:09 +10:00
2020-06-28 15:27:29 +05:30
2020-05-28 16:42:31 +10:00
2020-06-25 23:14:36 +10:00
2020-03-11 21:39:56 +11:00
2020-05-27 10:52:07 +10:00
2020-05-03 15:30:35 +02:00
2020-04-03 12:38:04 +11:00