forked from blender/blender
main sync #3
@ -93,7 +93,8 @@ static const Edge<CoordSpace::Tile> convert_coord_space(const Edge<CoordSpace::U
|
||||
};
|
||||
}
|
||||
|
||||
class NonManifoldTileEdges : public Vector<Edge<CoordSpace::Tile>> {};
|
||||
class NonManifoldTileEdges : public Vector<Edge<CoordSpace::Tile>> {
|
||||
};
|
||||
|
||||
class NonManifoldUVEdges : public Vector<Edge<CoordSpace::UV>> {
|
||||
public:
|
||||
|
@ -264,7 +264,7 @@ static bool graphedit_get_context(bAnimContext *ac, SpaceGraph *sipo)
|
||||
ac->ads = sipo->ads;
|
||||
|
||||
/* set settings for Graph Editor - "Selected = Editable" */
|
||||
if (U.animation_flag & USER_ANIM_ONLY_SHOW_SELECTED_CURVE_KEYS) {
|
||||
if (U.animation_flag & USER_ANIM_ONLY_SHOW_SELECTED_CURVE_KEYS) {
|
||||
sipo->ads->filterflag |= ADS_FILTER_SELEDIT;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user