File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ def _whitelist_all(mod):
59
59
properties_data_lamp .DATA_PT_custom_props_lamp .COMPAT_ENGINES .add ("PLASMA_GAME" )
60
60
del properties_data_lamp
61
61
62
+ from bl_ui import properties_data_camera
63
+ properties_data_camera .DATA_PT_lens .COMPAT_ENGINES .add ("PLASMA_GAME" )
64
+ del properties_data_camera
65
+
62
66
from bl_ui import properties_render
63
67
_whitelist_all (properties_render )
64
68
del properties_render
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ def draw_header(self, context):
226
226
227
227
228
228
class PlasmaCameraViewPanel (CameraButtonsPanel , bpy .types .Panel ):
229
- bl_label = "Camera Lens"
229
+ bl_label = "Lens (Plasma) "
230
230
231
231
def draw (self , context ):
232
232
camera = context .camera .plasma_camera
You can’t perform that action at this time.
0 commit comments