Revision 605a645 by Ton Roosendaal February 6, 2006, 17:45 (GMT) |
Quite weird... I recall I fixed it, then it came back again. Vertex selection (mesh edit) was using a short to calculate distances, which can overflow with vertices outside of view. |
Revision c629128 by Campbell Barton February 6, 2006, 14:23 (GMT) |
- Removed workarounds for Blender 2.41 - Mesh objects split by material- many 3ds objects used more then 16 per mesh. and when a face looses its image texture its tedious to set again. - Removed a lot of unneeded variable creation. |
Revision 6f3c9c4 by Ton Roosendaal February 6, 2006, 13:56 (GMT) |
Inserting keypositions for a constraint which is part of action that's part of action strip... now is corrected for action strip offset. |
Revision 1c89675 by Ton Roosendaal February 6, 2006, 13:00 (GMT) |
Tweaked library link/append rules for groups a bit further; - append group: appends group + puts objects in scene - link group: only links group, doesn't put objects in scene - append particle system with group: appends group + objects in scene - link particle system with group: only links group |
Revision 43c95ee by Nathan Letwory February 6, 2006, 12:47 (GMT) |
==SCons== + Add python24.dll to list of needed dlls for install |
Revision bbcfb14 by Nathan Letwory February 6, 2006, 06:52 (GMT) |
==SCons== + Added note about using the config files. I repeat it here: a user NEVER should edit config/(platform)-config.py directly. Instead, make a copy of config/(platform)-config.py to user-config.py, and change that instead. /Nathan PS. now I can say "I told you", and be sure I will :P |
Revision 462941a by Chris Want February 6, 2006, 06:34 (GMT) |
Support for ffmpeg for cygwin/gcc. Off by default, enable with export WITH_FFMPEG=true (and be sure to update lib/windows). Test, test, test. |
Revision b8988d8 by Chris Want February 6, 2006, 06:22 (GMT) |
Using NAN_FFMPEG_CFLAGS to find the right headers, and making linking with NAN_FFMPEG_LIBS more general (i.e., not just for linux, and moving some of the linux linking stuff to source/nan_definitions.mk). |
Revision 7263b0f by Chris Want February 6, 2006, 04:25 (GMT) |
The writeframeserver stuff requires that the cygwin stuff links with -lwsock32. |
Revision cd4a6b6 by Chris Want February 6, 2006, 01:49 (GMT) |
To aid linking, I added NAN_USE_FFMPEG_CONFIG (true/false). If "export NAN_USE_FFMPEG_CONFIG=true" is added to user-def.mk, the system executes the ffmeg-config program to set values for NAN_FFMPEG (--prefix), NAN_FFMPEGLIBS (--libs avcodec avformat), and NAN_FFMPEGCFLAGS (--cflags). Only one used so far is the NAN_FFMPEGLIBS for linking on linux (if requested to do so). Current default is not to do this. |
Revision f4d5d90 by Peter Schlaile February 6, 2006, 00:50 (GMT) |
typo |
Revision 8fad9e5 by Peter Schlaile February 6, 2006, 00:49 (GMT) |
FFMPEG defs was initialized as an array, a string was appended |
Revision d477ee9 by Peter Schlaile February 6, 2006, 00:20 (GMT) |
quick fix quick typo |
Revision f1a1aad by Peter Schlaile February 6, 2006, 00:19 (GMT) |
skip_frame not available in all ffmpeg versions |
Revision bec1ab6 by Peter Schlaile February 6, 2006, 00:10 (GMT) |
Added NAN_NO_FFMPEG user option |
Revision 2413521 by Peter Schlaile February 5, 2006, 23:46 (GMT) |
mem_in_use can be victim to C++ name mangling on some platforms... |
Revision 64751fb by Peter Schlaile February 5, 2006, 23:32 (GMT) |
-lopenal slipped between ffmpeg-link on Linux |
Revision 38fe80f by Peter Schlaile February 5, 2006, 23:08 (GMT) |
uint8_t changed to unsigned char (barfed on MSVC) |
Revision 0946b39 by Peter Schlaile February 5, 2006, 23:07 (GMT) |
removed inline since it barfs on MSVC |
Revision 0313cac by Peter Schlaile February 5, 2006, 22:47 (GMT) |
Forgot #ifdef in sound_copy_hdaudio |
|
|
|


Master Commits
MiikaHweb | 2003-2021