Blender Git Commits

Blender Git "master" branch commits.

Page: 3878 / 5574

September 30, 2011, 09:55 (GMT)
Bump maps flip: now white means salience, black means concavity

Files created in blender before this revision should be rendered in
exactly the same way they used to render before.

Patch by Morten Mikkelsen, finished by Ton and me.
September 30, 2011, 09:25 (GMT)
i18n: fixed mistage in message generator which lead to some messages disappeared.

Also, cleaned up po files from unused messages.
September 30, 2011, 08:27 (GMT)
add bevel weight to editmode buttons, patch from Psy-Fi or IRC.
September 30, 2011, 08:10 (GMT)
Minor: Other UI strings typos and tweaks.
September 30, 2011, 07:47 (GMT)
fix for crash generating messages.txt, I wasn't getting this crash because I had 'WITH_PYTHON_SAFETY' enabled which was using different iterators (which dont crash), now there on by default.

made headless and no-python configurations work again and added --factory-startup to doc building command.
September 30, 2011, 05:36 (GMT)
po : adding note for windows translators/devs + remove backup function in update_po.py
(no more tons of *.po~ in the folder)
September 30, 2011, 05:27 (GMT)
More normal fixes, this time for object mode calculation of vertex normals
September 30, 2011, 04:27 (GMT)
Fixes for a few bugs in selection and the interaction between BM_SELECT and BM_HIDDEN:
- Select all was selecting hidden elements
- Select flush was also selecting hidden elements (so selecting two *visible* vertices of a *hidden* edge selected that hidden edge)
- Several places were using BM_SetHFlag(elem, BM_SELECT) directly, when they should be using BM_Select(bm, elem)
- In certain scenarios, "reveal all" could leave you with selections which aren't valid in that selection mode (e.g. lonely edges selected in face select mode)
September 29, 2011, 21:38 (GMT)
Recast: upgrade library.

- Upgrade Recast library to latest portable version
- Implement recast_qsort based on FreeBSD qsort.c to have
portable thread safe quick sort for use in conversion routine.
- Better default value for the Build Navigation Mesh operator
September 29, 2011, 20:28 (GMT)
Cycles:
* Remove duplicate declarations.
Revision e21e789 by gsr b3d
September 29, 2011, 18:37 (GMT)
SVN maintenance.
September 29, 2011, 17:19 (GMT)
remove the pot and messages file, they change too much with only minor changes to the source and can be regenerated.
September 29, 2011, 17:15 (GMT)
improvements to translation message generator

- for rna stringsinclude the path as comment, eg:
#~ bpy.types.VertexGroup.name

- skip strings like %dx%d or -X.

- for strings extracted from python scripts include file:line reference as with C files.

- have messages in order they appear in the file, files and classes sorted so it reads more logically.

- extract these comments from the messages.txt file into the pot file.
September 29, 2011, 17:02 (GMT)
OSX: another non-ASCII char, sorry
September 29, 2011, 15:58 (GMT)
Minor: Other UI strings typos and tweaks.
September 29, 2011, 15:28 (GMT)
Commented and tagged some unused vars, added some var init (gcc warnings...).
Wonâ??t go further, most other warnings are from GE or intern/extern lib code...
September 29, 2011, 14:41 (GMT)
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
(grrr... That update created tons of new things... back to ~40% done...)
September 29, 2011, 14:18 (GMT)
Fix #28416: setting fluid simulation start time to anything other than zero
gave wrong results. Note how in this code it already incremented to the start
time and then incorrectly added it again. Patch by Chris Foster, thanks!

September 29, 2011, 13:52 (GMT)
Fix #28769 & #28768: problem with duplicated keymap items after fix yesterday.

September 29, 2011, 12:11 (GMT)
fix for error generating docs, write all files as utf-8
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021