tornavis/source/blender/blenkernel/intern
Dalai Felinto dfa307f73f constraints names are not matching (rna and constraint.c). doing rna->constraint.c 2012-06-08 21:04:48 +00:00
..
CCGSubSurf.c code cleanup: defines with braces - end with '(void)0' so callers must end with ';' like normal function. 2012-05-27 12:21:13 +00:00
CCGSubSurf.h Add mask support to CCGSubSurf and multires. 2012-05-10 20:34:08 +00:00
DerivedMesh.c code cleanup: replace some non utf8 chars 2012-06-03 11:16:13 +00:00
action.c Action Group Colors for Bones (Part 2) 2012-06-01 13:54:44 +00:00
anim.c Particle Info node for Cycles. This can be used to access particle information in material shaders for dupli objects. For now only the particle Age and individual Lifetime (in frames) are supported, more attributes can be added when needed. 2012-06-08 16:17:57 +00:00
anim_sys.c mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and myself. 2012-06-04 16:42:58 +00:00
armature.c code cleanup: use const float and define array size 2012-05-26 22:21:56 +00:00
blender.c style cleanup 2012-05-27 19:40:36 +00:00
bmfont.c style cleanup: function calls & whitespace. 2012-04-29 17:11:40 +00:00
boids.c style cleanup: whitespace / commas 2012-04-29 15:47:02 +00:00
booleanops_mesh.c code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
brush.c code cleanup: double promotion warnings 2012-05-22 21:16:59 +00:00
bullet.c style cleanup 2012-05-27 19:40:36 +00:00
bvhutils.c Provide ray hit/nearest information on which side of the quad the ray hit. 2012-05-30 12:53:13 +00:00
camera.c style cleanup: BKE_*.c files which deal with library functions 2012-05-06 15:15:33 +00:00
cdderivedmesh.c Fix #31172: applying boolean removes uv maps 2012-06-04 12:10:38 +00:00
cloth.c Cloth: Add support for "Self Collision Vertex Group". 2012-06-06 13:30:05 +00:00
collision.c Cloth: Add support for "Self Collision Vertex Group". 2012-06-06 13:30:05 +00:00
colortools.c Python/CurveMapping: add Curve Mapping functions to add/remove curve points, 2012-05-15 18:34:00 +00:00
constraint.c constraints names are not matching (rna and constraint.c). doing rna->constraint.c 2012-06-08 21:04:48 +00:00
context.c mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and myself. 2012-06-04 16:42:58 +00:00
curve.c code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also replace do prefix with do_ for bool vars. 2012-05-19 13:28:19 +00:00
customdata.c Fix #31725: UV map order is ignored when opening in 2.6+ versions 2012-06-07 09:11:16 +00:00
customdata_file.c style cleanup: whitespace 2012-05-12 16:11:34 +00:00
deform.c style cleanup: comma placement 2012-05-23 22:45:39 +00:00
depsgraph.c recalc animated mask deformations on load. 2012-06-06 12:48:02 +00:00
displist.c code cleanup: 2012-05-20 19:49:27 +00:00
dynamicpaint.c code cleanup: 2012-05-20 19:49:27 +00:00
editderivedmesh.c style cleanup: (indentation) 2012-06-06 14:48:39 +00:00
effect.c Fix 2 #29846. Effector point ave variable can be NULL. 2012-05-28 19:10:57 +00:00
fcurve.c Graph Editor - View All/Selected now includes handles for calculating extents of 2012-05-24 13:52:25 +00:00
fluidsim.c Fix related to #31118: ensure tesselated faces are available when exporting 2012-05-04 08:00:55 +00:00
fmodifier.c style cleanup 2012-05-27 19:40:36 +00:00
font.c code cleanup: 2012-05-20 19:49:27 +00:00
gpencil.c style cleanup: BKE_*.c files which deal with library functions 2012-05-06 15:15:33 +00:00
group.c style cleanup 2012-05-27 19:40:36 +00:00
icons.c Code cleanup: simplify standard GHash creation. 2012-05-16 00:51:36 +00:00
idcode.c mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and myself. 2012-06-04 16:42:58 +00:00
idprop.c style cleanup: line length and ensure some macros error when not ending with ';' 2012-05-17 07:59:25 +00:00
image.c remove casts to short when allocating new imbufs. 2012-06-07 18:33:36 +00:00
image_gen.c add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compat 2012-05-26 11:01:01 +00:00
implicit.c style cleanup 2012-06-06 22:38:39 +00:00
ipo.c code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather then defines. 2012-06-07 15:49:02 +00:00
key.c code cleanup: key/interpolation 2012-05-22 13:59:58 +00:00
lamp.c style cleanup: BKE_*.c files which deal with library functions 2012-05-06 15:15:33 +00:00
lattice.c style cleanup 2012-05-27 19:40:36 +00:00
library.c style cleanup 2012-06-05 22:12:17 +00:00
mask.c mask animation keys now editable in the dope sheet (duplicate, transform, delete, select- etc). 2012-06-08 14:31:38 +00:00
material.c style cleanup 2012-05-31 18:40:06 +00:00
mball.c style cleanup 2012-05-27 19:40:36 +00:00
mesh.c Fix #31725: UV map order is ignored when opening in 2.6+ versions 2012-06-07 09:11:16 +00:00
mesh_validate.c code cleanup: defines with braces - end with '(void)0' so callers must end with ';' like normal function. 2012-05-27 12:21:13 +00:00
modifier.c Fix bug #31529 Remesh remove Apply as Shape button 2012-05-20 15:00:19 +00:00
modifiers_bmesh.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
movieclip.c Fixed issue with non-updating frame in clip editor when toggling undistorted render while frame is grayscaled. 2012-06-08 17:16:32 +00:00
multires.c Fix NULL free warning in multires. 2012-06-04 23:14:57 +00:00
navmesh_conversion.c style cleanup: (indentation) 2012-06-06 14:48:39 +00:00
nla.c Code cleanup: simplify standard GHash creation. 2012-05-16 00:51:36 +00:00
node.c Particle Info node for Cycles. This can be used to access particle information in material shaders for dupli objects. For now only the particle Age and individual Lifetime (in frames) are supported, more attributes can be added when needed. 2012-06-08 16:17:57 +00:00
object.c Code cleanup - Shuffled solve_parenting() function around to remove need for 2012-06-07 05:39:28 +00:00
ocean.c code cleanup: 2012-05-20 19:49:27 +00:00
packedFile.c style cleanup: blenkernel 2012-05-06 17:22:54 +00:00
paint.c Correction to recent changes in paint module -- missed NULL check for active object 2012-06-04 07:44:57 +00:00
particle.c style cleanup 2012-05-27 19:40:36 +00:00
particle_system.c style cleanup 2012-06-06 22:38:39 +00:00
pointcache.c code cleanup: defines with braces - end with '(void)0' so callers must end with ';' like normal function. 2012-05-27 12:21:13 +00:00
property.c style cleanup: blenkernel 2012-05-06 17:22:54 +00:00
report.c style cleanup: whitespace 2012-05-12 16:11:34 +00:00
sca.c style cleanup: changes to brace placement / newlines - for/while/if/switch 2012-04-28 06:31:57 +00:00
scene.c Bugfix [#31735] Performance issue related to object parenting to armature 2012-06-07 05:29:10 +00:00
screen.c code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also replace do prefix with do_ for bool vars. 2012-05-19 13:28:19 +00:00
script.c style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
seqcache.c style cleanup 2012-06-06 22:38:39 +00:00
seqeffects.c remove casts to short when allocating new imbufs. 2012-06-07 18:33:36 +00:00
sequencer.c support for subframe animation evaluation for masks. 2012-06-08 09:35:51 +00:00
shrinkwrap.c code cleanup: use const float and define array size 2012-05-26 22:21:56 +00:00
sketch.c style cleanup: whitespace 2012-05-12 16:11:34 +00:00
smoke.c fix for building without smoke. 2012-06-06 05:37:38 +00:00
softbody.c Fix #26876: Soft Body ignores Goal on Lattice 2012-05-27 13:33:09 +00:00
sound.c Fix for [#31464] Crash when issuing command line render engine list ("-E help") 2012-05-15 13:32:55 +00:00
speaker.c style cleanup: BKE_*.c files which deal with library functions 2012-05-06 15:15:33 +00:00
subsurf_ccg.c style cleanup 2012-05-27 19:40:36 +00:00
suggestions.c style cleanup: whitespace 2012-05-12 16:11:34 +00:00
text.c remove some more pynode references in the code 2012-05-29 09:42:11 +00:00
texture.c Massive Code cleanup: 2012-05-29 10:21:07 +00:00
tracking.c Added sorting by average reprojection error to motion tracking dopesheet. 2012-06-08 16:42:24 +00:00
unit.c style cleanup: comma placement 2012-05-23 22:45:39 +00:00
world.c style cleanup: BKE_*.c files which deal with library functions 2012-05-06 15:15:33 +00:00
writeavi.c style cleanup: whitespace 2012-05-12 16:11:34 +00:00
writeffmpeg.c style cleanup 2012-06-04 20:11:09 +00:00
writeframeserver.c Style cleanup: change ffmpeg, avi and frame server api to rna-ish naming style 2012-05-07 09:30:15 +00:00