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
2010-04-01scene.timeline_markers.add/remove() support.Campbell Barton
2010-04-01Bugfix #21763: extremly zooming into graph editor via ctrl+mmb locks up blenderJoshua Leung
Curve sampling minimum 'sampling frequency' for display could get too low causing a hang (with really-slow convergence). Clamping with a coarses limit now.
2010-04-01commit 27896 : merge render branch into trunk reverted changes in rna_curve.cCampbell Barton
2010-04-01allow action groups with "" name, (just uses "Group" instead)Campbell Barton
2010-04-01Fix [#21860] Quads/Triangles Selection miss to mark some Edges.Matt Ebb
2010-04-01Fix [#21347] no image at node editorMatt Ebb
Node preview render wasn't getting the correct test_break callback
2010-04-01Assorted animsys fixes/tweaks:Joshua Leung
* Fixed all the dangerous code added in 27907. Using the code there, scripters could corrupt animation files in ways which would render them useless, with channels not appearing in any animation editors, and others not getting evaluated at all. * Partial fix of bug 21818, by disabling destructive replacement of keyframes. Will followup this commit with a more comprehensive commit which gets rid of the rest of the problems, by incorporating some requests from Durian team. * Fixed problems with users being able to see+edit the name of the active Keying Set in the Scene buttons. There is still a bug though with the list widget given how the indices are now interpreted...
2010-04-01Fix [#21298] Colour Management: Convert To Float & Use Colour Balance ↵Matt Ebb
Linearising VSE Strip Removed all colour management from sequencer, need better design/plan for this.
2010-04-01Fix [#20711] Loop selection not working with Emulate MMB + Left mouse selectMatt Ebb
Emulate 3 button mouse is now disabled when Left mouse select is used, to prevent keymap conflicts. Configs for single button macs etc we can do with keymap presets.
2010-04-01Fix [#21775] Double-clicking icons in the file browser doesn't open filesMatt Ebb
Complicated issue, but this should be correct, and testing goes fine. fingers crossed.
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 ↵Campbell Barton
-r27895:27901; svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r27902:27907, skipping 27902
2010-03-31cleanupAndrea Weikert
* removed code that could lead to Blender writing in the Windows directory - is very old cruft and doesn't work on recent versions of Windows anymore and rightly so :)
2010-03-31Merge -c 27903 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-03-31[#21762] BLI_dynamiclist is never usedCampbell Barton
data structure has some advantages but isnt used. removing for now.
2010-03-31[#21851] Bugfix: [#21254] text editor jump to line crashCampbell Barton
by Ignacio Fernández (hellmoon666)
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 ↵Campbell Barton
-r27867:27871
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 ↵Campbell Barton
-r27875:27895
2010-03-31Only add drivers (and keying sets, keyframes etc) when exact key combo is Matt Ebb
pressed. This prevent adding drivers to properties when mouse is over a node, trying to duplicate it with Shift D.
2010-03-31taper/bevel object checking moved from RNA update to RNA pointer set function.Sergey Sharybin
2010-03-31Fix [#21826] Memory Map growing in size on each renderMatt Ebb
Image node wasn't properly getting marked to free compbuf data when using premul.
2010-03-31Fix [#21727] texture in compositor quickly results in crashMatt Ebb
Hopefully this is correct - looks like the CompBuf->node pointer was getting left out of the per-thread copying/localisation.
2010-03-31Fix:Matt Ebb
[#21841] SplitViewer doesn't backdrop in Node Editor [#21803] Cant See Split Viewer on UV editor
2010-03-31Fix [#21832] Add Modifier, Pinned ContextMatt Ebb
Added convenience function ED_object_active_context(C) to get either the object in the data context, or if not, the active object.
2010-03-31Patch from Xavier Thomas: Matt Ebb
YCbCr conversion function according to ITU-R BT.601/709 and JFIF Clarifies color space usage in rgb->ycc conversion, doesn't change existing results.
2010-03-31bugfix [#21743] Incorrect Rim Normals with Screw mod and Solidify Mod on a ↵Campbell Barton
Curve Object
2010-03-31trick to give correct normals for cyclic curves used with the screw modifier.Campbell Barton
2010-03-30Merge -c 27876 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-03-30- Call DAG_id_flush_update for each object in convert operator if keep_originalSergey Sharybin
option is switched off. This fixes trouble when user converts curve which is set as taper/bevel object to mesh (scene kept unchanged until object recalculation). - Moved checking of taper/bevel objects type to RNA property update handlers. - Added resetting taper/bevel object in do_makeDispListCurveTypes it this objects aren't curves.
2010-03-30Fixed segmentation fault when non-curve object is setting as a taperSergey Sharybin
Deny user to select non-curve objects for taper and bevel lists, also added some checking into displist and curve modules - object could be converted from curve to mesh (would be better to unset bevel/taper object in this case -- will try to implement a bit later).
2010-03-30Attempted fixes for color picker trouble (can't reproduce here..)Matt Ebb
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
- library data allows pointcache writing (hard to know how this should work long term so ifdef'd for now) - changing the frame now updates the dupligroup objects - BKE_ptcache_ids_from_object(), option to get the id's from duplis note! scene_update_tagged() is called from the main() loop, and runs BKE_ptcache_quick_cache_all(), this could become a performance issue, especially with duplis, should probably not call BKE_ptcache_quick_cache_all() all the time, even when not playing back animation. (commits 27856 by Campbell from render25 branch)
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
* Some cases of struct name being set where it shouldnt have been. * Spelling: wich --> which * Copy and initialize uv modifier scale, remove unneeded enum. * Ability to pin any object into the context. * Update uv window while transforming (useful when used with UVProject modifier) * Patch by Wahooney, so new template's are internal text and dont get saved over by mistake. * Fix for https://bugzilla.redhat.com/show_bug.cgi?id=572186 Bug 572186 - [abrt] crash in blender-2.49b-5.fc12: Process /usr/bin/blender.bin was killed by signal 6 (SIGABRT). Original fix submitted by Jochen Schmitt. * [#21816] bpy.data.add_image has stopped working on Windows. moved to bpy.data.images.load(), missed this call. (commits 27726,27825,27828,27831,27832,27833,27834,27836,27837,27838,27839,27858 by Campbell from render25 branch)
2010-03-30* Assign weight from bones in weight paint mode now respects paint faceBrecht Van Lommel
mask, also avoid making vertex groups if they will not be filled. * Add back image pin option in image editor header. * Fix deep shadow not respecting Cast Buffer Shadows option. * Tangent space normal map baking should work again now. * Fix a problem with particle duplis, due to own bugfix for #20350, the problem for that seems to be in dupliverts, not particles. * Fix external multires data link getting lost on exiting editmode. (commits 27776,27777,27830,27840,27841,27862 by Brecht from render25 branch)
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel
to specify different spring lengths. Implementation is quite ugly because the shape key has to be pulled through the modifier stack somehow, need a more flexible data mask system to solve this properly. (commits 27773,27775,27778 by Brecht from render25 branch)
2010-03-30Fix a few warning in editors/ module.Brecht Van Lommel
2010-03-30Bugfix for [#21582] Adjusting material color (color picker) crashesElia Sarti
This fixes only the crash, which was due to buffer overrun for col Hex char buffer. It doesn't actually fix the real issue of overflowing the color values up to infinity.
2010-03-30Fix #21827: Outer portions of extruded 2D curves do not render correctlySergey Sharybin
DispList->rt is used by render stuff to set vlak flags. This rt field is setting to nurbs's flags in displist creation function. Possible flags for nurbs are CU_SMOOTH and CU_2D. CU_SMOOTH is ok, but CU_2D conflicts with R_NOPUNOFLIP. I cleared rt's CU_2D flag. Don't forget about possible conflicts if new nurbs flags will be added.
2010-03-30Performance tweak - on region pan/scale, only redraw the region itself Matt Ebb
instead of the entire area (eg. so panning tool shelf doesn't lag when 3d view redrawing is slow).
2010-03-30Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set Matt Ebb
in uv/image editor properties panel Note: Moved UV editor 2d cursor to SpaceImage rather than View2d, so it's more accessible to RNA.
2010-03-30Fix [#20115] Some theme settings are not savedMatt Ebb
Theme colours were getting overwritten on startup with defaults (as in 2.4 system). Changed this to allow changing the default theme, and added a 'Reset to defaults' operator in user prefs. Perhaps next step to look into the py presets system for themes too (nice and easy to share). If you're using a custom B.blend you may get some strange theme colours on startup if they weren't saved properly before. 'Reset to default' button in theme preferences should fix it back to defaults.
2010-03-29Mirror clipping for curves and surfaces.Sergey Sharybin
2010-03-29Fix [#21083] Collada exporter defaults to ".blend" extension...Matt Ebb
Also added a filter category for COLLADA files to the file selector.
2010-03-29Tweak to set default ui range for color/color_gamma propertiesMatt Ebb
2010-03-29Fix [#21706] edit field in nodegroup which overlaps a node, edits the field ↵Matt Ebb
of the overlapped node
2010-03-29Fix [#21542] Clear origin shortkey Alt+O in object mode doesn't workMatt Ebb
2010-03-29Fix [#21708] Copy/Paste Texture channels for Lamps/World not workingMatt Ebb
2010-03-29Fix [#21679] add_grid "operator's subdivison" Change Dimensions Matt Ebb
2010-03-29* Update histogram on frame change and image swapMatt Ebb
2010-03-28Fix [#21689] for coordinate issue (y flipped) when setting mouse cursor positionDamien Plisson
Mem leak when using BGE fixed too.
2010-03-28[#21802] UVProject Modifier CrashCampbell Barton
fix for bug in recent addition of panorama support