| | "Love" token, awarded by gottfried."Yellow Medal" token, awarded by charlie. - Repository
- rB Blender
- Branch
- cycles_marching_cubes
- Build Status
-
Event TimelineThis revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. | Path | Size |
|---|
| | | | | 11 lines | | | | 1 line | | 2 lines | | 11 lines | | 15 lines | | 103 lines | | 464 lines | | | | 6 lines | | source/ | blender/ | makesrna/ | intern/ |
| | | 10 lines |
| Commit | Tree | Parents | Author | Summary | Date |
|---|
| 37172a7d41fc | d616c88ff940 | 3a3ca768453d | Kévin Dietrich | Cleanup: cache voxel index. | Feb 10 2018, 10:14 AM | | 3a3ca768453d | 8f2df4637fcb | 315bddbb15bb | Kévin Dietrich | Sample color and velocity. | Feb 10 2018, 10:08 AM | | 315bddbb15bb | e9d396b40b13 | 67c02c4b5e40 | Kévin Dietrich | Fix typo. | Feb 10 2018, 5:07 AM | | 67c02c4b5e40 | fc30e7229c0d | 2739fd06e681 | Kévin Dietrich | Remove old algorithm. | Feb 10 2018, 4:47 AM | | 2739fd06e681 | cdb937d01a37 | 2dc5a4026b31 | Kévin Dietrich | Add the vertex deduplication scheme to the new algorithm. | Feb 10 2018, 4:45 AM | | 2dc5a4026b31 | 01bfd8b48568 | fa45b0e6e898 | Kévin Dietrich | Add some coments, remove some debug prints. | Feb 10 2018, 4:19 AM | | fa45b0e6e898 | 72ad5012f73c | 877653af29f8 | Kévin Dietrich | Fix out of bounds access. | Feb 9 2018, 9:34 AM | | 877653af29f8 | 5ebb10e4394a | c4ff81f24228 | Kévin Dietrich | Cleanup: style. | Feb 9 2018, 9:22 AM | | c4ff81f24228 | ef8fdd77e214 | afc4d9602d72 | Kévin Dietrich | Cleanup. | Feb 9 2018, 8:51 AM | | afc4d9602d72 | c1aae19bb14e | 4b972c679e5c | Kévin Dietrich | Correct indexing, avoid magic numbers. | Feb 9 2018, 8:12 AM | | 4b972c679e5c | 7056c86b96ac | 86e0b87705e0 | Kévin Dietrich | Try a different approach to the mesh generation problem. | Feb 9 2018, 3:53 AM | | 86e0b87705e0 | bdcb6eebb3e0 | affb9766ed30 | Kévin Dietrich | Make use of quads in the builder instead of triangles. | Feb 9 2018, 3:26 AM | | affb9766ed30 | e3e20363563b | 2a69cda80fc4 | Kévin Dietrich | Remove debug prints, comments. | Feb 5 2018, 11:33 AM | | 2a69cda80fc4 | c2028852de58 | ff7285fb2fec | Kévin Dietrich | Cleanup, document the code a bit. | Feb 5 2018, 11:22 AM | | ff7285fb2fec | 670611d371b1 | 135df8413286 | Kévin Dietrich | Split mesh building code into separate functions. | Feb 5 2018, 10:52 AM | | 135df8413286 | 69d5d3a477f0 | 9432fb998a61 | Kévin Dietrich | Clear vertices before adding new ones. | Feb 5 2018, 10:43 AM | | 9432fb998a61 | aa2afe6e374e | cc0ea7d3e51f | Kévin Dietrich | Update images before creating the mesh. | Feb 5 2018, 10:31 AM | | cc0ea7d3e51f | e42b19e9acd5 | 2378f3972b8b | Kévin Dietrich | Correct typos. | Feb 5 2018, 8:42 AM | | 2378f3972b8b | 2a1de69f9db5 | 85e3d89ca477 | Kévin Dietrich | Move volume builder code to its own file. | Feb 5 2018, 8:40 AM | | 85e3d89ca477 | 69c64f4978fe | 8557d2e57b21 | Kévin Dietrich | Try to dudeplicate triangles. | Feb 5 2018, 4:39 AM | | 8557d2e57b21 | 842d03339132 | ebdd28428e42 | Kévin Dietrich | Deduplicate vertices. | Feb 5 2018, 3:53 AM | | ebdd28428e42 | ea698af8ef91 | d689e1f74223 | Kévin Dietrich | Print memory usage for the grid. | Feb 5 2018, 1:56 AM | | d689e1f74223 | d79df8836bda | c271807e1e59 | Kévin Dietrich | Remove marching cubes code. | Feb 5 2018, 1:56 AM | | c271807e1e59 | 21d35ec122cb | c922d062109c | Kévin Dietrich | Fix indices size computation, properly offset nodes into space. | Feb 5 2018, 1:42 AM | | c922d062109c | 65b2f8ee15ed | d8a4fcccc223 | Kévin Dietrich | Start working on a new algorithm to generate a mesh from a volume. | Feb 5 2018, 1:28 AM | | d8a4fcccc223 | 0e7587977d26 | 0fa0bfc41dc2 | Kévin Dietrich | Cache corner indices computation. | Feb 5 2018, 12:05 AM | | 0fa0bfc41dc2 | 508bb24bf1e2 | 9500b1b3dd92 | Kévin Dietrich | Deduplicate volume sampling code. | Feb 4 2018, 11:44 PM | | 9500b1b3dd92 | 2c8b2f55f949 | 7c29a29333c9 | Kévin Dietrich | Remove old hash class. | Feb 4 2018, 11:33 PM | | 7c29a29333c9 | 7b01b3becc90 | 9f680c5bfda1 | Kévin Dietrich | Scheme to deduplicate vertices. | Feb 4 2018, 11:33 PM | | 9f680c5bfda1 | c177965837bc | 8fcdbb82b36d | Kévin Dietrich | Try to come up with a scheme to deduplicate vertices. | Feb 4 2018, 11:15 PM | | 8fcdbb82b36d | f18c886415b1 | fda497be756f | Kévin Dietrich | Sample the fields out of bounds to be able to close holes on the boundaries. | Feb 4 2018, 10:39 PM | | fda497be756f | 5102fe762026 | 62c23a8ba97d | Kévin Dietrich | Cycles volume : fast empty space optimization by generating a tight mesh around… (Show More…) | Feb 3 2018, 11:44 PM | | 62c23a8ba97d | f1e9e8e9022a | fc1775c5c6cd | Kévin Dietrich | Remove code from smoke.c. | Feb 3 2018, 11:34 PM | | fc1775c5c6cd | ba98eefab40b | 7008cc0b573e | Kévin Dietrich | Make adaptive domain work. | Feb 3 2018, 11:33 PM | | 7008cc0b573e | 0e2fe393eb63 | 04baba7b3ecc | Kévin Dietrich | Cleanup : style. | Feb 3 2018, 11:05 PM | | 04baba7b3ecc | a433ed016a20 | 1113ffc6f38d | Kévin Dietrich | Correct artifacts due to too small grid cubes. | Feb 3 2018, 10:58 PM | | 1113ffc6f38d | 278f7834a402 | c6a092ce3773 | Kévin Dietrich | Try to support adaptive domain. | Feb 3 2018, 2:30 PM | | c6a092ce3773 | 14a2a5a30ec3 | db5054f39336 | Kévin Dietrich | Remove debug prints. | Feb 3 2018, 1:09 PM | | db5054f39336 | cbe32e3f1a2a | ec8bed381039 | Kévin Dietrich | Fix typos. | Feb 3 2018, 12:53 PM | | ec8bed381039 | 30be3bb02249 | 65ae14195641 | Kévin Dietrich | | Feb 3 2018, 12:19 PM | | 65ae14195641 | 3c3de1269d92 | 1eeb846e781d | Kévin Dietrich | Implementation of marching cubes algorithm to mesh smoke simulations. | Feb 3 2018, 10:10 AM |
|