Blender Git Commits

Blender Git "master" branch commits.

Page: 5266 / 5574

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.
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.
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.
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
February 6, 2006, 12:47 (GMT)
==SCons==

+ Add python24.dll to list of needed dlls for install
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.
February 6, 2006, 00:50 (GMT)
typo
February 6, 2006, 00:49 (GMT)
FFMPEG defs was initialized as an array, a string was appended
February 6, 2006, 00:20 (GMT)
quick fix quick typo
February 6, 2006, 00:19 (GMT)
skip_frame not available in all ffmpeg versions
February 6, 2006, 00:10 (GMT)
Added NAN_NO_FFMPEG user option
February 5, 2006, 23:46 (GMT)
mem_in_use can be victim to C++ name mangling on some platforms...
February 5, 2006, 23:32 (GMT)
-lopenal slipped between ffmpeg-link on Linux
February 5, 2006, 23:08 (GMT)
uint8_t changed to unsigned char (barfed on MSVC)
February 5, 2006, 23:07 (GMT)
removed inline since it barfs on MSVC
February 5, 2006, 22:47 (GMT)
Forgot #ifdef in sound_copy_hdaudio
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021