🔧 master: work in progress [might break]
This commit is contained in:
parent
a10118ad32
commit
eb859c19cd
1 changed files with 0 additions and 12 deletions
|
|
@ -1,17 +1,5 @@
|
||||||
local grid = {
|
local grid = {
|
||||||
|
|
||||||
--render = function(items)
|
|
||||||
-- local jml = ''
|
|
||||||
-- local gridsize = tonumber( app.opts.plugin_openbrush_layout_grid_size )
|
|
||||||
-- for i,v in pairs(items) do
|
|
||||||
-- local url = v.redirect and v.redirect or v.url
|
|
||||||
-- local pos = {x=0,y=0,z=0}
|
|
||||||
-- local posStr = pos.x .. ' ' .. pos.y .. ' ' .. pos.z
|
|
||||||
-- jml = jml .. ' <link url="' .. url .. '" url_pos="' .. posStr .. '" url_scale="1 1 1" auto_load="true"/>\n'
|
|
||||||
-- end
|
|
||||||
-- return jml
|
|
||||||
--end
|
|
||||||
|
|
||||||
render = function(items)
|
render = function(items)
|
||||||
local jml = ''
|
local jml = ''
|
||||||
-- Distance between items in meters. gridsize = 5 means 5m x 5m spacing.
|
-- Distance between items in meters. gridsize = 5 means 5m x 5m spacing.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue