blockscad_changes 637 B

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