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
2012-08-04mask transforming when a mesh object was in editmode (but had no UV's), failedCampbell Barton
2012-08-03add option to link fonts in make links menu.Campbell Barton
2012-08-03DO not draw active outline for collapsed nodes when they're not selectedSergey Sharybin
2012-08-03Fix for node placement when copying to/pasting from clipboard. Child node loc...Lukas Toenne
2012-08-03Fix for node clipboard copy operator for Frame nodes. Was redirecting the par...Lukas Toenne
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-08-03code cleanup: move node background image operators into node_view.cCampbell Barton
2012-08-03rename node_state.c --> node_view.cCampbell Barton
2012-08-02Node selection: make node active before it could be unselected by extendingSergey Sharybin
2012-08-02Fix #31753: GLSL not updated after deleting lights in multiple-scene settingSergey Sharybin
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-08-02code cleanup: headersCampbell Barton
2012-08-01Fix #31800: Blender crash by rendering in connection with linked groupsSergey Sharybin
2012-08-01split node_edit.c into separate files (add, group, relationshops), was almost...Campbell Barton
2012-08-01fix: column flow layout wrongly calculated height of second and subsequent co...Andrea Weikert
2012-08-01fix for assert when going from edit mode directly into sculpt mode.Campbell Barton
2012-08-01fix some more crashes when running skin operators on a mesh with no skin layerCampbell Barton
2012-08-01fix crash in sorting mesh elements when called without a viewport.Campbell Barton
2012-08-01fix for crash in 'Skin Armature Create' when the mesh doesnt have any skin data.Campbell Barton
2012-08-01fix crash when polling image sample outside image space.Campbell Barton
2012-08-01mask selection invert wasnt working.Campbell Barton
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-08-01- disable mask drawing in the sequencer, this isn't usable yet and likely won...Campbell Barton
2012-08-01misc mask fixesCampbell Barton
2012-08-01Do not highlight non-selected active node with active outlineSergey Sharybin
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-08-01Fixed own error in setting user counter to mask when changing clip editor's m...Sergey Sharybin
2012-07-31changes to mask editingCampbell Barton
2012-07-31Code cleanup: remove unused codeSergey Sharybin
2012-07-31Fixed wrong mask display with clip's pixel aspect and image editor display as...Sergey Sharybin
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-30Mango request: option to create nodes with hidden preview by defaultSergey Sharybin
2012-07-30fix own mistake getting an image for the image open file selector.Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup:Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29scale down histogram button movement by 10, was very sensitiveCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-28Fixed some knife cut failures.Howard Trickey
2012-07-27Fix #32199: Smooth Vertex no longer has X, Y and Z options.Sergey Sharybin
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
2012-07-27use B key to toggle 'boundary' option for modal inset.Campbell Barton
2012-07-27fix usercount error with dropping images in the node view.Campbell Barton
2012-07-27Fix crash in drawing socket names when zooming out a lotSergey Sharybin
2012-07-27Display solver keyframes in cache lineSergey Sharybin
2012-07-27code cleanup: mask keys now dont use space-clip keys - could give troubles la...Campbell Barton
2012-07-27Track input node: more control on over output valueSergey Sharybin
2012-07-27up/down arrows were not switching mask keyframes in the image spaceCampbell Barton
2012-07-27mask motion blur shutter optionCampbell Barton