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 (Collapse)Author
2012-11-27remove unmaintained eltopo, keeping scons/cmake entries, but commenting out ↵Campbell Barton
user visible config to make branch merging less of a hassle.
2012-11-27new bevel was still referring to old property name (holding shift wasnt ↵Campbell Barton
working while beveling).
2012-11-27use clearer names for 'single' bmesh operator args & add '%e' to ↵Campbell Barton
BMO_op_vinitf comments.
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used ↵Campbell Barton
quite a bit with bmesh operators). also add utility functions BMO_slot_buffer_from_single(), BMO_slot_buffer_get_single()
2012-11-27Fix crash opening .blend file with missing lib linked scene and no local scene.Brecht Van Lommel
2012-11-27code cleanup: bmesh operator comments, readying for doc-generation.Campbell Barton
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
- BMO_slot_copy now only copies compatible elements. other minor changes - don't use text.format(...), convention for UI scripts is C style string formatting. - rename bmo_edgenet_prepare --> bmo_edgenet_prepare_exec - float/double warning in bevel.
2012-11-27Bevel: better round profile code.Howard Trickey
Easier to understand, no touchy intersect code, and works even when arms aren't equal length. Old code ifdef'd for now, will remove soon.
2012-11-27bmesh/py operator api:Campbell Barton
add type checking for element buffers, there was nothing stopping python from passing any element type into an argument when in some cases only verts/edges/faces were expected. now operator args define which types they support.
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
scanfill remove-doubles pass assumes ordered edges (as with curves), otherwise it can hang. workaround this problem by skipping removing-doubles for mesh ngons, since this isnt such a common case as it is with curves and we can just not support it.
2012-11-27Fix #33226: error loading .blend files with different endian on Mac. The causeBrecht Van Lommel
was wrong inline and pure attributes on the endian switch function.
2012-11-26Fix #33316: mesh edge short path select was wrong on large/small objects.Brecht Van Lommel
2012-11-26Fix wrong color space used for generated float imagesSergey Sharybin
2012-11-26fix uv lasso and circle select - both were not working with uv-face-select mode.Campbell Barton
now face select with/without sync-select work, with sticky options too.
2012-11-26fix for crash copying nodes, regression since last release.Campbell Barton
2012-11-26fix for changing images in UV editmode with sync-selection enabled, this was ↵Campbell Barton
switching all images even those from unselected faces.
2012-11-26Fix #33293L VSE: strip - separate images [Y] dialog "image duration" missingSergey Sharybin
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-11-26search box width's now scale with DPI setting.Campbell Barton
was checking on: [#33294] too small place for material names this helps in some cases but doesn't resolve issue with very long names.
2012-11-26Switch windows to python 3.3Sergey Sharybin
Should affect on msvc2008 only, however scons with msvc2010 could still be broken.
2012-11-26style cleanupCampbell Barton
2012-11-26fix [#33303] face selection masking for painting does not work with mesh ↵Campbell Barton
with n-gon caused by own change to how origindex is used, now if mpoly's CD_ORIGINDEX array is missing its assumes that its the original mpoly array.
2012-11-26Fix #33312: cycles render crash with motion blur / vector pass rendering. It'sBrecht Van Lommel
actually the render threading issue and not a full fix, but this avoids the 3D viewport getting redrawn when changing frames to get motion vectors.
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
skip glsl for picking as was already done for other GLSL drawing.
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
still happened when the loop would go all the way around the mesh with just one triangle/ngon inbetween to close the loop.
2012-11-26Bevel: allow page up / page down shortcuts for segments in addition to ↵Brecht Van Lommel
mousewheel.
2012-11-26use slightly more efficient BLI_array_fixedstack_declare() instead of ↵Campbell Barton
BLI_array_staticdeclare() for bevel code since the array size is known.
2012-11-26fix [#33305] Bevel tool crashes Blender if the number of segments exceeds 28Campbell Barton
this was infact a general bug in BLI_array_grow_items(), surprising we didnt run into it before. - growing the array for the first time would use the static var even if it wasn't big enough.
2012-11-26fix for uninitialized memory use with numeric input:Campbell Barton
bevel/inset/marker-move would use uninitialized memory when used as modal operators and pressing backspace after entering values.
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 ↵Campbell Barton
convert return values).
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ↵Campbell Barton
docs.
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 ↵Brecht Van Lommel
objects, enabling Wire draw on the parent would draw full resolution wires for all the instances which can be very slow. So for boundbox those draw extras options are not inherited now.
2012-11-25code cleanup: warnings, styleCampbell Barton
2012-11-25More fixes to parallel tests to make them less sensitive, prevents assert ↵Howard Trickey
failures. Also made bl_debug_draw_edge_add better (don't draw edges in one continuous line).
2012-11-25fix [#33278] zoom mode in UV editorCampbell Barton
really a feature request, continuous zoom wasn't supported in the image editor.
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 ↵Campbell Barton
Blender crashes (segmentation fault) RNA_path_from_ID_to_property() would return an uninitialized pointer.
2012-11-25BGE: The blenderplayer usage docs mentioned "enable all frames" was ↵Mitchell Stokes
"fixedtime," but the player was actually looking for "fixed_framerate." Since fixedtime doesn't have a fixed framerate, but a fixed time step, I change the player to look for the documented flag, "fixedtime," which makes more sense.
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
directly as it used to in 2.4x.
2012-11-24Fix #33286: when keyframing object scale, noise fmodifier scale would showBrecht Van Lommel
as animated in the UI.
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 ↵Jason Wilkins
the type of an argument (uintptr_t??) The struct member is an unsigned int, not a pointer, so it is mysterious why the orignal code cast it to an uintptr_t. I changed the code to cast it to an unsigned long so that it matches the format.
2012-11-24BGE: Implementing a fix for the "Problem With Clock" issues reported in ↵Mitchell Stokes
#32708 and #33088. At the moment this feels like a bit of a stop gap, but it does solve the stuttering issue that #33088 mentioned.
2012-11-24use a search popup for 'blend from shape' tool, suggested by Juan Pablo.Campbell Barton
use standard operator panel, since the popup was too easy to cancel by accident, especially with a popup search menu.