bump rev 3.4.D5

This commit is contained in:
Stewart Allen 2022-04-20 20:27:29 -04:00
commit 1127105421
4 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "grid-apps",
"version": "3.4.4D",
"version": "3.4.5D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"license": "MIT",

View file

@ -20,11 +20,12 @@ Full docs @ https://docs.grid.space/projects/kiri-moto
* `C` auto-fog in wireframe view to aid close mesh inspections
* `C` significant speed-up for large surface selections
* `C` add boolean operations for subtract and intersect
* `C` multi-body identification and isolation
* `-` quick add primitives: cube, cylinder
* `C` quick add primitives: cube, cylinder
* `C` control wireframe transparency
* `-` parameterize svg and image import
* `-` undo / redo for some operations
* `-` control wireframe transparency
* `-` show camera focal point

View file

@ -15,7 +15,7 @@ gapp.main("main.kiri", [], (root) => {
const modfns = root.kirimod = ( root.kirimod || [] );
const kiri = root.kiri = {
beta: 3404,
beta: 3405,
driver: {}, // driver modules
load(fn) {
modfns.push(fn);

View file

@ -3,7 +3,7 @@
let terms = {
COPYRIGHT: "Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved",
LICENSE: "See the license.md file included with the source distribution",
VERSION: "3.4.D4"
VERSION: "3.4.D5"
};
if (typeof(module) === 'object') {