Blender Git Commits

Blender Git "master" branch commits.

Page: 4748 / 5574

March 6, 2009, 18:57 (GMT)
-> New Euler: "Unglue Face Region Make Vert"

Added a new euler that will take as an argument a face
that is part of a disk and a vertex in the face. The euler
will then 'unglue' this region. An example of this would
be two cones joined at the tip...

Note that this code is untested and probably will have
bugs so shouldnt be trusted yet...
March 6, 2009, 15:50 (GMT)
Transform fun

extracting params in split transform operators.

work in progress still, but lots of fun with operator replay (F6)
Revision 78af62b by Kent Mein
March 6, 2009, 15:46 (GMT)
Addes jpeg2000 support to cmake.
I also did some small tweaks. removed ifdef's for pluginapi
didn't need them there.
Fixed it so the filesel shows jp2 as image files.
(I'm going to do makefiles next)

Kent

March 6, 2009, 14:58 (GMT)
2.5 / SCons
* make sure we can still compile WITH_BF_PYTHON=0
March 6, 2009, 14:12 (GMT)
Fix bug with transform NumInput in 2.5 (used uninit var).
March 6, 2009, 10:22 (GMT)
RNA:
* Enum default value is now automatically the first item if it
is not specified or 0.
* Otherwise if it's not in the items an error will be printed.

Revision 6c481af by Joseph Eagar
March 6, 2009, 07:17 (GMT)
BM_SplitFace now copies header flags to the new face. kindof hackish right now, need to consider how to solve this correctly. also cleaned up tesselator a little and corrected some optimizations that were causing problems. the tesselators now use doubles for internal calculations, should hopefully be more accurate.
Revision f2371cb by Joseph Eagar
March 6, 2009, 06:06 (GMT)
tesselator works. . .FINALLYscons/scons.py BF_QUICK=bf_editors_mesh,bf_bmesh,bf_blenlib,bf_transform,bf_editors_transform also made transform code execute it after transform end. tesselator uses original algorithm, yay
March 5, 2009, 23:19 (GMT)
2.5 / Area management
* implementation of a proposal from during Wintercamp:
- with SHIFT-LMB drag of area corner the area gets
duplicated into a new window.
This is the old "Rip Area" operator with a new,
better name. The old menu and hotkey are now gone.
This means we have currently split, join and now
duplicate/copy area into new window in the area
actionzones.
Revision caf4be7 by Shaul Kedem
March 5, 2009, 17:47 (GMT)
small commit to allow bpy_operator.c to compile in msvc
March 5, 2009, 16:24 (GMT)
PyRNA API: some RNA types were crashing on looping, also return None rather then an RNA struct when the ptr->data is NULL
March 5, 2009, 15:35 (GMT)
Update MSVC9 project file for VideoTexture
March 5, 2009, 15:16 (GMT)
VideoTexture: reactivate VideoTexture for scons/cmake/makefile compilation systems, fix video streaming, fix camera support in Linux, add multi-thread cache service, fix crash when a VideoFFmpeg object could not be created.

The multi-thread cache service is activated only on multi-core processors.
It consists in loading, decoding and caching the video frames in a
separate thread. The cache size is 5 decoded frames and 30 raw frames.
Note that the opening of video file/stream/camera is not multi-thread:
you will still experience a delay at the VideoFFmpeg object creation.
Processing of the video frame (resize, loading to texture) is still done
in the main thread. Caching is automatically enabled for video file,
video streaming and video camera.

Video streaming now works correctly: the videos frames are loaded
at the correct rate. Network delays and frequency drifts are automatically
compensated.
Note: an http video source is always treated as a streaming source,
even though the http protocol allows seeking. For the user it means that
he cannot define start/stop range and cannot restart the video except
by reopening the source. Pause/play is however possible.

Video camera is now correctly handled on Linux: it will not slow down the BGE.
A video camera is treated as a streaming source.
March 5, 2009, 12:09 (GMT)
Make RNA an Operator dir() work in py 2.5 - 3.0
removed epy docstrings from RNA python api, since Python can get this info from rna. (could be redone in python if getting doc's on RNA is needed)
epy_doc_gen works again

March 5, 2009, 09:50 (GMT)
MSVC9 project file update for Bullet upgrade.
March 5, 2009, 08:53 (GMT)
2.5 / PyRNA
* a collection of small changes after review together with Campbell.
March 4, 2009, 15:30 (GMT)
Boolean vectors and arrays!
March 4, 2009, 13:26 (GMT)
run script in the text editor is back. UI scripts dont work yet.
Revision e91a478 by Joseph Eagar
March 4, 2009, 09:38 (GMT)
missing file
Revision 4b8d872 by Joseph Eagar
March 4, 2009, 09:34 (GMT)
ok right branch. . .stop laughing at me :)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021