tornavis/source/blender/blenkernel/intern
Campbell Barton a15b3c4d11 Code cleanup: use bool 2014-04-11 11:33:29 +10:00
..
CCGSubSurf.c Fix T38736: ShrinkWrap modifier doesn't work after Subsurf 2014-02-21 18:10:44 +11:00
CCGSubSurf.h correct include guards and add checks in check_style_c.py for them. 2013-09-19 23:17:52 +00:00
DerivedMesh.c Code cleanup: use struct type for mempool & style edits 2014-04-10 06:49:25 +10:00
action.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
addon.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
anim.c Fix T38824: curve which is constrained on a hidden layer causes cycles crash 2014-02-25 15:52:56 +06:00
anim_sys.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
armature.c Better code for (bone axis + roll) to mat 2014-04-06 19:15:50 +02:00
autoexec.c style cleanup 2013-06-25 10:44:30 +00:00
blender.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
bmfont.c Util-defines: avoid multiple calculation/access for MIN/MAX macros 2013-12-08 17:29:22 +11:00
boids.c KDTree: deprecate 'normal' argument 2014-03-18 09:14:47 +11:00
bpath.c Fix T38723: Crash on loading with NULL sequence stripdata 2014-02-20 12:40:28 +11:00
brush.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
bullet.c
bvhutils.c Code cleanup: suffix vars to make obvious they are squared 2014-02-03 02:46:45 +11:00
camera.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
cdderivedmesh.c DerivedMesh: replace edgehash with edgeset 2014-04-08 14:45:04 +10:00
cloth.c Cloth: replace EdgeHash with EdgeSet 2014-04-04 14:15:57 +11:00
collision.c Cloth: replace EdgeHash with EdgeSet 2014-04-04 14:15:57 +11:00
colortools.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
constraint.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
context.c Fix own broken rB95b25e7333c4 (crash on any undo op :/). 2014-04-07 17:17:40 +02:00
curve.c Code cleanup: remove paranoid NULL check 2014-04-08 07:46:28 +10:00
customdata.c Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient now 2014-04-05 12:14:05 +11:00
customdata_file.c patch [#34103] fileops_1.patch 2013-03-05 03:53:22 +00:00
deform.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
depsgraph.c Fix crash happening in DAG_pose_sort() due to threading issues 2014-04-04 12:46:08 +06:00
displist.c Fix T39635: Crash convening curve to mesh 2014-04-08 07:41:38 +10:00
dynamicpaint.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
editderivedmesh.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
editmesh.c Code cleanup: move edit-derivedmesh free to BKE_editmesh_free_derivedmesh 2014-02-28 20:12:45 +11:00
editmesh_bvh.c Code cleanup: redundant normalize in bmbvh ray cast 2014-03-12 18:30:37 +11:00
effect.c Code cleanup: jitter, use 2d float array 2014-03-18 10:52:38 +11:00
fcurve.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
fluidsim.c
fmodifier.c Fix T39035: Cycles F-Modifier truncates end/beginning frame values for repetition 2014-03-08 17:57:31 +13:00
font.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
freestyle.c ListBase API: add utility api funcs for clearing and checking empty 2014-02-08 06:24:05 +11:00
gpencil.c ListBase API: add utility api funcs for clearing and checking empty 2014-02-08 06:24:05 +11:00
group.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
icons.c move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
idcode.c Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testextensie 2014-01-31 03:30:05 +11:00
idprop.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
image.c implement cache line for image editor 2014-04-02 16:54:30 +06:00
image_gen.c Image: color grid - correct abs() use with ints 2014-02-24 22:26:47 +11:00
implicit.c Code cleanup: style 2014-03-17 21:48:13 +11:00
ipo.c ListBase API: add utility api funcs for clearing and checking empty 2014-02-08 06:24:05 +11:00
key.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
lamp.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
lattice.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
library.c Fix T39209: Localizing materials could cause heisenbug with concurrent 2014-03-21 13:50:20 +01:00
library_query.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
linestyle.c Code cleanup: use struct type for mempool & style edits 2014-04-10 06:49:25 +10:00
mask.c Code cleanup: use false/true/bool for masking 2014-03-31 15:23:27 +06:00
mask_evaluate.c Code cleanup: unreachable break/return 2014-03-19 12:47:09 +11:00
mask_rasterize.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
material.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
mball.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
mesh.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
mesh_evaluate.c Code cleanup: use consistent arg order for math api poly funcs 2014-03-27 08:30:14 +11:00
mesh_mapping.c Mesh API: Add BKE_mesh_origindex_map_create 2013-12-12 17:37:16 +11:00
mesh_validate.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
modifier.c Code cleanup: use bools 2014-03-20 22:56:28 +11:00
modifiers_bmesh.c BMesh: DM_to_bmesh_ex, no need to calloc 2014-04-10 11:35:17 +10:00
movieclip.c Speedup track preview widget for byte images 2014-04-10 21:14:36 +06:00
multires.c Code cleanup: no need to use calloc when memory is initialized after 2014-04-04 14:26:01 +11:00
navmesh_conversion.c Code cleanup: no need to use calloc when memory is initialized after 2014-04-04 14:26:01 +11:00
nla.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
node.c Cycles: add dedicated UV Map node, easier to find and has convenient auto complete. 2014-04-02 11:53:44 +02:00
object.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
object_deform.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
object_dupli.c Fix: compile error due to non-matching type and strict flags for MSVC9 2014-02-16 15:47:08 +01:00
ocean.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
packedFile.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
paint.c Code cleanup: remove unused functions and convert int -> bool 2014-04-07 17:00:08 +10:00
particle.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
particle_system.c Code cleanup: no need to use calloc when memory is initialized after 2014-04-04 14:26:01 +11:00
pbvh.c Dyntopo: replace GHash with GSet, saves some memory 2014-04-08 14:45:48 +10:00
pbvh_bmesh.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
pbvh_intern.h Code cleanup: use bool 2014-04-11 11:33:29 +10:00
pointcache.c Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper. 2014-04-02 11:59:43 +02:00
property.c ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it takes a key as an arg and isnt popping any element from the hash as you might expect). 2013-08-26 23:37:08 +00:00
report.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
rigidbody.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
sca.c Cleanup: Internal degrees removal. 2013-12-03 20:35:45 +01:00
scene.c Fix crash happening in DAG_pose_sort() due to threading issues 2014-04-04 12:46:08 +06:00
screen.c Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget). 2014-04-02 13:03:11 +02:00
seqcache.c ListBase API: add utility api funcs for clearing and checking empty 2014-02-08 06:24:05 +11:00
seqeffects.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
seqmodifier.c Code cleanup: use true/false in sequencer functions 2014-03-20 15:46:38 +06:00
sequencer.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
shrinkwrap.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
sketch.c ListBase API: add utility api funcs for clearing and checking empty 2014-02-08 06:24:05 +11:00
smoke.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
softbody.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
sound.c Fix T39083: speakers were evaluated multiple times when used in sets 2014-03-11 14:46:55 +11:00
speaker.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
subsurf_ccg.c Make matcaps suck less 2014-04-01 19:27:13 +03:00
suggestions.c Code Cleanup: style and redundant casts 2014-01-16 19:15:53 +11:00
text.c Code cleanup: use bool 2014-04-11 11:33:29 +10:00
texture.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
tracking.c Speedup track preview widget for byte images 2014-04-10 21:14:36 +06:00
tracking_detect.c Code cleanup: remove references to svn and code style 2014-01-28 23:01:22 +11:00
tracking_plane_tracker.c Code cleanup: line wraps and file names in doxy comments 2014-01-01 22:45:59 +06:00
tracking_region_tracker.c Didn't meant to commit debug-only-code in the previous commit! 2014-03-31 18:02:46 +06:00
tracking_solver.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
tracking_stabilize.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
tracking_util.c Fix race condition between tracking thread and tracks map sync 2014-02-13 18:31:02 +06:00
treehash.c style cleanup 2013-08-27 21:30:33 +00:00
unit.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
world.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
writeavi.c Code cleanup: function calls 2014-03-25 10:10:00 +11:00
writeffmpeg.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
writeframeserver.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00