Store the status of the scene in the scene itself.
PiperOrigin-RevId: 813119377 Change-Id: Iebff9e7796ca9809ea22902522982bfd96eeba06
This commit is contained in:
committed by
Copybara-Service
parent
fc8979ed4a
commit
70d03adc71
@@ -7139,6 +7139,11 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
),
|
||||
doc='frame color',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='status',
|
||||
type=ValueType(name='int'),
|
||||
doc='status; 0: ok, 1: geoms exhausted',
|
||||
),
|
||||
),
|
||||
)),
|
||||
('mjvFigure',
|
||||
|
||||
Reference in New Issue
Block a user