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-15fix for deleting lines hanging the text editor when no markers are used, ↵Campbell Barton
presence of markers still hangs. also compiler warnings and some style edits.
2012-11-15Fix 'polygon eating' problem in bevel (bug #33141)Howard Trickey
which was due to almost-parallel lines.
2012-11-15Patch [#31006] Text editor undo buffer rework.Justin Dailey
2012-11-15fix range map node clipping when max < minDalai Felinto
(useful for flipping the values inside the node)
2012-11-14Map Range Node (tiles)Dalai Felinto
this node allows for more control for normalization of the mapped input range. Made during BlenderPRO 2012 - Brasilia, Brazil :) Idea and testing: Daniel Salazar Implementation: yours truly Reviewed by Lukas Toenne and Sergey Sharybin
2012-11-14Cycles OSL: windows build fixes.Brecht Van Lommel
2012-11-14fix [#33169] Interface destroyed after Text Object EditCampbell Barton
2012-11-14use memarena for bevel allocsCampbell Barton
2012-11-14use ghash for bevel verts, saves list lookups when getting a BMVert's BevVertCampbell Barton
2012-11-14speedup bevel by tagging verts and edges to bevel, this avoids a loop over ↵Campbell Barton
all bevel edges for each bevel vert (can use edges-of-vert instead)
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
reduce strlen check in texttool_suggest_add() use 'del list[:]' rather then 'list[:] = []' in python scripts which clear lists.
2012-11-14Fix #33166: Wrong profile name in config.ocio causes crashSergey Sharybin
In this case we can not validate OCIO configuration and the only way to fix such issues is to add NULL-pointer checks..
2012-11-14Fix #33171: Sculpt lag in recent buildsSergey Sharybin
Issue was caused by own previous change in PBVH which in this case lead to unneeded draw buffers rebuilding.
2012-11-14fix for the update issue reported in [#32452]Campbell Barton
When blending shape key, opening the popup didnt execute anything - making it so pressing a button would update the result even if the value didnt change.
2012-11-14add 'use_unselected' option to UV_OT_remove_doubles,Campbell Barton
handy of you have a UV island that doesnt quite fit into its surrounding UV's - its a quick way to snap selected -> unselected UV's.
2012-11-14each different remove doubles function used a different property name, use ↵Campbell Barton
'threshold' for all now.
2012-11-14speedup to uv remove doubles.Campbell Barton
- no need to copy the UV vectors, just point to them. - calculate the midpoint once and copy rather then mid_v2_v2v2() on each UV. - reduce the number of comparisons by only checking the remaining uv's in the nested loop.
2012-11-14style cleanup: with uv remove doubles, weld distance soft/hard ranges were ↵Campbell Barton
wrong rename to "Remove Doubles UV" to avoid confusion with the mesh operator of the same name.
2012-11-14buildsystem cleanup: remove duplicate source & includes for scons,Campbell Barton
add a check for duplicates in BlenderLib()m, if 0'd now.
2012-11-13scons/warningfix: remove mask_evaluate.c from blenkernel/intern, as it is ↵Jens Verwiebe
already build
2012-11-13Added 'remove doubles' tool to uv editor.Matthew Smith
2012-11-13Bugfix, IRC report:Ton Roosendaal
The "Add Monkey" object name should be Suzanne - as it was until 2.50. :)
2012-11-13code cleanup: use ptrdiff_t when comparing pointers and tag event as an ↵Campbell Barton
unused arg to move_to_layer_invoke()
2012-11-13Bugfix #33161Ton Roosendaal
The new node that outputs multilayer was using longer names than default. Caused old code that truncated pass names to 11 chars to fail on loading exr. This was an old limit in openexr - but that got fixed long ago. On todo: check current openexr name lenghts, and all code in Blender that defines pass/layer names.
2012-11-13fix [#33156] Ctrl+L Link modifiers produce copies with identical namesCampbell Barton
2012-11-13Bugfix #26891Ton Roosendaal
Recoded the move-to-layer popup to wait for execution of operator until you press Enter or OK button. That excludes undo/redo, which makes it faster for many too. (note the menu is all hotkey driven, so it's MKEY, <number>, Enter) Also fixed: missing MEM_free in this popup type.
2012-11-13Correction to YCCK and CNYK jpeg images loading into blenderSergey Sharybin
There was incorrect formula applied on color components, used the same as gimp uses. It makes image looking nicer in blender, however it's still not 100% correct. Seems lots of software are handling profiles from jpeg file nicely. But that's another topic.
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res ↵Campbell Barton
data, since this would crash. also rename modifier_sameTopology -> modifier_isSameTopology(), modifier_nonGeometrical -> modifier_isNonGeometrical()
2012-11-13Bugfix #33159Ton Roosendaal
Histogram in Blender was nearly useless - it just didnt work, showed confusing blank results. Two reasons for it: - It was including Alpha in the weighted total value (RGB images have alpha 255 for all pixels) - It was counting the a total weight value max(R, G, B, A), instead of using max(R) and max(G) etc. Now it all draws much nicer - similar to Da Gimp! :)
2012-11-13Last fix to get_plugin in ikplugin_api.c was off by one in the wrong direction.Jason Wilkins
2012-11-13Render Engines: fix crash when changing render engine during renderingSergey Sharybin
Crash would have been happen when changing render ending at the same time rendering happens. It could be final Cycles render or even preview LUX render.
2012-11-13fix [#33143] Exporter crash since 2.64Campbell Barton
2012-11-13add an operator for mesh mode switching,Campbell Barton
this lets python menu for mode setting do mixed selection and extending the selection - just like the buttons in the header.
2012-11-13BGE: Renaming KX_GameObject.group_parent and group_children to groupObject ↵Mitchell Stokes
and groupMembers to be a bit more descriptive and match the rest of the BGE Py API. KX_MeshProxy.transform_uv has also been renamed to transformUV. It would be nice to switch to PEP8 names for the BGE Python API, but for now, consistency is better.
2012-11-13make smoothing value for ring select compatible with the operator.Campbell Barton
also wrap long lines in noise.c
2012-11-13todo from 2.4x, add back smooth option to edge loop cut. Campbell Barton
2012-11-13(no commit message)Jason Wilkins
2012-11-13uv stitch was executing on Enter-key release, making it not work when ↵Campbell Barton
starting from operator search popup (pressing enter), also Plus/Minus keys would get incremented for key press and release.
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in ↵Campbell Barton
preset menu. If this is needed we can add the reset button back as an option for certain operators, but AFAICS any operator with enough settings that resetting them all would be annoying - could have presets enabled.
2012-11-12Minor spell fix (only one this week, yeah!).Bastien Montagne
2012-11-12Bugfix #33147Ton Roosendaal
Conversion from 2.49 and older files: support for unlimited materials on objects had an error in conversion. Effect was that you couldn't re-assign material slots a Material, in case you were using "link to object" option.
2012-11-12add simple quad-strip filling to bevel, use to bevel edges when 2 ↵Campbell Barton
bevel-edges share a vertex. this gives more useful topology, eg: http://www.graphicall.org/ftp/ideasman42/bevel_strip_fill.png
2012-11-12Fix conflict of cycles persistent data flag with freestyle, add reservedBrecht Van Lommel
value for freestyle now.
2012-11-12fan filling didnt always work well, now only apply this when its going to ↵Campbell Barton
work properly.
2012-11-12change bevel do/while loops to step the pointer in the while check, no ↵Campbell Barton
functional changes.
2012-11-12bevel fan fill edges meeting non selected geometry rather then making ngons ↵Campbell Barton
which often dont triangulate nicely to follow rounded corners: http://www.graphicall.org/ftp/ideasman42/bevel_fan_fill.png
2012-11-12More spelling errors, whitespace, and simplifying code with many side effectsJoshua Leung
2012-11-12fix for DNA alignment on 32 and 64bit systems.Campbell Barton
2012-11-12fix syntax error when disabling both IK solversJason Wilkins
2012-11-12code cleanup: spelling,Campbell Barton
also initialize bmesh-bevel settings struct to zero to avoid possible uninitialized memory later.