-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed5d80a
commit f584989
Showing
10 changed files
with
35 additions
and
26 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
-471 Bytes
(100%)
Build/Components/4DPop Macros.4dbase/Contents/4DPop Macros.4DZ
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+16.3 KB
(100%)
Build/Components/4DPop Macros.4dbase/Contents/Libraries/lib4d-arm64.dylib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Build/Components/4DPop Macros.4dbase/Contents/Resources/InfoPlist.strings
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
//%attributes = {"invisible":true,"preemptive":"capable"} | ||
//%W-550.4 | ||
//%W-550.2 | ||
var $xmlStructure : Text | ||
var $structure : Object | ||
//var $svg : cs.svg | ||
//var $xml : cs.xml | ||
var $path; $url : Text | ||
|
||
EXPORT STRUCTURE:C1311($xmlStructure) | ||
//$xml:=cs.xml.new($xmlStructure) | ||
|
||
//$structure:=$xml.toObject() | ||
|
||
//$svg:=cs.svg.new() | ||
|
||
//$xml.close() | ||
//%W+550.2 | ||
//%W+550.4 | ||
$path:="file:///test/test" // Comment | ||
$url:="htpps://4d.com" |
Binary file not shown.