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
2012-02-12Merging r44003 through r44069 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-12Fix for outliner notifiers for inserting keyframes on ↵Sergey Sharybin
visibility/selectivity/renderability flags and toggling renderability from shortcut.
2012-02-12Bug fix: Explode modifier created invalid faces if "unborn", "alive" or ↵Janne Karhu
"dead" setting was unchecked * Exploded faces that were meant to be hidden were still created with invalid vertices (0,0,0,0). * In normal cases this went unnoticed, but for example edge split modifier crashed when it encountered these faces.
2012-02-12collada export: Don't write parentinverse if ob->parent is NULLJuha Mäki-Kanto
2012-02-12Fix #30110: Outliner view: restriction icons not updating when toggling from ↵Sergey Sharybin
Groups view Fixed by using proper button type.
2012-02-12Fix #30151: Allow Negative Frames does not affect arrow keysSergey Sharybin
Patch by Tobias Johansson, thanks!
2012-02-12Fix: Avoid freeing frect, it always points to a buffer that will be freed ↵Antony Riakiotakis
later, like srgb_frect or ftilerect on or must not be freed, like Imbuf array itself.
2012-02-12Fix #30152: Several drag and drop of image on mesh crashesSergey Sharybin
Issue was caused by making and loading editMesh in drop_named_image_invoke, which lead to freeing/changing pointers used by CustomData layers. Some of this pointers might be used by DerivedMesh, so we need to update DerivedMesh after loading EditMesh.
2012-02-12Regression fix for "Show Seconds" in Sequencer.Sergey Sharybin
It was missed RNA property in Sequencer space which lead to issues after recent refactoring of related areas.
2012-02-12Fix [#29737] Can't edit particle hair if particle count is 0.Janne Karhu
* Hair wasn't flagged as "done" if particle count was 0 before setting particles as hair, so particle edit mode didn't work.
2012-02-12Fix [#29530] Changing to particle mode could crash in some casesJanne Karhu
* If a baked particle didn't have any cached keys creating an edit path for it crashed.
2012-02-12Fix [#29265] Particle Instance: Create Along Paths + Children inconsistent ↵Janne Karhu
with actual children hair particles * Hair particle rotations weren't calculated properly for particle locations along a path and the "particle on path" calculations were not correct in many other ways too. * Now the particle's location along a path is interpolated directly from the cached paths if it exist. These paths are always correctly calculated. * Paths are now cached if a particle instance modifier using the particle system with the path option exists.
2012-02-11minor include cleanup, add GPL header (copied from BKE_animsys.hCampbell Barton
2012-02-11Fix [#30136] Adding Sequence Plugin fails.Bastien Montagne
Problem was in how file selector is called by the effect_strip_add operator invoke. WM_operator_filesel() is not suited, as it directly calls exec if filepath is already set, and sequencer_generic_invoke_xy__internal() will set that path unless otherwise told. So using rather the same way to do as the one used by the other "strip_add" operators...
2012-02-11Fix [#30122] "Tweak" mouse event values were not loaded from keymap files.Bastien Montagne
The problem was, those values were not included in the event type agnostic event_value_items list, hence RNA keymap item creation just ignored them.
2012-02-11use ValueError when vector/matrix multiplications sizes are not supported, ↵Campbell Barton
was using TypeError for mat*vec and ValueError for vec*mat.
2012-02-11fix for crash adding movie strips that were not a supported format.Campbell Barton
2012-02-11dont add the name field to theme presets for now.Campbell Barton
2012-02-11resetting the theme wasnt changign the panel header.Campbell Barton
2012-02-11update gpl header in cmake filesCampbell Barton
2012-02-10Fix #30131: mac UI font corruption in release candidate, refined test forBrecht Van Lommel
ATI/Apple cards with broken non-power-of-two-textures missed some cards, checked against list of GL_RENDERER values, hopefully complete now.
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-09Merging r43952 through r43994 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-08Fix #30071: crash with cycles glsl, textures functions (which are stubs still)Brecht Van Lommel
got out of sync with node changes.
2012-02-08correct 2 sphinx warnings.Campbell Barton
2012-02-08Fix for duplicated vertices in UV sphere when it's creating with large radius.Sergey Sharybin
Issue was caused by not enough threshold limit used for removing doubles. Switched to adoptive threshold value calculation based on smallest length of segments in meridians and parallels.
2012-02-08Movie Clip Editor: manual calibration will now respect GP layer's hidden flagSergey Sharybin
2012-02-08Fix #30102: Vertex and edge incorrect selectionsSergey Sharybin
Select Linked operator was setting Limit by Seams property automatically depending on current selection mode. But this property only used to be set to truth if selection mode is set to Face, in other cases this property is being reused from previous operator run. This leads to incorrect behavior of selecting linked in vertex mode after this operator was used in face selection mode.
2012-02-08fix [#30090] Cloth modifier related crash when loading old fileCampbell Barton
own fault when adding int64 support. `void` type was being used to workaround a different bug in the ClothSimSettings struct.
2012-02-08Correct mathutils documentation, also correct some python spelling errors ↵Campbell Barton
and add makefile target `check_spelling`
2012-02-08Fix #30081: the fix for #30026 related to rendering indirect/environment lightBrecht Van Lommel
with material ambient zero broke backwards compatibility too much. The behavior to have ambient zero affect things even if it is not used as a factor does not make much sense but keeps things compatible. Now instead fixed the use of uninitialized memory.
2012-02-08Returned back maximal value of bitrate. Higher values are actually makes ↵Sergey Sharybin
sense with DNxHD only.
2012-02-08Fix for wrong pixel format used for qtrleSergey Sharybin
2012-02-07Fix #30089: crash with cycles viewport rendering while in text edit mode.Brecht Van Lommel
Cause was Object.to_mesh(), which could cause invalid memory access when calling it on text objects in edit mode.
2012-02-07FFmpeg output fixes and small improvementSergey Sharybin
Most part of this commit fixes issues with FFmpeg output with currently supported codecs: - avcodec_encode_video might return zero which doesn't mean error happened, but blender will handle this as error and will stop rendering to video file. - Changing output video codec wouldn't update "expert" options set for video output which leads to some sideeffects like ignored Lossless option for x264 codec. This fixes allowed to add QTRLE codec easily.
2012-02-07Fix #30076: RenderLayer area blocks mouse scrollingSergey Sharybin
In fact all list templates used to block mouse scroll. It's because mouse scrolls list's scroll bar. But mouse scroll also used to be "eaten" even if there's no scroll in list template. This commit makes scroll even be ignored by list templates if there's no scroll bar on list.
2012-02-07Fix [#30099] Wrong python path returned. "bpy.data.keys" instead of expected ↵Bastien Montagne
"bpy.data.shape_keys". The "plural" name for ID_KE was wrong in idcode.c (bke), not matching the MainCollectionDef one used in rna_main.c. Checked the others too, everything seems ok now.
2012-02-07Merging r43909 through r43951 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-07Fix #30052: VSE: metastrips don't move with Extend (E)Sergey Sharybin
Issue was caused by transformation tools weren't taking metastrip clips into account, so strip inside of merastrips are placedon different from metastrip side of time cursor, extension happened in unexcpected way.
2012-02-07Fix #30094: Subdivision Surfaces Modifier corrupts Copy LocationSergey Sharybin
Issue was caused because of missed MDeformVert layer on subdivided cube. If regular object is constrained to mesh object, extra customdata mask is adding to such target. But armature bones are handling separately and there was no such thing happens. Ideally this code should be deduplicated to avoid such kind of issues, but better not to do it so close before release.
2012-02-07Fix #30091: Shift-Ctrl-Alt-RMB problem in face modeSergey Sharybin
Select Edge Rings with extension policy wasn't working properly in face selection mode because it's used to call Select Loop operator because edge rings can be selected only in verts/edges mode. On this call of another operator extension policy wasn't set to newly calling operator. Now Select Edge Rings still calls Select Loops (which is a bit nasty) but properly sets extension flag.
2012-02-07Documentation: add missing info about the fileselectior using hard coded ↵Campbell Barton
property names.
2012-02-07Code Cleanup:Campbell Barton
don't call CTX_data_scene(C) for every marker drawn also remove unneeded call when scene was already defined as well as redundant scene cast.
2012-02-06Bugfix for part 1 of [#30052].Joerg Mueller
Removed the if, because it's also in the function called.
2012-02-06no functional change: NC_SPACE|ND_SPACE_VIEW3D notifier was getting an ↵Campbell Barton
Object as a reference, currently this argument isn't used, but every other use passes a view3d, so better pass a view3d here too.
2012-02-06fix [#30062] Weight, Texture,Vertex Paint - Face Selection Mask Icon: Out of ↵Campbell Barton
Sync missing notifier for header redraw.
2012-02-05Patch #30050 by Juha Mäki-Kanto (kanttori)Domino Marama
Fixes for Collada exporter. Adds Second Life compatibility for armatures Adds objects parentinverse to exported transform if it's non-identity Fix mismatch between add_inv_bind_mats and add_joints_source accessor counts Fix bone exports in world space should be local space
2012-02-05Release schedule:Thomas Dinges
* BCon4, important bug fixes only. * Update readme.html and links to release logs, which now point to http://www.blender.org/development/release-logs/blender-262
2012-02-05Merging r43871 through r43908 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-05Movie Clip Editor: cleanup of display panelsSergey Sharybin
- Split display options into two panels: * Display, which contains all general display options related on editor itself * Marker Display, which contains options which makes sense for markers themselves and not used so often. - Remove Show GPencil option which doesn't actually make sense because strokes might be disabled from GPencil panel - Removed Show Pyramid option and show pyramid for KLT tracker as default. - Added hotkey to toggle Show Disabled (Alt-D) - Added hotkey to toggle Show Pattern (Alt-S) Changes in interface and hotkeys are done by Sebastian Koenig. Thanks for the patch! Own changes in interface were related on Aspect Ratio. It doesn't make much sense for tracking (camera pixel aspect is what you'll want to use, but for masking it would make much more sense because when you just want to create a mask for footage you don't actually have camera). Just removing from interface seems not so nice for now. Merged from soc-2011-tomato rev43872