Blender Git Commits

Blender Git "master" branch commits.

Page: 4224 / 5574

October 5, 2010, 15:29 (GMT)
patch [#24146] UV layout selection menu in UV editor ala CTRL+TAB in edit mode
October 5, 2010, 13:39 (GMT)
Enable lcms support on Windows.
October 5, 2010, 13:15 (GMT)
bugfix [#24122] Shift-C doesn't work in "Camera View"
also fixed some glitches with smoothview.
October 5, 2010, 11:55 (GMT)
Fix #24135: Material modification not immediately updated in Outliner

Also fixed outliner update when changing active_material_index from Py and
when selecting texture from UI
October 5, 2010, 11:25 (GMT)
bugfix [#23506] Bevel Modifier display problem
This is a more general problem that drawing functions would skip faces when the original index could not be found, screw result for example wasnt visible in editmode too.
Fixed by adding a material set argument to DerivedMesh->drawMappedFaces(), this was already being done in some of the other drawing functions.
October 5, 2010, 11:16 (GMT)
- fix for crash when drawing a subsurf after a modifier that lost original indices (bevel/screw/decimate)
- fix for own mistake used madd_v3_v3fl rather then mul_v3_v3fl, r32241.
Revision 9c91aff by Janne Karhu
October 5, 2010, 10:45 (GMT)
"Fix" for [#24115] Offset animation on object with particules system doesn't work like 2.49
* Object time offset is not supported for particles anymore, something that enables similar functionality will have to be coded later.
October 5, 2010, 10:23 (GMT)
build-fix [#24142] path changes break osx
Revision 6ca186f by Janne Karhu
October 5, 2010, 09:32 (GMT)
Fix for [#24107] Hair/General particle glitch- Presets
October 5, 2010, 07:22 (GMT)
Fixed own typo in last commit to curve RNA
October 5, 2010, 06:10 (GMT)
TextureCoordinateBinding.getName() -> TextureCoordinateBinding.getSemantic(); as per my own patch on OpenCOLLADA issue tracker.
October 5, 2010, 05:44 (GMT)
A bit of bge.events work:
* A few places in the bge.events docs mentioned bge.keys, when it should have been bge.events
* Created two aliases to bge.events.RETKEY: ENTERKEY and RETURNKEY
* ENTERKEY and RETURNKEY have been added to the docs and RETKEY marked as deprecated
* Added an example of using bge.logic.keyboard to the bge.events docs
Revision 9f3d203 by gsr b3d
October 5, 2010, 00:49 (GMT)
SVN maintenance.
October 5, 2010, 00:05 (GMT)
Reorganisation of COLLADA import code. Classes have been split into their own files.
No functional changes.

Where necessary extern "C" {} blocks have been added.
October 4, 2010, 23:52 (GMT)
Update stubs for recent changes (BKE_utildefines.h and header printing).
October 4, 2010, 19:01 (GMT)
bugfix [#24133] r32303, Mirror Modifier + EditMode + VBO's Problem.
drawing the triangle arrays were only broken up by hidden faces, but switches in material were ignored.
now check for materual context changes.
October 4, 2010, 15:31 (GMT)
[#22825] Copy Scenes with Audio Strip Crash.
October 4, 2010, 12:02 (GMT)
fix for copy in the console (wasnt taking the prompt into account)
October 4, 2010, 11:42 (GMT)
revert r32284, turns out OpenSuse needs this for forkpty(), also fixed missing import with 3ds export.
October 4, 2010, 10:06 (GMT)
Recalc knots when toggling nurb cyclic flags
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021