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-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-26style cleanupCampbell Barton
2012-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-11-26Fix #33312: cycles render crash with motion blur / vector pass rendering. It'sBrecht Van Lommel
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-26py/bmesh api - support for converting from/to BMO_OP_SLOT_MAPPING type.Campbell Barton
2012-11-26Fix #33292: cycles material draw mode selection not working on some cards, nowBrecht Van Lommel
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
2012-11-26Bevel: allow page up / page down shortcuts for segments in addition to mousew...Brecht Van Lommel
2012-11-26use slightly more efficient BLI_array_fixedstack_declare() instead of BLI_arr...Campbell Barton
2012-11-26fix [#33305] Bevel tool crashes Blender if the number of segments exceeds 28Campbell Barton
2012-11-26fix for uninitialized memory use with numeric input:Campbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton
2012-11-26add subtypes to bmesh operators (needed for python api to know how to convert...Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-25Fix #33304: missing 3D view redraw while moving camera markers.Brecht Van Lommel
2012-11-25Fix #33291: when using boundbox drawtype for a large number of duplicated obj...Brecht Van Lommel
2012-11-25code cleanup: warnings, styleCampbell Barton
2012-11-25More fixes to parallel tests to make them less sensitive, prevents assert fai...Howard Trickey
2012-11-25fix [#33278] zoom mode in UV editorCampbell Barton
2012-11-25continuous zoom was inverted from other zoom modes.Campbell Barton
2012-11-25fix [#33299] When I click right button on proportional editing mode button Bl...Campbell Barton
2012-11-25Fix #33296: uv editing did unnecessary outliner redraw, giving slowdown.Brecht Van Lommel
2012-11-25Fix #33297: crash loading modal keymap after recent keymap bugfix.Brecht Van Lommel
2012-11-25Fix #33290: pressing alt+Z in wireframe mode did not go to textured draw modeBrecht Van Lommel
2012-11-24Fix #33286: when keyframing object scale, noise fmodifier scale would showBrecht Van Lommel
2012-11-24Fix #33282: missing GLSL update assigning a lamp texture.Brecht Van Lommel
2012-11-24cineonlib.c: Quieted warning, inconsistency between printf format (%lu) and t...Jason Wilkins
2012-11-24use a search popup for 'blend from shape' tool, suggested by Juan Pablo.Campbell Barton
2012-11-24quiet warning about the context not being used when internationalization is d...Campbell Barton
2012-11-24add ENUM support for layout.prop_search() / uiItemPointerRCampbell Barton
2012-11-24correct warning messages - ptr/prop mismatch.Campbell Barton
2012-11-24remove USER_DISABLE_AA/use_antialiasing, this wasn't available from the UI bu...Campbell Barton
2012-11-24BGE: Committing a patch from HG1 to fix [#30262] "bgl.glClipPlane don't work ...Mitchell Stokes
2012-11-24IK Solver:Brecht Van Lommel
2012-11-24Fix #33279: crash in particle brush cut tool when cutting hairs that go outsi...Brecht Van Lommel
2012-11-23Fix #33277: vertex merge would merge UVs by default, disabled that now by againBrecht Van Lommel
2012-11-23Basic work to solve "New" translation mismatch (this is an adjective, which o...Bastien Montagne
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-23m_overlay wasn't initialized in a constructor of FastGaussianBlurValueOperationSergey Sharybin
2012-11-23Fix usage of uninialized memory in some operationsSergey Sharybin
2012-11-23Fix related to #33259: cycles normal map node color input couldn't beBrecht Van Lommel
2012-11-23Compositor: Disabled debug assert checks for connected input sockets after co...Lukas Toenne
2012-11-23ifdef'd gcc diagnostic pragma's to quiet msvc and others.Campbell Barton
2012-11-23Fix #33271: Box tool delaySergey Sharybin
2012-11-23Fix #33266: Transforming with Y axis constraint didn't apply aspect ratio cor...Sergey Sharybin
2012-11-23Fix #33270: Opening file browser crashes when sequencer preview is visibleSergey Sharybin
2012-11-23code cleanup: warning & styleCampbell Barton
2012-11-23skip some redundant looping in bevel code.Campbell Barton