Blender Git Commits

Blender Git "master" branch commits.

Page: 4282 / 5574

July 26, 2010, 20:05 (GMT)
Saved a call to 'brush_alpha'
July 26, 2010, 19:59 (GMT)
patch [#23039] cmake install taget fix for brush icons on linux
from Ralf Hölzemer (cheleb)
July 26, 2010, 19:57 (GMT)
patch from Roelf De Kock (kiemdoder), removes redundant values from the snapquats[] array.
July 26, 2010, 19:48 (GMT)
bugfix [#22985] dope sheet crashes Blender 2.5 Beta
July 26, 2010, 19:29 (GMT)
Fix: Overlay should draw areas that will be affected transparently and areas that will not be effected opaquely.
July 26, 2010, 19:07 (GMT)
Curve shape keys:

- Fixed incorrect working of "from mix" insert keyblock operator property
shapekey coordinated are applying on curve's data when creating displist,
so curve's nurbs can't be used as unchanged data -- use basis keyblock data instead

- Fixed tilt damaging when loading editcurve -- made a typo in array indexes
July 26, 2010, 19:00 (GMT)
bugfix [#23038] View rotation snap has left and right view names swapped arround.
also noticed some spelling errors.
July 26, 2010, 18:50 (GMT)
[#23033] Unindent after continue statement in Text Space [Patch to fix attached]
from Justin Dailey (dail)

from the tracker
--- snip ---
In the text space after the python commands return, break, pass or yeild and hitting "Enter" for a new line,
it unindents 1 tab. However it does not do this for the continue statement.
July 26, 2010, 18:38 (GMT)
[#23032] Bracket Highlighting in Text Space Fix [Patch to fix attached]
from Justin Dailey (dail)

from the tracker
--- snip ---

In the text editor doing something like this:

print(":(")

When it goes to match the closing bracket, it will highlight the one in the string, not the first one. Also doing:

array["[index"]

will cause it to match the second [ with the closing one.

I have attached a patch to fix this issue. (See attached image to see correct highlighting)
It also works with triple quotes strings(ie """...""" or '''...''')

*Note* However, originally bracket highlighting always on even if syntax highlighting is off. The patch makes it so
it only highlights brackets when syntax highlighting is on (this is a side effect of doing the code this way, if it
was done any other way ALOT of code would have been needed to check for strings,triple quoted strings, escaped quotes,
and comments forwards and backwards). When highlighting matching brackets, the code checks the line's format string
to see if the char is in a string or comment to skip it. If syntax highlighting is turned off, the format string is
null and cannot be used,thus no bracket highlighting.
July 26, 2010, 18:37 (GMT)
* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, but for images only.
* Changed UI code to display image browser for PROP_IMAGEPATH
* Set the icon_filepath RNA property for brushes to use PROP_IMAGEPATH
* Changed preview icon drawing to ignore unset icons
* Fixed const warnings in brush RNA
July 26, 2010, 18:32 (GMT)
[#23035] Obj export crash
check for an active object before switching modes.
July 26, 2010, 18:20 (GMT)
[#23008] Wrong numbers in Edge Length
- tooltips didnt say how to get global values.
- save a vector addition per vertex when drawing stats by using mul_mat3_m4_v3() instead of mul_m4_v3()
July 26, 2010, 17:46 (GMT)
Hopefully fix building with MSVC 2008 from rev 30746.

SCA_PythonController.cpp(303) : error C2133: 'mod_path' : unknown size
July 26, 2010, 14:46 (GMT)
Fix #22749: texture view mapping for spot lamps wasn't doing perspective
division, giving incorrect projection.

July 26, 2010, 11:47 (GMT)
move directories:
dlltool --> build_files/make/dlltool
bin --> release/bin

Since dlltool is only used make + mingw and ./bin is misleading because it would seem the blender binary would be copied there, but its just used for home directory files.

updated scons/cmake/make
July 26, 2010, 11:17 (GMT)
Audaspace Py API:
* Renamed get_c_device() to device()
* Made the threshold parameter of Sound.square() optional
* Added a sample rate parameter for Sound.sine()
* Example updates
July 26, 2010, 10:41 (GMT)
[#22846] GCC 4.4.1 support in Windows

In this commit i've fixed crash when opening file browser. This crash was caused
by different _stat structures size in storage.c and filelist.c (because of force
setting __MSVCRT_VERSION__ in storage.c), other errors from report
were fixed earlier.

I've used _stati64 strcutrure and functions and tested on official
mingw-gcc 3.4.5, official mingw-gcc 4.4.0, tdm-mingw-gcc 4.4.1,
cross mingw-gcc 4.4.4 and cross mingw-gcc 4.2.1-sjlj -- everything was
ok in this configurations (except openexr and opencollada libraries which
requires sjlj compiler, so i was unable to build blender with that
libraries by official mingw-gcc 4.4.0)
Revision 8eb31b6 by Janne Karhu
July 26, 2010, 10:31 (GMT)
Fix for [#22073] Particle Emit From Volume Button No Different Than Emit From Faces Button
July 26, 2010, 10:30 (GMT)
Add missing banner for installer.
July 26, 2010, 09:29 (GMT)
Audaspace Py API:
* Renaming superpose and double to mix and join
* Making most of the static methods of Sound normal ones
* Minor documentation fixes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021