e1d6502259
- first of a series of translated C comments. No dutchies get advantage anymore soon... :-)
2003-04-25 15:48:11 +00:00
Chris Want
c46a6de931
A fix for bug #96 (MNME's armature bug). The result of a
...
crossproduct was not checked for a zero vector.
2003-04-24 23:13:58 +00:00
Chris Want
c95692df7c
Support for auto-skinning when parenting a mesh to an armature.
...
Applies to bones that do not have a boneclass of unskinnable
(set per bone in editmode in the button window).
2003-04-24 00:48:43 +00:00
0850182872
More VC7 stack trashing fixes, vec3 ops performed on a vec2 (oh my!)
2003-04-07 00:43:32 +00:00
22305bc08d
FreeBSD can use the exact same python includes as everyone else
2003-03-25 23:36:40 +00:00
8604348e50
Oops, forgot to use 'struct Mesh' in prototype.
2003-03-24 16:46:45 +00:00
f7cc1873b7
Fix for bug #72 .
...
Update mesh normals after a boolean operation.
Also updated boolen operation to copy face flag (propagate
face smoothness information).
2003-03-24 16:08:15 +00:00
b224f90da7
Added a mesh_calculate_vertex_normals function for rebuilding the normals
...
outside edit mode.
2003-03-24 15:55:21 +00:00
e2d9d5de08
Didn't hear any complaints so I'm commiting the patch for bug:
...
http://projects.blender.org/tracker/index.php?func=detail&aid=76&group_id=9&atid
=125
Kent
2003-03-23 16:01:32 +00:00
Chris Want
8729dfb134
Some small de-optimizations :)
...
Reverting this file to it's original
version fixed a bug involving particles
and lattices.
2003-02-13 16:56:42 +00:00
0f09f68e53
patched default wheellinescroll usersetting
2003-02-10 14:14:35 +00:00
614f2d6483
- upped BLENDER_VERSION to 226
2003-02-09 15:43:45 +00:00
Hans Lambermont
302399b9d0
and the other FreeBSD python locations.
2003-01-04 01:41:19 +00:00
f1c4f705a1
Removed the config.h thing from the .h's in the source dir.
...
So we should be all set now :)
Kent
--
mein@cs.umn.edu
2002-12-27 13:11:01 +00:00
e49aeb8468
In stubs.c I added a dummy return to functions that were non void types.
...
in readfile.c I renamed some localvars that were named main to mainl in
a couple of functions.
in action.c I initalized a var to 0. This is probably not needed but
its a little safer incase someone adds more modes...
I've included a diff of this last one below.
Kent
Index: action.c
===================================================================
RCS file: /cvs01/blender/source/blender/blenkernel/intern/action.c,v
retrieving revision 1.6
diff -u -r1.6 action.c
--- action.c 2002/11/25 12:01:52 1.6
+++ action.c 2002/12/20 02:06:27
@@ -153,7 +153,7 @@
){
bConstraint *dcon;
const bConstraint *scon;
- float dstweight;
+ float dstweight = 0;
switch (mode){
case POSE_BLEND:
2002-12-20 02:08:46 +00:00
a64f137a37
Had to add a function (BPY_call_importloader) and a variable (bprogname)
...
to the stubs to get the player linking with Project Builder under OSX.
Maarten
2002-12-12 22:18:25 +00:00
0bc5f2fa3f
Changed "www.blender.nl" to "www.blender.org" for that little display
...
thingy in the upper right corner.
-Fred <phaethon>
2002-12-01 10:52:01 +00:00
d0e346d544
updated .c files to include:
...
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Just need to finish cpp files now :)
Kent
--
mein@cs.umn.edu
2002-11-25 12:02:15 +00:00
b9a19f1ea7
Did all of the .h's in source
...
(adding)
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
also the Makefile.in's were from previous patch adding
the system depend stuff to configure.ac
Kent
--
mein@cs.umn.edu
2002-11-25 11:16:17 +00:00
3f2f1571e5
added the following to configure.ac
...
+case "$target" in
+ *sparc* )
+ AC_DEFINE(SUN_OGL_NO_VERTEX_MACROS,1,[Fix for Sun's GL])
+ ;;
+esac
+
Also added the include to the above .c files.
I'm going to add it to everything in source just haven't gotten that far yet.
Kent
2002-11-25 10:13:52 +00:00
d44f2c6dcc
Robert Wenzlaff's fix for AVI_JPEGS.
...
Kent
--
mein@cs.umn.edu
2002-11-22 15:59:38 +00:00
b4c622d4ba
bug fix in vrml (inventor) import.
...
Maarten
2002-11-12 20:12:40 +00:00
a65506a3b5
Fixed action.c (brought it back to 1.2)
...
Kent
--
mein@cs.umn.edu
2002-11-11 14:46:27 +00:00
01bff70383
fixed spacing in the headers to get rid of some warnings and some other
...
little minor spacing issues.
2002-10-30 02:07:20 +00:00
f6c7a89357
some small optimizations
2002-10-30 00:37:19 +00:00
d063311b08
Fixed defined __sparc to also check for __sparc__ (thanks to Ferris)
2002-10-29 21:55:52 +00:00
Hans Lambermont
12315f4d0e
Initial revision
2002-10-12 11:37:38 +00:00