Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d.py
| Context not available. | |||||
| def draw(self, context): | def draw(self, context): | ||||
| layout = self.layout | layout = self.layout | ||||
| # note, don't use 'EXEC_SCREEN' or operators wont get the 'v3d' context. | # note, don't use 'EXEC_SCREEN' or operators won't get the 'v3d' context. | ||||
| # Note: was EXEC_AREA, but this context does not have the 'rv3d', which prevents | # Note: was EXEC_AREA, but this context does not have the 'rv3d', which prevents | ||||
| # "align_view" to work on first call (see [#32719]). | # "align_view" to work on first call (see [#32719]). | ||||
| Context not available. | |||||