Blender Git Loki
Git Commits -> Revision e6194e7
Revision e6194e7 by Campbell Barton (master) September 4, 2021, 06:59 (GMT) |
RNA: support extracting names from paths without allocating memory Support extracting identifiers RNA paths into fixed size buffer since the maximum size of the identifier is known all cases. - Add BLI_str_unescape_ex to support limiting the destination buffer. - Add BLI_str_quoted_substr to copy values into a fixed size buffer. |
Commit Details:
Full Hash: e6194e735791b42feb51e810a4910a41d999d3bf
Parent Commit: 7166823
Lines Changed: +153, -99
13 Modified Paths:
/source/blender/blenkernel/intern/action_bones.cc (+3, -3) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+12, -12) (Diff)
/source/blender/blenlib/BLI_string.h (+11, -1) (Diff)
/source/blender/blenlib/intern/string.c (+79, -18) (Diff)
/source/blender/editors/animation/anim_deps.c (+4, -3) (Diff)
/source/blender/editors/animation/anim_filter.c (+13, -12) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+9, -21) (Diff)
/source/blender/editors/animation/keyframes_general.c (+4, -5) (Diff)
/source/blender/editors/animation/keyframing.c (+7, -9) (Diff)
/source/blender/editors/armature/pose_select.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_convert_armature.c (+3, -5) (Diff)
/source/blender/io/collada/BCAnimationCurve.cpp (+2, -3) (Diff)
/source/blender/io/collada/BCAnimationSampler.cpp (+2, -3) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+12, -12) (Diff)
/source/blender/blenlib/BLI_string.h (+11, -1) (Diff)
/source/blender/blenlib/intern/string.c (+79, -18) (Diff)
/source/blender/editors/animation/anim_deps.c (+4, -3) (Diff)
/source/blender/editors/animation/anim_filter.c (+13, -12) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+9, -21) (Diff)
/source/blender/editors/animation/keyframes_general.c (+4, -5) (Diff)
/source/blender/editors/animation/keyframing.c (+7, -9) (Diff)
/source/blender/editors/armature/pose_select.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_convert_armature.c (+3, -5) (Diff)
/source/blender/io/collada/BCAnimationCurve.cpp (+2, -3) (Diff)
/source/blender/io/collada/BCAnimationSampler.cpp (+2, -3) (Diff)