35a274711ef26d0014e70d66f8fab337d4d54312

for animations Pipeline options such as Use Compositing and Use Sequencer cannot be animated due to the way that they are implemented now, so adding these to the list of render properties that we cannot animate.
Fix [#31430] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
…
Description
No description provided
Languages
C++
78.1%
Python
15%
C
2.8%
GLSL
1.8%
CMake
1.2%
Other
0.9%