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 (Collapse)Author
2011-04-19fix [#26900] Problem with active camera between scenesCampbell Barton
2011-04-19fix [#27016] Add new vertex at wrong position ( ↵Campbell Barton
bpy.ops.mesh.dupli_extrude_cursor() ) also found curve click-extrude was always aligning the new points depth to (0,0,0), now work the same as mesh edit - align to the selected point or the cursor if none are seleted.
2011-04-19fix [#27011] executing a script crashes BlenderCampbell Barton
2011-04-18fix [#27015] RNA Bug: Unpacking sounds with a long ID name fails: sound ID ↵Campbell Barton
length wrong?! also fix for OBJECT_OT_proxy_make and RENDER_OT_render using incorrect lengths for ID names.
2011-04-18Fix for [#26990] Loading file w packed audio crashesJoerg Mueller
FFMPEG was reallocating buffers it didn't own and wasn't allowed to. This workaround should work now flawlessly. Also fixing a bug regarding unpacking sounds, the UI stated unpacking to //audio/filename while it was unpacking to //sounds/filename
2011-04-18Bugfix #26901Ton Roosendaal
Compositing, lens distortion node: it delivered RGBA out with alpha zero, making it not draw previews, violates both premul or straight alpha usage. Now it just sets alpha to 1 for entire output. Cleaned code readability a bit as well.
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-17buildbot:Sergey Sharybin
Use BF_NUMJOBS from user cinfigs rather than passing it as command line argument.
2011-04-17buildbot:Sergey Sharybin
- use cores+1 threads - do not clean build directories - separate build directories for blender and blenderplayer This should make compilation much faster and buildbot rebuild tag could happen more often
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-14fix for help menu docs linking to the wrong page, created a redirect so 2.57 ↵Campbell Barton
release doesn't get 404's.
2011-04-14incorrect documentation spotted by macouno.Campbell Barton
2011-04-14api to support different kinds of relative paths on export, including ↵Campbell Barton
copying the files to a subdir.
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-13minor improvements to sphinx doc main pageCampbell Barton
2011-04-13fix [#26904] Crush while open file !Campbell Barton
commit r28002 was attempting to run do-versions on an invalid pointer.
2011-04-13Remove unnecessary lines.v2.57Nathan Letwory
2011-04-13disable engine info until report popup bug is fixed.Campbell Barton
2011-04-13Version bump for doxygen.Nathan Letwory
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) ?