Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 5482 / 5574

March 20, 2004, 22:06 (GMT)
- added object_apply_deform, removed lt_applyflag global
Revision 60955da by Kent Mein
March 18, 2004, 15:06 (GMT)

Douglas Bischoff's fix for OSX (removing the spaces from link_env.Append
link_env.Append (LINKFLAGS=' -framework Carbon')
is now
link_env.Append (LINKFLAGS='-framework')
link_env.Append (LINKFLAGS='Carbon')


Kent
March 18, 2004, 11:57 (GMT)
- rendering documentation adding for the python scene module
March 17, 2004, 13:18 (GMT)
SCons updates
* A little environment cleanup.
March 16, 2004, 21:45 (GMT)
- [SCONS] Adding the creation of an Object Browser database (Source browser in MSVC6) when building a debug binary.

This is contributed by Jonathan Harris. I paste here his comments for further reference:

MSVC will open the database automatically when you debug blender.exe.
The database needs to be explicitly closed before rebuilding by removing
it from the MSVC7 "Solution Explorer" window. Add it back after the build.

TODO: .sbr intermediate files are created in the build tree. These
should be removed by a clean but aren't.
March 16, 2004, 18:43 (GMT)
SCons updates
* Removed win32 specific stuff from the SConscript in makesdna/intern.
This stuff is obsolete after yesterdays update.
March 15, 2004, 19:55 (GMT)
SCons updates
* Added the following flags to config.opts:
- PYTHON_LINKFLAGS
- PLATFORM_LIBS
- PLATFORM_LIBPATH
- PLATFORM_LINKFLAGS
Backup your original config.opts file and run scons again to get these new
options.
* Use freetype-config instead of pkg-config for determining the freetype2
flags.
* The new PYTHON_LINKFLAGS now enable the dynamic linking on Linux and
possibly other platforms as well. This should resolve all linking problems
reported to the mailing lists. (At least for Linux, I can't test other
platforms).
March 15, 2004, 00:43 (GMT)
-bug fix: matrix_item callback now returns rows from a matrix as in previous API implementation (exmple: ob.getMatrix()[0])
Revision 6c650c5 by Chris Want
March 14, 2004, 21:21 (GMT)
Fixed issues surrounding the increased vertex limit:

* Created a MESH_MAX_VERTS macro in DNA_mesh_types.h
* fixed vert limit for converting displistmesh ==> mesh
* fixed vert limit when doing boolean operations
March 14, 2004, 21:21 (GMT)
- redundant code killing for MFaceInt removal
Revision dd3c9c0 by Chris Want
March 14, 2004, 21:00 (GMT)
Removed the struct MFaceInt from DNA_mesh_types.h (by the recommendation
of zr). This struct was never written to file and the new 'int based'
MFace can be used in it's place. Some removal of redundant code could
perhaps be done now (I didn't do any though, just "s/MFaceInt/MFace/").
Revision a91ef3f by Chris Want
March 14, 2004, 19:19 (GMT)
Change an AUTOSPACE to ME_AUTOSPACE to comply with the new naming
convention.
March 14, 2004, 16:59 (GMT)
- replaced AUTOSPACE define with {ME_,CU_,MB_}AUTOSPACE,
different objects shouldn't share flags this way (still sharing of
other mesh flags in renderer... ickity pickity, but I'm not fixing now)
- removed some unnecessary uses of DNA_mesh_types.h
March 14, 2004, 02:08 (GMT)
-update to msvc7 for render module
March 14, 2004, 02:08 (GMT)
-update to msvc6 for render module
March 14, 2004, 02:07 (GMT)
-update to sconscript for render module
March 14, 2004, 02:06 (GMT)
- new files sceneRender.c/.h
- added new rendering module as part of the existing scene module
- support for individual scene rendering
- support for yafray rendering
March 12, 2004, 21:09 (GMT)
Added Vertex loop select to the toolbox in editmode.

Johnny Matthews (guitarGeek)
March 12, 2004, 20:58 (GMT)
Added a non-proportional mode to loopcut:

Short usage info:
In loopcut mode after selecting a 'reference edge' and you are selecting the % to cut press p to toggle non-proportional mode.

the base side of the reference edge will be indicated by a large pink vertex. This is the side that 0% is calculated from and the side that the non-proportional cut will mimic. To change the side of the base, press the Fkey

The header has always shown the % of the cut, but now in non-proportional mode, it will show the distance from the base side of the loop. It will also show which cut mode you are currently in.
March 11, 2004, 12:23 (GMT)
- fixed a few setattr calls to use tuple parsing
- bug reported by Alfredo de Greef
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021