Blender Git Commits

Blender Git "master" branch commits.

Page: 4225 / 5574

Revision 636e555 by Janne Karhu
October 4, 2010, 08:48 (GMT)
Fix for [#24118] Hair particles can not be edited
* Own mistake from a previous fix.
Revision 1e513ec by Joseph Eagar
October 4, 2010, 04:35 (GMT)
knife bugfix. more to come.
October 4, 2010, 03:38 (GMT)
COLLADA exporter fix: do not create a duplicate <polylist> if an object has NULL materials linked along with normal materials.
October 4, 2010, 01:18 (GMT)
- use own string conversion function over PyUnicode_FromString when converting the argv
- report errors when files dont load when given from the command line but not running in background mode.
October 4, 2010, 00:40 (GMT)
fix for building over samba /w cmake+mingw
October 3, 2010, 23:29 (GMT)
typo in function prefix.
October 3, 2010, 23:27 (GMT)
cmake/mingw was missing defines.
October 3, 2010, 21:13 (GMT)
changes to path searching
- don't search CWD/foldername anymore, only CWD/2.54/foldername, since this is the new default build systems use.
- local source paths (./release/scripts) are now treated as system path, otherwise when this is used you cant test ~/.blender/2.54/scripts at the same time.
Revision 2e28a6f by Joseph Eagar
October 3, 2010, 21:10 (GMT)
commit of working copy to debug on faster computer
October 3, 2010, 20:00 (GMT)
bugfix [#24087] Blender can not install add-ons unless running with root priviledges
now addon path is created using the same path functions and selecting where to save the startup.blend

also made some minor changes to path handling funcs.
October 3, 2010, 18:45 (GMT)
linking libutil isnt needed on my system, possibly this is deprecated?,
testing this on other linux systems isnt so easy but will hear about it if this breaks.
Revision fbe1b51 by gsr b3d
October 3, 2010, 16:39 (GMT)
Fix attribution, as noticed by Dalai Felinto.
Revision 41a3f58 by gsr b3d
October 3, 2010, 16:30 (GMT)
Add include directive so buildinfo compilation can find defines, see r32271.
Revision 90ab716 by Nick Samarin
October 3, 2010, 16:28 (GMT)
synched with trunk at revision 32129
October 3, 2010, 16:16 (GMT)
build systems have been updated, remove use of ~/.blender/ directly, ~/.blender/*version*/ instead.
October 3, 2010, 14:16 (GMT)
added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also fixed some warnings.
October 3, 2010, 12:22 (GMT)
bugfix [#24116] UV layout exporting doesnt work
in-fact this is unrelated to UV Layout script, just a missing check for an bad state.
October 3, 2010, 11:33 (GMT)
fix for scons with recent buildinfo change
October 3, 2010, 11:33 (GMT)
Merged changes in the trunk up to revision 32271.
October 3, 2010, 01:44 (GMT)
- rna bugfix where ints were not clamped and would overflow, now raise an error and print valid range.
- fixed WM_OT_context_cycle_int was causing problems with int overflow, now it cycles properly.
- rename QUOTE macro to STRINGIFY_ARG, and added STRINGIFY, which is used more often since it gives the value as a string.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021