kopia lustrzana https://github.com/vilemduha/blendercam
Merge pull request #26 from hmunktell/list_scroll
List scroll now working with many operationspull/292/head
commit
6ecae6cf1f
|
@ -59,7 +59,7 @@ class CAM_CHAINS_Panel(CAMParentPanel, Panel):
|
|||
|
||||
row.template_list(
|
||||
"CAM_UL_chains",
|
||||
"",
|
||||
"id_list_chains",
|
||||
scene,
|
||||
"cam_chains",
|
||||
scene,
|
||||
|
@ -86,7 +86,7 @@ class CAM_CHAINS_Panel(CAMParentPanel, Panel):
|
|||
if chain:
|
||||
row.template_list(
|
||||
"CAM_UL_operations",
|
||||
"",
|
||||
"id_list_chain_operations",
|
||||
chain,
|
||||
"operations",
|
||||
chain,
|
||||
|
|
|
@ -40,7 +40,7 @@ class CAM_OPERATIONS_Panel(CAMParentPanel, Panel):
|
|||
row = layout.row()
|
||||
row.template_list(
|
||||
"CAM_UL_operations",
|
||||
"",
|
||||
"id_list_operations",
|
||||
bpy.context.scene,
|
||||
"cam_operations",
|
||||
bpy.context.scene,
|
||||
|
|
Ładowanie…
Reference in New Issue