Commit History

Author SHA1 Message Date
  Royal OBrien eb4b7a96c3 Merge pull request #11 from o3de/incisor/GeomNodes 1 year ago
  Jason Dela Cruz 3ace3d73d8 removed hardcoded blender path and added a setreg file for the default value. 1 year ago
  Jason Dela Cruz d756b38541 ran clang-format on the source files and other changes based on the PR comments. 1 year ago
  incisor d02cb5ec21 Merge branch 'main' into incisor/GeomNodes 1 year ago
  Jason Dela Cruz 61e8c5d04e Cleanup, refactoring and additional comments/documentation. 1 year ago
  Jason Dela Cruz e12983f861 - Fixes for latest stabilization/2305 1 year ago
  Jonny Galloway 65d933147c Merge branch 'development' into main 1 year ago
  Jason Dela Cruz 72d79b6550 Added copyright notice to sources 1 year ago
  Jason Dela Cruz b57d83730a - changed Setting's blender path to use file dialog from an edit text. 1 year ago
  incisor a0a2007659 Update README.md 1 year ago
  Jason Dela Cruz f4048b54e0 README.md updates 1 year ago
  Jason Dela Cruz 1a70e42364 renaming GeomNodes.py to geom_nodes.py as git can't seem to detect the previous rename causing issues. 1 year ago
  Jason Dela Cruz 285d4399e5 Fixed issue with adding IPC messages. 1 year ago
  Jason Dela Cruz ba13c63858 Proper implementation of saving parameters and the state of the EditorGeomNodesComponent 1 year ago
  Jason Dela Cruz 4136843bca Fixed AZ_CLASS_ALLOCATOR usage. Some other class missing AZ_CLASS_ALLOCATOR. 1 year ago
  Jason Dela Cruz f599586059 Several fixes for stabilization/2305 and latest development branch. 1 year ago
  Jason Dela Cruz 64a9758a42 Fixed bug when no blender instance is running and exporting produces default settings only. i.e. updated parameters but exported model produced is in default parameters. 1 year ago
  Jason Dela Cruz ea74fc7f8d - Bug fix for exporting issue with no blender instance 1 year ago
  Jason Dela Cruz fe69104b81 - Updated handling of multiple meshes from using sub-entities to using ModelLodAsset's meshes. 1 year ago
  Jason Dela Cruz 0398482ac9 fixed mesh color/material issue due to wrong normal computation. 1 year ago
  Jason Dela Cruz 49bd795dd4 minor refactoring on the exporter and mesh builder scripts. 1 year ago
  Jason Dela Cruz 8640949a93 Grouping meshes by mesh name. To limit the number of meshes exported. The ModelKdTree only has a 265 mesh limit. 1 year ago
  Jason Dela Cruz 6c415dddf4 -Disabling of editor parameters when work like loading or exporting is in progress. 1 year ago
  Jason Dela Cruz 7b3f14a0d3 Logic for making Edit Parameters Read Only when exporting. 1 year ago
  Jason Dela Cruz 556b6e91d8 - a working implementation of fbx exporting. 1 year ago
  Jason Dela Cruz 42ca4a95e8 Merge branch 'incisor/GeomNodes' of https://github.com/o3de/o3de-technicalart into incisor/GeomNodes 1 year ago
  Jason Dela Cruz cf2574403a updated heartbeat code to fix some edge cases 1 year ago
  incisor 745991ca0b Update README.md 1 year ago
  Jason Dela Cruz b7114e2891 Fix for Object parameter change doesn't trigger a mesh rebuild. 1 year ago
  Jason Dela Cruz 0cdc4bebdc Added a heartbeat mechanism to avoid rouge blender instances. 1 year ago