Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2011-10-20Trial fix for knife cut intermediate point snapping: snap intermediate points...Andrew Wiggin
2011-10-20reverting 41124, maybe better solution is to enforce linear space in generate...Antony Riakiotakis
2011-10-20fixes for unicode input, should work for operator textinput now.Campbell Barton
2011-10-20unicode text input for 3d text.Campbell Barton
2011-10-20Fix for #28980, could enter infinite loop during node socket verification if ...Lukas Toenne
2011-10-20Minor: fix [#28899] Frequently used modelling modifiers moved further out of ...Bastien Montagne
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20Fix #28938: Black frames when composite output node even with disabled nodesSergey Sharybin
2011-10-20Fix #28937: Text Editor Selection (Scroll Bar)Sergey Sharybin
2011-10-20fix [#28902] Rendering and visibility icons in modifier panel move between cl...Campbell Barton
2011-10-20Fix #28942: Minimize stretch in UV editing has no continues grabSergey Sharybin
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-20Fix for bug #28979 "Action actuator breaks animation" reported by Goran Milov...Mitchell Stokes
2011-10-20minor changes to test editingCampbell Barton
2011-10-20bge bugfix: patch #28893 "Fix for #28753 and some other changes for BGE proje...Dalai Felinto
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-10-20Bugfix [#28976] crash when moving keys in dopesheet editorJoshua Leung
2011-10-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-10-20misc editsCampbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-20#fix: Saving OpenEXR images as floats ignores color profile. This was not not...Antony Riakiotakis
2011-10-20replace RNA function string lookups with direct assignments, currently the lo...Campbell Barton
2011-10-20pass -noaudio when running blender for various utilities - doc-gen and tests.Campbell Barton
2011-10-19replace former applescript with an editable oneJens Verwiebe
2011-10-19OSX: set at least initial OMP_NUM_THREADS value to avoid warnings in log, rem...Jens Verwiebe
2011-10-19== Sequencer ==Peter Schlaile
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-19fix for armatures in wire draw mode not displaying in solid mode.Campbell Barton
2011-10-18Fix for a memory corruption bug in knife tool cleanupAndrew Wiggin
2011-10-18added missing call to re-tesselate on mesh conversion (Alt+C).Campbell Barton
2011-10-18- Knife tool would switch the knife line to 0,0,0 when not over any geometry,...Campbell Barton
2011-10-18formatting to BLI_array to make it easier to follow, also give line numbers w...Campbell Barton
2011-10-18uv select wasn't freeing arrays.Campbell Barton
2011-10-18svn merge ^/trunk/blender -r41075:41099Campbell Barton
2011-10-17BLENDER_VERSION_CYCLE:Thomas Dinges
2011-10-17Blender 2.60 release commit!Ton Roosendaal
2011-10-17OSX: omp script rework part2Jens Verwiebe
2011-10-17OSX: omp script rework part1Jens Verwiebe
2011-10-17OSX: Start with OMP_NUM_THREADS default unchanged, to let the user decide abo...Jens Verwiebe
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-17svn merge ^/trunk/blender -r41005:41075Campbell Barton
2011-10-17quiet some pedantic gcc warnignsCampbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-10-16Fixes and restrictions for bridge loops toolAndrew Wiggin
2011-10-16Fix an assert when trying to unwrap with nothing selectedAndrew Wiggin
2011-10-16utf8 editing for UI text input, this means backspace, delete, arrow keys prop...Campbell Barton
2011-10-16ID Mask node was limmited at 10000 while OB and Mat IDs reach 32767. Set this...Daniel Salazar
2011-10-16Set the correct char for Persian name (using \ufbfd instead of the arabic yeh...Dalai Felinto
2011-10-15select boundary loop tool (aka region to loop) switches to edge select mode i...Andrew Wiggin