projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Convert rigidbody conversion to looptri.
[blender.git]
/
source
/
blender
/
blenkernel
/
intern
/
mesh_evaluate.c
2015-07-19
Antony Riakiotakis
Convert rigidbody conversion to looptri.
blob
|
commitdiff
|
raw
2015-07-17
Bastien Montagne
Let's use proper helpers for debug-only vars...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-17
Sergey Sharybin
Make strict flags happy in release builds
blob
|
commitdiff
|
raw
|
diff to current
2015-07-16
Campbell Barton
Add tessellation data to DerivedMesh (LoopTri)
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
Campbell Barton
Match face tessellation order in edimode
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
Campbell Barton
Cleanup: use const for mesh functions
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
Campbell Barton
Fix for recent error, ngons now flipped correctly
blob
|
commitdiff
|
raw
|
diff to current
2015-07-06
Campbell Barton
Remove redundant face-flipping check
blob
|
commitdiff
|
raw
|
diff to current
2015-06-03
Campbell Barton
Fix error calculating bmesh normals
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
Campbell Barton
doxygen: corrections/updates
blob
|
commitdiff
|
raw
|
diff to current
2015-04-13
Bastien Montagne
Fix T44359: `mesh_normals_loop_custom_set()` would...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Bastien Montagne
Fix T44138: Crash in DataTransfer modifier when selecti...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-16
Bastien Montagne
Fix an incorrect assert in lnor code.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-08
Bastien Montagne
Some minor fixes from latest coverity scan, nothing...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
Bastien Montagne
Fix T43579: FBX Export shading issue (Broken normals?)
blob
|
commitdiff
|
raw
|
diff to current
2015-02-05
Bastien Montagne
Add Custom Loop Normals.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-02
Campbell Barton
cleanup: style/spelling
blob
|
commitdiff
|
raw
|
diff to current
2015-01-19
Bastien Montagne
Make use/computation of lnors consistant.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-13
Campbell Barton
Math Lib: improve area calculation
blob
|
commitdiff
|
raw
|
diff to current
2014-08-13
Campbell Barton
Math Lib: rename barycentric_transform -> transform_poi...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Campbell Barton
Cleanup: indentation
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Campbell Barton
Replace BLI_SMALLSTACK_FREE with fake user (quiet warni...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-11
Bastien Montagne
Fix potential bug in loop normals code.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-11
Lukas Tönne
Fix T41019: Calculate Mass does not calculate actual...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-13
Campbell Barton
Polyfill2d: avoid calculating polygon winding (its...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-13
Campbell Barton
BLI_bitmap: rename macros
blob
|
commitdiff
|
raw
|
diff to current
2014-05-28
Bastien Montagne
Fix T40405: Blender crashes on FBX export instantly.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-28
Bastien Montagne
Fix T40405: Blender crashes on FBX export instantly.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-28
Campbell Barton
Add asserts to BKE_mesh_normals_loop_split
blob
|
commitdiff
|
raw
|
diff to current
2014-05-19
Campbell Barton
Correct ARRAY_SIZE macro and make doxy comments consistent
blob
|
commitdiff
|
raw
|
diff to current
2014-04-27
Campbell Barton
Correct some errors in auto-cleanup
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Campbell Barton
Code cleanup: use 'const' for arrays (blenkernel)
blob
|
commitdiff
|
raw
|
diff to current
2014-04-16
Bastien Montagne
Fix related to new split normals draw code.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Campbell Barton
Math Lib: avoid having to pass a pre-calculated normal...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-13
Bastien Montagne
Split Normals I (1/5): basis for split normals (nearly...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-26
Campbell Barton
Code cleanup: use consistent arg order for math api...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-25
Campbell Barton
Code cleanup: remove unused flags
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Campbell Barton
Code cleanup: use bools
blob
|
commitdiff
|
raw
|
diff to current
2014-03-15
Campbell Barton
Code cleanup: use r_ prefix for return args
blob
|
commitdiff
|
raw
|
diff to current
2014-01-23
Bastien Montagne
Fix T38328: GLSL display shows texture mapping complete...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-22
Bastien Montagne
Fix T38316: Half of a Face is Missing on Newly Created...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-21
Campbell Barton
Code Cleanup: reduce sign conversion
blob
|
commitdiff
|
raw
|
diff to current
2014-01-21
Bastien Montagne
Optimize tessellation code (min 20% better, up to 300...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-15
Bastien Montagne
Fix a bunch of UI string issues...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-11
Bastien Montagne
Add tangent space computation/access from RNA (i.e...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-12
Campbell Barton
Code Cleanup: move mesh mapping functions into their...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Campbell Barton
MemArena: use size_t instead of int for alloc args...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Campbell Barton
BMesh/Mesh: replace scanfill with polyfill
blob
|
commitdiff
|
raw
|
diff to current
2013-10-28
Campbell Barton
move bmesh array lookup data and utility functions...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-19
Bastien Montagne
Arg! Fix another bug in split normal core algorithm...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-09
Bastien Montagne
Fix [#37012] The new export split normal does nor produ...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-10
Campbell Barton
misc minor changes
blob
|
commitdiff
|
raw
|
diff to current
2013-09-10
Bastien Montagne
Core code for split normals computation. Many thanks...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Campbell Barton
correct error in recent changes for building with openmp.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Campbell Barton
enable strict flags for mesh_evaluate.c
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Campbell Barton
remove use of BLI_array in BKE_mesh_mpoly_to_mface...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Campbell Barton
move mesh evaluation functions (normal, mapping, smooth...
blob
|
commitdiff
|
raw
|
diff to current