Blender Git Commits

Blender Git "master" branch commits.

Page: 3836 / 5574

November 8, 2011, 20:56 (GMT)
Build system fixes:
* Fixed Boost libs names after upgrade to 1.47
* Remove old reference to space_sound from cmake.
November 8, 2011, 20:40 (GMT)
add clip.py and space_clip.py, needed for last merge with trunk
November 8, 2011, 20:40 (GMT)
Add compiles support for Cycles.

No CUDA compiling yet, will be added later.
November 8, 2011, 20:27 (GMT)
edits to cycles cmake files so cmake_consistency_check.py can parse them.
November 8, 2011, 19:08 (GMT)
don't overwrite existing CMAKE_CXX_FLAGS for cycles (they may be important)
November 8, 2011, 19:04 (GMT)
Remove redundant .remove()
November 8, 2011, 18:58 (GMT)
Fix GLEW linking error on MinGW.
The __imp__ prefix on glew lib linking errors should have been a good indication: the code was looking for the glew dll.
Bypassed by adding GLEW_STATIC to the definitions.
November 8, 2011, 18:49 (GMT)
Cycles: fix crash loading existing files, forgot to merge over this line.

November 8, 2011, 18:23 (GMT)
quiet warning
November 8, 2011, 18:15 (GMT)
stop cmake from overwriting BOOST_ROOT and OPENIMAGEIO_ROOT_DIR which the builder is supposed to be able to set.
November 8, 2011, 17:53 (GMT)
Cycles Merge:
* It seems we have a problem compiling the CUDA kernel at runtime on Windows,
will need to investigate more how to solve this best, CPU render should go
fine though.
* Change OPENIMAGEIO to OPENIMAGEIO_ROOT_DIR on linux for consistency.

November 8, 2011, 17:19 (GMT)
Update MinGW to use correct lib location for boost
November 8, 2011, 17:00 (GMT)
Cycles Merge

Documentation:
http://wiki.blender.org/index.php/Dev:2.6/Source/Render/Cycles
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles

Cycles is available is an extra render engine from the top header. It's not
feature complete, consider this as a first preview release. Known bugs:
http://wiki.blender.org/index.php/Dev:2.6/Source/Render/Cycles/KnownIssues

Building currently only works with CMake, SCons support is being worked on
and should be available soon.

Also missing still is precompiled OpenImageIO and Boost for Linux, these will
be added later in lib/linux*, if you do not have these installed on your
system, Cycles will simply not be available.

November 8, 2011, 16:59 (GMT)
- operator presets now work in the 3D view as well as the file selector.

to enable from python:
bl_options = {'REGISTER', 'UNDO', 'PRESET'}

from C:
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_PRESET;

- added context member 'active_operator'
- enable this for 'Add Torus' for testing.
November 8, 2011, 16:53 (GMT)
Fix compile after audaspace file source.remove..
November 8, 2011, 16:24 (GMT)
Don't compile AUD_JOSResampleReaderCoeff.cpp twice (it's included in AUD_JOSResampleReader.cpp)

Patch from nico_ga, thanks!
November 8, 2011, 16:09 (GMT)
Fix #29201: movie clip editor - right click crashes blender

Just another not very smart check for "boundary" case of usecase.
November 8, 2011, 16:03 (GMT)
*Correct syntax for static, since we invoke g++ as linker and we have to pass it to ld.
*CMakefile: Update boost and OpenImageIO libraries for MinGW like in the cycles branch
November 8, 2011, 16:02 (GMT)
Correct syntax for static, since we invoke g++ as linker and we have to pass it to ld
November 8, 2011, 15:12 (GMT)
Fix #29198: Problem with text interface when you enable the International fonts

Not sure why, but doing the same things as in script from FontForge UI, there's
no issues described in report. Probably matter of some default settings.
Hope it works now fine for everyone.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021