ShapeScript Mobile Читы

ShapeScript Mobile Взлом 1.3.6 + Чит Коды

Разработчик: Charcoal Design
Категория: Графика и дизайн
Цена: Бесплатно
Версия: 1.3.6
ID: com.charcoaldesign.ShapeScript

Скриншоты

Game screenshot ShapeScript Mobile mod apkGame screenshot ShapeScript Mobile apkGame screenshot ShapeScript Mobile hack

Описание

ShapeScript is a 3D modeling program for people who don’t like 3D modeling programs.

Instead of dragging polygons and vertices around in a GUI, ShapeScript lets you define your models precisely using code. No artistic skills are required - ShapeScript does all the drawing for you.

The ShapeScript app includes a parser for a simple language (also called “ShapeScript”). ShapeScript (the language) is a cross between a markup language and a programming language.

You don’t need to be a programmer to use ShapeScript. If you have ever worked with any kind of structured text like JSON or HTML then it should come naturally. But if you do have experience with programming, then you can apply those skills to create even more complex models by using loops, functions and variables to procedurally generate geometry.

Models can be rendered as images or exported in a variety of formats suitable for use in games or 3D printing (export functionality is a premium feature, unlockable via in-app purchase).

История обновлений

1.3.6
2023-07-30
• Mesh precision — Further reduced cracks in meshes when using CSG operations.
• Debugging — Made some improvements to error messages and suggestions.
• Bug fix — Fixed bug where structured data was flattened when returned from a block or function.
• Bug fix — Fixed "Show Wireframe" status not updating correctly in camera menu.
• Bug fix — Fixed crash in source editor.
1.3.5
2023-07-08
• Bug fix — Fixed bug where structured data was flattened when returned from a block or function.
• Bug fix — Fixed orthographic status not updating correctly in camera menu.
• Bug fix — Source editor no longer closes when shape file is reloaded.
• Improvement — Disabled double space period shortcut in source editor.
• Examples — Added Icosahedron example project.
• Documentation — Improved camera control docs.
1.3.4
2023-06-21
• Bug fix — Fixed bug where a block option could clash with a global symbol of the same name.
1.3.3
2023-06-13
• Bug fix — Fixed precedence issue with path point and curve commands.
• Bug fix — Fixed broken importing of external model file formats.
• Bug fix — Overridden global constants or functions can now be used within blocks.
• Bug fix — Block options no longer produce spurious "used before it was defined" errors.
• Bug fix — Fixed issue where view was initially blank after opening a file until camera was reset.
• Bug fix — Fixed camera menu not updating after camera is moved or reset.
• Improvement — Export menu stays open when toggling options.
• Improvement — Block options can now be set conditionally using if statements.
• Improvement — Removed Reddit community link.
1.3.2
2023-04-24
• Bug fix — Fixed confusing function / operator precedence.
• Mesh precision — Reduced cracks in meshes when using CSG operations.
• Source editor — Improved scroll-to-cursor behavior in source editor.
• Feature — Added "What's New in ShapeScript" screen.
1.3.1
2023-04-18
• Bug fix — Fixed range precision issue for loops with fractional step value.
• Bug fix — Fixed type error when overriding shape transforms.
• Bug fix — Improved type inference for import statements.
• Bug fix — Fixed inverted Z-up export option.
1.3.0
2023-04-06
• Export — You can now export models and images in various formats (requires in-app purchase to unlock).
• Paths — Added arc command for easily creating partial circles or rounded corners in paths.
• Math functions — Added dot(), cross(), length() and normalize() functions for working with vectors.
• Math operators — You can now use arithmetic operators like *, /, + and - with vector operands.
• Bug fix — Setting unequal width/height for roundrect size no longer distorts corner curves.
• Bug fix — Fixed bug where modulo operator sometimes returned negative values.
1.2.3
2023-03-25
• Feature — The position, orientation and size of a defined shape can now be overridden as if it were a block.
• Debugging — Improved error messages and suggestions in some cases.
• Source editor — Multiple fixes and improvements to editing and syntax highlighting.
• Bug fix — Passing name option to a block that returns a path no longer makes the result unusable in a builder.
• Bug fix — Fixed some bugs in SVG path processing.
1.2.2
2023-03-02
• Bug fix — Fixed bug where app could freeze up when rendering very detailed scenes.
• Bug fix — Fixed line number alignment glitch in code editor.
1.2.1
2023-02-28
• Bug fix — Fixed holes sometimes created when tessellating non-monotone polygons.
• Bug fix — The bounds and polygons member properties now correctly take object transform into account.
• Bug fix — Fixed code editor unexpectedly closing while typing.
• Bug fix — Fixed stray line numbers left after deleting lines.
• Editor — You can now open multiple files at once on iPad using Split View.
• Editor — New lines are now indented at current level.
1.2.0
2023-02-08
• Editing — You can now edit .shape files directly in the app, without an external editor
• Bug fix — Fixed selected shape being cleared whenever scene is redrawn.
• Bug fix — Fixed some type inference bugs with imported JSON objects.
• Crash fix — Fixed occasional crash when using print/console.
1.1.2
2023-01-17
• Mesh polygons — Made polygon members available on all geometries, not just manually-created meshes.
• Structured data — Added automatic conversion of hex strings to colors (useful for imported JSON data).
• Bug fix — Fixed roundrect detail level (previously 4x higher than intended).
• Bug fix — Fixed incorrect output when intersecting groups of meshes.
• Bug fix — Empty scenes are no longer hidden if they contain debug shapes.
• Bug fix — Fixed misleading error message for excess color arguments.
• Bug fix — Fixed spurious forward declaration error for options that shadow a global define.
• Bug fix — Equality comparisons between meshes now work correctly.
• Bug fix — Using polygon command without any arguments now works again.
• Bug fix — Fixed multiple bugs with member lookup on various types.
• Bug fix — Fixed twisted extrusion offset.
1.1.1
2023-01-02
• Twisted extrusions — Added twist property to the extrude command for twisting along axis of extrusion.
1.1.0
2022-12-27
• Convex hulls — Added hull command for creating convex hulls from points, paths or meshes.
• Polygon modeling — Added ability to construct meshes from individual polygons.
• Extrude alignment — Added axisAligned property for controlling extrusion along a path.
• Data files — Added support for importing plain text files as a string and JSON files as a tuple.
• Modulo operator — Added % operator for calculating the remainder of division.
• Type system — Significantly overhauled type system, allowing errors to be caught earlier.
• Variadic functions — The min() and max() functions now accept more than two arguments.
• Type conversion — Added automatic conversion of strings to numbers or boolean values where applicable.
• String functions — Added split(), join() and trim() functions for working with strings.
• String members — Added string.lines, .words and .characters members.
• Tuple members — Added tuple.count, .last, .allButFirst and .allButLast members.
• Textures — The background and texture can now be cleared by setting them to an empty string.
• Logging — Logging meshes, bounds and point values to console now produces more useful output.
• Bug fix — Fixed bug where the color or texture of imported models could not be overridden.
• Examples — Added Spirals example demonstrating extrusion along a path.
1.0.7
2022-12-19
• Block comments — Added support for C-style block comments using /* ... */ syntax.
• Bug fix — Fixed spurious error when parsing .shape files containing "+100" or similar sequences.
• Bug fix — Fixed error messages suggesting symbol you already tried as an alternative.
1.0.6
2022-12-09
• Crash fix — Fixed crash when importing an external .shape file.
• Bug fix — Fixed occasional glitches with end caps of loft or extrusion shapes.
1.0.5
2022-11-22
• Crash fix — Fixed crash when rendering or extruding along a path with a single point.
• Bug fix — Fixed holes and inconsistent thickness when extruding shapes along non-planar paths.
• Bug fix — Fixed parsing ambiguity with identifiers followed by parens inside tuple expressions.
• Bug fix — Improved bounds accuracy for curved shapes when using low detail values.
1.0.4
2022-11-07
• iCloud — Importing iCloud-hosted files that have not yet been downloaded now works correctly.
• Imports — Changes to imported files, models, textures, etc. are now detected automatically
• Imported models — Original topology is now preserved for imported models (instead of being re-triangulated).
• Bug fix — Fixed blank source view (broken in previous release)
1.0.3
2022-10-31
• Bug fix — Fixed bug where bounds was incorrectly reported as empty for certain shapes, resulting in odd camera behavior.
• Bug fix — Fixed some inconsistencies with member lookup for nested tuple values.
• Bug fix — Fixed inconsistent behavior with functions that return tuples.
• Performance — CSG operations and text rendering are now faster on machines with multiple CPU cores.
• Documentation — Improved documentation for trigonometry and strings/text functions.
• Interface — Improved contrast on Grant Access button.
1.0.2
2022-10-03
• Performance — Significantly reduced loading and rendering time for scenes containing repeated shapes.
1.0.1
2022-09-28
• Bug fix — Fixed bug where a define statement inside a block couldn't refer to an earlier option value.
• Bug fix — Fixed an issue where negative scale factors could result in an incorrect bounding box.
• Camera — View no longer jumps unexpectedly to custom camera after a reload.
1.0
2022-09-12

Чит Коды на бесплатные встроенные покупки

Покупка Цена iPhone/iPad Андроид
Unlock Export
(Unlock ability to export models and images)
899,00 ₽
Free
JD271631449✱✱✱✱✱ 214658E✱✱✱✱✱

Способы взлома ShapeScript Mobile

Скачать взломанный APK файл

Скачать ShapeScript Mobile MOD APK
Запросить взлом

Другие приложения этого разработчика