// blockscad_changes - blockly/blocks // lists all changes from Blockly standard used for Blockscad // when updating Blockly, make sure to reapply these changes to new files // or else! // jayod // added files: geom_set_ops.js contains union, diff, intersection, hull blocks (mutators) // primitives.js contains primitives, transformations, other blocks? // files with changes: // colour.js: in colour_picker block, change FieldColour to '#ffcc00' // do we really want to keep doing this? // procedures.js: the whole thing has changed. Assume all changes are for us. // loops.js: added typing code. Do not remove.