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
2014-12-18PyAPI: disallow assigning members to 'bpy.ops'Campbell Barton
2014-12-18Sequener: Move waveform-draw option into view menuCampbell Barton
also simplify preview/sequencer checks
2014-12-18cleanup: use const for smallhash & minor editsCampbell Barton
2014-12-18Fix/workaround T42944: Crash adding a shortcut in properties spaceCampbell Barton
2014-12-18Correction to previous render border commitSergey Sharybin
Was using wrong bitfield check.
2014-12-18Cycles: Do some logging when motion is detected in the sceneSergey Sharybin
2014-12-18Correction to set border from render image viewSergey Sharybin
It did not fully support cases when setting border from a cropped render result and it's not totally clear how it should behave. So for now just do nothing and inform users about this.
2014-12-18Quiet warning (harmless)Campbell Barton
2014-12-18Fix for GPU_materials_free accessing NULL pointerCampbell Barton
2014-12-18correct recent cleanup for id-property typesCampbell Barton
2014-12-18Sequencer: Select sideof failed for strips touching the playheadCampbell Barton
2014-12-18Cycles: Add missing entries in the Integrator constructor and some updatesThomas Dinges
to the XML API. (Changes from the standalone repo)
2014-12-17Fix T42932: Drag&Drop of groups from the outliner was using undefinedLukas Tönne
event->mval. Calculating from event->x/y like object drag/drop does works. Also fixed a missing notifier of the object instancing operator.
2014-12-17Fix triangulating concave quadsCampbell Barton
Resulting triangles could be pointing in opposing directions.
2014-12-17Fix: Never write previews for undo steps.Bastien Montagne
This may eat quite q bit of mem in the end (though nothing critical), and icons (material ones e.g.) often ended up out of sync after undo.
2014-12-17Fix T42927: Triangulate-beauty fails on quadsCampbell Barton
Regressions since 2.69.
2014-12-17Docs: comments (hash table & beauty fill)Campbell Barton
2014-12-16Fix T42917 shadow maps not working on ATIs.Antony Riakiotakis
This is yet another issue with framebuffers. There are two issues: We need the framebuffer fully bound to check for completeness and when we bind a depth texture as frame buffer we need to disable read/write.
2014-12-16Fix typo in VBOAntony Riakiotakis
2014-12-16Fix nasty typo in CPP RNA that would break on int or bool dynarrays...Bastien Montagne
2014-12-16Fix T42888: Separate and Combine HSV distorts the hue valueSergey Sharybin
These nodes were assuming sRGB input/output which is for sure wrong for the shader pipeline which works in the linear space. So now conversion to/from linear space happens in these nodes which makes them making sence in the shader context but which might change look and feel of existing scenes.
2014-12-16Remove NULL checking variable after using it.Antony Riakiotakis
2014-12-15Fix T42864: Knife-project fails with 'cut-through'Campbell Barton
Removing edge-hit-doubles could incorrectly de-duplicate intersections between different edges. Gave noticeable errors cutting through geometry that overlapped exactly.
2014-12-15Fix for clip proxies builder reloading original footage framesSergey Sharybin
This isn't needed if the source is the image sequence.
2014-12-15Improve tip for simple deform originCampbell Barton
2014-12-15Fix T42864 (partial): knife-project included uncut backfacesCampbell Barton
When knife-project ran with cut-through disabled, it would still try to select faces behind the cut. Now check if the faces are obscured.
2014-12-15Fix T42864 (partial): Knife-project had too-low precisionCampbell Barton
2014-12-15Fix missing UI ID messages and/or I18N contexts for ↵Bastien Montagne
MovieClip/Mask/Palette/PaintCurve ID types.
2014-12-15Tracking: Fix wrong logic in tracks synchronizationSergey Sharybin
There was some stupidness in the way how tracks are synchronized from the job to actual DNA data leading to all sort of weird and wonderful failures again.
2014-12-15Tracking: Avoid possible treading issue reading the frame to syncSergey Sharybin
2014-12-15Tracking: Fix possible race condition accessing the tracksSergey Sharybin
Writing to the tracks was already inside the lock section, but reading was not. This could have lead to race condition leading to all sorts of weird and wonderful artifacts.
2014-12-14IME fix: Quit two assert failuresSeverin
We could now also remove the win->ime_data assert in wm_window_IME_end, but think it's better to leave it for further development.
2014-12-14Fix for idproperty comparisonCampbell Barton
comparing arrays had flipped logic
2014-12-14Fix T42892: UV pixel snap with negative valuesCampbell Barton
2014-12-13Fix T42885: We still had a few wrong doc in mathutils about methods returningBastien Montagne
instance of self while actually returning None...
2014-12-12Fix T42875 GLSL display not correct in vertex array mode.Antony Riakiotakis
GLSL used a global variable to store the enabled vertex attributes which were not set for vertex arrays after the VBO refactor.
2014-12-12Fix T42883: ID-Prop arrays longer than 'shot' failCampbell Barton
2014-12-12Amend to previous 'append warning' commit.Bastien Montagne
Actually, append/link *is* converted/updated, issue here is IPO-to-FCurves code is not called from our do_version code, but later, directly from BKE_blender's setup_app_data. This is bad but not easily fixed it seems, so for now keep a warning in this case. thanks Sergey for the headup.
2014-12-12Fix T42882: Now warn user when trying to append/link from older blender files.Bastien Montagne
Since we do not make any conversion in this case, worth warning user about potential issues!
2014-12-12cleanup: disallow NULL arg to uvedit_aspectCampbell Barton
also some typo's
2014-12-11Fix blenderplayer compilation (tm)Antony Riakiotakis
2014-12-11Fix T42859 smart UV unwrap does not support aspect correction.Antony Riakiotakis
Can be considered TODO but it's not bad to support either. Also added RNA api to get aspect ratio of assigned UV image - returns aspect corrected image dimensions so needs adjustments for uv editing.
2014-12-11Fix crash when changing worlds with world background active.Antony Riakiotakis
Freeing the preview will free the original gpu material so NULL that out on copy.
2014-12-11Cycles: Fix more wrong usages of RNA_id_pointer_createSergey Sharybin
Title says it all, just be more careful in the future.
2014-12-11Fix T42829: Cycles crash rendering when file is saved to specific locationSergey Sharybin
The issue was caused by the way how RNA pointer was created for the bMain: namely Cycles was using RNA_id_pointer_create to create the pointer, which would then try to refine the poniter based on the ID type. This is just wrong and worked so far just because of co-incident, with the file path from the bug report first letters in the ID name happened to be NT which corresponds to NodeTree, and for sure refining such pointer will fail. Simple solution -- use proper way to create RNA pointer for non-ID block.
2014-12-11Fix ping-pong actions when using the Action Actuator.Mitchell Stokes
2014-12-11Libmv: Reshuffle CMake and SCons configuration filesSergey Sharybin
The main idea is to share as much code between cases when feature-full built is done and only logging is needed, so all the defines and include directories are guaranteed to be the same. This would hopefully make it so MinGW compilation is all happy about Cycles logging for both CMake and SCons.
2014-12-11Correction for non-Windows SCons compiling fix after IME Mergejulianeisel
As discussed in rB983c71931b1886d4, we should print a warning in case of building on non-Windows and WITH_BF_IME enabled. We also terminate build in this case, so the warning isn't scrolled away. Was worked out together with @sergey.
2014-12-10Fix for object_utils.object_data_add: Now supports None obdata forLukas Tönne
creating empties. The documentation says None is a valid argument for obdata (making empties), but this would cause an exception. Now obdata is only used when it is defined. An optional name argument can be passed to override obdata.name as well.
2014-12-10UI: add Shift-Drag to multiselect expanded enum items too.Bastien Montagne
Differential Revision: https://developer.blender.org/D928