mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 15:32:15 -05:00
Cleanup: revert channel-bag hyphenation & add to the dictionary
The combind terms are preferred by the animation team.
This commit is contained in:
parent
205d480219
commit
a4f67e5958
2 changed files with 3 additions and 1 deletions
|
@ -1531,7 +1531,7 @@ void action_fcurve_move(Action &action_dst,
|
||||||
/**
|
/**
|
||||||
* Moves all F-Curves from one Channelbag to the other.
|
* Moves all F-Curves from one Channelbag to the other.
|
||||||
*
|
*
|
||||||
* The Channel-bags do not need to be part of the same action, or even belong to
|
* The Channelbags do not need to be part of the same action, or even belong to
|
||||||
* an action at all.
|
* an action at all.
|
||||||
*
|
*
|
||||||
* If the F-Curves belonged to channel groups, the group membership also carries
|
* If the F-Curves belonged to channel groups, the group membership also carries
|
||||||
|
|
|
@ -744,6 +744,8 @@ dict_custom = {
|
||||||
"bmain",
|
"bmain",
|
||||||
"bmesh",
|
"bmesh",
|
||||||
"bpy",
|
"bpy",
|
||||||
|
"channelbag",
|
||||||
|
"channelbags",
|
||||||
"depsgraph",
|
"depsgraph",
|
||||||
"doctree",
|
"doctree",
|
||||||
"editmode",
|
"editmode",
|
||||||
|
|
Loading…
Reference in a new issue