Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke pushed to csg at JacquesLucke/blender 2023-02-20 10:14:14 +01:00
4452ab4dca progress
bdf500e1be progress
32e9d6a568 progress
505bb276e3 progress
fce1ee1025 initial csg
Compare 10 commits »
Jacques Lucke commented on pull request blender/blender#104941 2023-02-19 18:40:03 +01:00
Rotation C++ API

I'm not sure about the purpose of this. I'd just use = default and make it public.

Jacques Lucke commented on pull request blender/blender#104941 2023-02-19 18:39:28 +01:00
Rotation C++ API

Should probably be private. protected doesn't make sense when you don't derive from it.

Jacques Lucke commented on pull request blender/blender#104941 2023-02-19 18:37:19 +01:00
Rotation C++ API

original code?

Jacques Lucke commented on pull request blender/blender#104941 2023-02-19 18:37:19 +01:00
Rotation C++ API

Looks like the closing ) should move to the line below.

Jacques Lucke suggested changes for blender/blender#104941 2023-02-19 18:37:19 +01:00
Rotation C++ API

Only skimmed over it so far, generally seems reasonable. Will have to take a closer look and do some testing next week.

Jacques Lucke closed issue blender/blender#85312 2023-02-17 16:35:19 +01:00
Volumes have an offset in viewport, Eevee and Cycles.
Jacques Lucke pushed to blend-file-stats at JacquesLucke/blender 2023-02-17 14:15:18 +01:00
fdb00e5277 write blend file data to csv
Jacques Lucke created branch blend-file-stats in JacquesLucke/blender 2023-02-17 14:15:17 +01:00
Jacques Lucke commented on issue blender/blender#104857 2023-02-17 13:01:52 +01:00
Crash using GN Editor or Assetbrowser when "datafiles/assets" folder is not there

Generally seems reasonable to avoid crashing in this case. I hoped that just using BKE_appdir_folder_id_user_notest in essentials_directory_path would fix, but unfortunately that function does…

Jacques Lucke pushed to index-mask-refactor at JacquesLucke/blender 2023-02-17 12:39:49 +01:00
cc71968af9 progress
30557cf6f5 add aligned parallel reduce
be6ef6500a convert index mask to bits
de628f0b6d initial bits to mask conversion
c5a37fb850 early return
Compare 22 commits »
Jacques Lucke pushed to index-mask-refactor at JacquesLucke/blender 2023-02-17 01:29:52 +01:00
debd1010f8 simplify iteration api
0d61818a56 move OffsetSpan to separate file
14d4da0704 cleanup naming
Compare 4 commits »
Jacques Lucke pushed to index-mask-refactor at JacquesLucke/blender 2023-02-17 01:05:34 +01:00
528b7a6625 rename chunk_sizes_cumulative to cumulative_chunk_sizes
6b6f0b7267 rename segment_sizes_cumulative to cumulative_segment_sizes
67b52758bb rename segment_indices to indices_by_segment
ba9c58664b Merge branch 'main' into index-mask-refactor
9c79875f65 Cleanup: use BitSpan instead of BitVector where possible
Compare 7 commits »
Jacques Lucke pushed to main at blender/blender 2023-02-17 00:51:06 +01:00
9c79875f65 Cleanup: use BitSpan instead of BitVector where possible
Jacques Lucke deleted branch bit-span from JacquesLucke/blender 2023-02-17 00:42:58 +01:00
Jacques Lucke merged pull request blender/blender#104671 2023-02-17 00:42:55 +01:00
BLI: new bit span data structure
Jacques Lucke pushed to main at blender/blender 2023-02-17 00:42:55 +01:00
891f47b801 BLI: new bit span data structure
Jacques Lucke pushed to index-mask-refactor at JacquesLucke/blender 2023-02-17 00:41:16 +01:00
beda66bec8 rename max_chunk_size to chunk_capacity
f3f69f6e0e change chunk_offsets to chunk_ids
Compare 2 commits »
Jacques Lucke pushed to index-mask-refactor at JacquesLucke/blender 2023-02-17 00:35:04 +01:00
f917322fae try two pass algorithm to avoid small allocations
ffc934d4f5 Merge branch 'main' into index-mask-refactor
09d3ebfd72 Merge branch 'blender-v3.5-release'
efc2e5134f Fix #104841: Split function for Cycles for sharp edges ignores attribute
4ebb66864a Fix #104826: Mesh to BMesh with shape keys can corrupt layers
Compare 180 commits »