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
2011-04-18fix for part of this report [#27006] Apply Scale at a B-Bone Skeleton causes ↵Campbell Barton
rescale of B-Bones and offset of attached objects bbones now get scaled too, but the attached objects still get offset.
2011-04-18correction for windows.Campbell Barton
2011-04-18Fix for [#26949] problems opening 2.49 files with audio (relative path ↵Joerg Mueller
problems?) When I wrote that code main.name wasn't set correctly and I had to use G.main.name; now it seems to be the other way round :-)
2011-04-18fix [#26951] blenderplayer and runtimes will not loadCampbell Barton
blenderplayer wasn't finding bundled python, eg: ./2.57/python/lib
2011-04-18cmakeCampbell Barton
- allow building blenderplayer with redcode. - when ffmpeg is enabled remove strict compiler errors for imbuf and blenkernel since its hard to avoid these warnings across ffmpeg versions.
2011-04-18fix for own mistake in recent commit: [#27000] Spotlight spot shape size, ↵Campbell Barton
lamp object data - numerical entries are interpreted as radians though displayed in degrees in SVN 36199 now apply units after python evaluation for unit buttons.
2011-04-18object.collision was allocating on access for all object types - camera ↵Campbell Barton
could get collision data for eg. now check for mesh types only. any other type will return None.
2011-04-18fix [#26995] Crash on bpy.context.object.collisionCampbell Barton
use object.collision rather then object.modifiers[...].settings
2011-04-18Fix [#26896] Displace Node crashes Blender when connected to Z-BufferMatt Ebb
Clamped the maximum displacement distance to 4 x the input image dimensions - prevents hanging when vary large values are mistakenly plugged in, such as Z buffers,
2011-04-18Committing patch [#26960] bu MiikaH, fixes bug:Matt Ebb
[#26945] Hue Correct doesn't Hue But Rather Saturate thanks!
2011-04-17change unit evaluation only to do try the units replacements if evaluating ↵Campbell Barton
with python fails, in rare cases its possible a valid python expression could get units applied to it.
2011-04-17Fix #26989: Smooth tangent Iteration field in Curve panel not responding.Sergey Sharybin
Not sure what's the uint of step argument for RNA_def_property_ui_range, but i just set the same values as in other cases used (like Camera.draw_size)
2011-04-17== Sequencer ==Peter Schlaile
Fixes Fix for [#25713] VSE shows and renders wrong straight alpha gradient even after convert to pr (see revision: 34540, fix by Janne) By not breaking the seqcache interface API. Added comments to header file, so that it is easier to understand, how the cache API is supposed to work.
2011-04-17fix #26957M.G. Kishalmi
spotlights halo and intensity tooltip had "(buffer shadow)" in there, while it works just fine with no-shadow and ray-shadow. the volumetric "step" property is only visible with buffershadows anyways.
2011-04-16changing the gl texture limit wasn't updating the displayed sizes.Campbell Barton
2011-04-16Fix for IRC reported bug from Dalai:Sergey Sharybin
Text editor used to add extra indentation when inserting new line from line with dictionary. Also, fixed extra indentation when comma is inside string.
2011-04-16fix [#26955] GL Texture Size doesn't work.Campbell Barton
Brecht: reverting this change you made r22532, which I cant see a reason for.
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
- render check for ortho/panorama combination wasn't working since the flags were not initialized at the time of checking. - disable panorama button in ortho mode.
2011-04-15possible fix [#26930] Blender 2.57 Shuts down when trying to edit 3D textCampbell Barton
can't test but this avoids using strncat which is giving problems.
2011-04-15style changes & replace some memset's with zero initializers.Campbell Barton
2011-04-15fix [#26937] Radio button text truncation should start at beginning of stringCampbell Barton
ensure start of text is always visible. - also left in test for fix [#26933] which left it broken. - quiet warning in AUD Py API.
2011-04-15correct typoJoseph Eagar
2011-04-15float value reader in compositor backdrop (Alt + LMB Drag) should be 4 ↵Daniel Salazar
decimals like in image editor
2011-04-14fix [#26933] Render Crash with Decimate ModifierCampbell Barton
2011-04-14no functional change, avoid making stack arrays for the purpose of indexing.Campbell Barton
2011-04-14no functional change, avoid making a 4 pointer array just for an index ↵Campbell Barton
lookup for tangents, orcos and normals.
2011-04-14fix [#26902] Raytracing black dotsCampbell Barton
derivatives from reflected duplis were not taking object instance transformation into account.
2011-04-14Fix #26932: When I enable multires, and start sculpting, some parts of the ↵Sergey Sharybin
mesh just disappears. Redraw issue was caused due to different redraw rectangles used for 3d view redraw and gathering PBVH nodes to be re-drawed. I moved redraw rect expansion with rect from previous step into sculpt_get_redraw_rect, so now redrawing works as it was planned some commits ago -- redraw everything to which is inside currect rectangle and rectangle from previous stroke step -- this still prevents artifact caused by fast strokes but mesh doesn't disappear. Brecht, Nicholas: it's the simpliest fix i could suggest atm. I've got some more ideas with additional node flags, but it looked more complicated for me and made code more difficult to understand. If you could see something better (like revert all this redraw fixes for fast strokes) please tell me.
2011-04-14fix [#26931] Shift+Alt+RMB only selects loops, can't deselect them - 2.57 ↵Campbell Barton
official own fault with fix [#26885] for selected edges having de-selected verts in some cases.
2011-04-14incorrect documentation spotted by macouno.Campbell Barton
2011-04-14A better fix than r36151 for the Grease Pencil drawing issues in theJoshua Leung
Image Editor. There's already a flag in use for tagging the "special drawing in Image Editor" case, so make use of that now. Most of the changes here are just whitespace tweaks...
2011-04-13work-around for grease pencil single points in the image view drawing really ↵Campbell Barton
large (bigger then the image).
2011-04-13fix [#26904] Crush while open file !Campbell Barton
commit r28002 was attempting to run do-versions on an invalid pointer.
2011-04-13disable engine info until report popup bug is fixed.Campbell Barton
2011-04-13fix [#26895] STL import in Win 7 64bitCampbell Barton
fixes python non-utf8 path access for file selector 'files' property.
2011-04-13fix for mistake checking engines on load.Campbell Barton
2011-04-13Crap, there was still a old Link to Release Logs. Maybe retag, after this ↵Thomas Dinges
and last commit (Tooltip error in Splash Screen) ?
2011-04-12fix for compile issue on MSVC 2008 due to macro expansion differences with gcc.Andrea Weikert
2011-04-12fix for crash when pressing 'Copy Startup Settings', was using out of date ↵Campbell Barton
main database.
2011-04-12edits to blender version data.Campbell Barton
2011-04-12The Epic Blender 2.57 first stable commit! :)Ton Roosendaal
Let's do a quick last check if things work, call for release will be done shortly on bf-committers. Thanks everyone for making it possible!
2011-04-12- fix for cmake when there is no version character.Campbell Barton
- link to release docs correctly from the splash page.
2011-04-12report missing engines on file load. (request from Martin).Campbell Barton
2011-04-12changed image texture filters description from 'Area filter' toM.G. Kishalmi
'selected filter'.
2011-04-12ignore the local blender folder when displaying the copy old settings button.Campbell Barton
2011-04-12Fix #26860: uv snap/weld/stitch did not take live unwrap setting into account.Brecht Van Lommel
2011-04-12fix [#26888] 3D viewport shading broken after solidify modifierCampbell Barton
2011-04-12fix [#26885] transform option disapears when deselecting loopsCampbell Barton
deselecting edgeloop & edgering would leave the verts de-selected even if other edges had them selected.
2011-04-12revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits)Campbell Barton
discussed with Janne, Ton, Nathan and we agreed this kind of change at least needs discussion with module owners. Its also too close to release to be making these kinds of changes. commands used: # reverse merge svn merge -r36073:36072 . # for some reason this gave a lot of property changes svn revert `svn st | grep "^ M" | awk '{print $2}'` # reverse merging didn't work here, removing while dir. svn rm extern/eltopo/ # manually fixed conflict in # ./source/blenderplayer/CMakeLists.txt # # also manually removed 2 lines from # ./CMakeLists.txt
2011-04-12Fix #26879: Some sculpt brushes does not work when sculpting corrective ↵Sergey Sharybin
shapekeys It was simply missed crazyspace correction for shape keys when mesh is deformed by modifiers and current tool is smooth/layer (they need special approach due to they don't use proxies)