-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor zone like objects #994
Conversation
# Conflicts: # src/ThreeEditor/components/Sidebar/SidebarTree/SidebarTree.style.css # src/WrapperApp/WrapperApp.tsx # src/WrapperApp/components/Simulation/SimulationPanelBar.tsx
…move to special components catalog
…ebra-height-to-min-content # Conflicts: # src/ThreeEditor/components/Editor/SceneEditor.tsx # src/ThreeEditor/components/Sidebar/EditorSidebar.tsx # src/ThreeEditor/components/Sidebar/SidebarTree/SidebarTree.tsx # src/ThreeEditor/components/Sidebar/SidebarTree/SidebarTreeItem.tsx # src/ThreeEditor/js/sidebar/Sidebar.OutlinerManager.js
@Derstilon check if loading URL works: |
Merging this PR would break rendering of my precalculated results, saved here: Could you please make a fork of https://github.com/grzanka/plotly_lgad_dosimetry, rename what is needed in that JSON and make a PR with fix ? |
@Derstilon remember to bump JSON standard version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adress comments
src/ThreeEditor/components/Sidebar/properties/category/RangeModulatorConfiguration.tsx
Outdated
Show resolved
Hide resolved
4257166
to
16cfad8
Compare
ebfec95
to
2ef94af
Compare
Co-authored-by: Leszek Grzanka <grzanka@agh.edu.pl>
…objects # Conflicts: # src/__tests__/Converter.test.ts
0d5c9d9
to
4d7c177
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Closes #982 #983
Merge util catalogs into one
Move all simulation related ThreeJS component to segratated cataloges in ThreeEditor/Simulation/
Simulation objects categorized to:
CTMesh renamed to CTCube
BasicMesh and most inheriting classes renamed to ___Figure