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
AgeCommit message (Expand)Author
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-17Fix #28262: uv unwrap in sync selection mode unwrapped all faces irrespectiveBrecht Van Lommel
2011-07-26correct misc warningsCampbell Barton
2011-07-22patch [#28045] Straighten tool from Simple TodosCampbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton
2011-06-20Fix related to #27689: unwrap, pack island, minimize stretch now cancelBrecht Van Lommel
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-03Quiet warnings for picky compilers.Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-05-02UV Edit: move uv vertex buttons code to uvedit module. Brecht Van Lommel
2011-05-01- remove UV_OT_select_inverse, instead use invert option for UV_OT_select_all.Campbell Barton
2011-04-29fix [#27198] Missing Live LSCM Update after Aligning of pinned vertices (W)Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-12Fix #26860: uv snap/weld/stitch did not take live unwrap setting into account.Brecht Van Lommel
2011-04-08fix [#26674] Inconsistency in snapping CursorToSelection between UV_Editor an...Campbell Barton
2011-04-07add margin access [#26806] Missing pack margin for pack islands in UV editorCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-01Bugfix #26654Ton Roosendaal
2011-03-29fix [#26666] Snapping the cursor to selected in UV Image Editor when unwrappi...Campbell Barton
2011-03-28uvedit: floats were being implicitly promoted to doubles, adjust to use floats.Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-18Fix for [#25878] UV Scale/Rotate/Grab break with non grid snapping.Janne Karhu
2011-03-15fix [#26504] Deselection of vertices not working in UVs editorCampbell Barton
2011-03-15bugfix [#26505] zoom in selected keys on graph editorCampbell Barton
2011-03-12Fix uvedit unwrap tool not taking selection into account.Brecht Van Lommel
2011-03-10request from Jedrzej Slewczuk's:Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-23correct own bad spellingCampbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton