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
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-23Fix for [#29412] "Priority 0 cause problems with pulse mode" reported by ↵Mitchell Stokes
Guillaume Côté. Right now this is being fixed by not allowing the exact same action (action, start/end frames, speed, etc) to be played if it's already playing. Hopefully this will not cause more issues than it solves.
2012-06-22Collada: (Export) Added export of surface textures, and control over ↵Gaia Clary
exported uv layers
2012-06-22added new function BKE_imbuf_to_image_formatGaia Clary
2012-06-22fixed function name: BLI_rebase_path, reworked description, added enum ↵Gaia Clary
bli_rebase_state for defined return values
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-22fix for [#31890] Lens Distortion inside Node group don't workJeroen Bakker
2012-06-22Nullpointer exception happened when all input sockets of a (for example)Jeroen Bakker
a translate node were connected with the same complex node (like lens distortion). Added a check to see if the list of buffers are available to resolve this issue.
2012-06-22 * fix for [#31553] Tile Compositor: Strange seamsJeroen Bakker
2012-06-22when draw-other-uv's is enabled. fallback to the spaces image if no active ↵Campbell Barton
face is found.
2012-06-22mask re-key feature - mango request. ability to reset selected points shape ↵Campbell Barton
key data. useful if you add many keys to one part of a curve, then later want to key another part - but dont want to continuously make the same corrections.
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-22This backtracks an error introduced in r48155 when trying to fix: ↵Nicholas Rishel
http://projects.blender.org/tracker/?func=detail&atid=498&aid=31433&group_id=9 First half of the problem is fixed, but the second issue regarding edge/vertex snapping disregarding angle constraints will need some refactoring eventually.
2012-06-22[#31885] uiItemMenuEnumO / layout.operator_menu_enum() fails silently with ↵Dan Eicher
bad property argument. uiItemsFullEnumO() not displaying an RNA_warning if the prop doesn't exist/isn't an enum
2012-06-21hue color display still was shifted, turned out the resolution was a bit too ↵Campbell Barton
low.
2012-06-21[#31895] Connect 'Hue Correct' to 'Viewer' crashes.Jeroen Bakker
2012-06-21 * only calculate node preview that are visible (node_preview flag set &Jeroen Bakker
node_hidden unset)
2012-06-21 * make it possible to composite without an compositor node [#31878]Jeroen Bakker
Tiles Compositor: Fails without 'Compositor' output node. Regression.
2012-06-21 * fix to support for multiple OpenCL platform for the CompositorJeroen Bakker
2012-06-21color backdrop on hue balance was misleading (shifted to the right)Campbell Barton
2012-06-21hue correct node: draw hsv backdrop with full alpha.Campbell Barton
2012-06-21display a sample line in the hue correct, handy to sample the image to know ↵Campbell Barton
what to change
2012-06-21sampling the node backdrop now draws a line in the curve (as it did in 2.4x).Campbell Barton
2012-06-21style cleanupCampbell Barton
2012-06-21Fix #31787, moving the mouse cursor outside the Blender window doesn't ↵Lukas Toenne
change back to standard cursor on OSX. This was caused by an unnecessarily removed line in r46884. Reported and fixed by Jens Verwiebe in IRC.
2012-06-21negate previous commit flag, this way existing files dont loose their feather.Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing ↵Campbell Barton
masks its useful to be able to disable. also rename RNA to 'use_antialiasing'
2012-06-21Fixes for 8vytes scalar types used in DNA (int64 and double)Sergey Sharybin
- makesdna wasn't checking whether such scalars are aligned to 8 bytes. Now it should be handled correct. - Some scalars in Object structure weren't 8 bytes aligned, which lead to some incorrectly loaded files. Fixed by adding void *pad. It's a bit tricky part of patch, but can't see clearer way to make alignment correct Usually ints/chars were used for padding, but in this case there are some leading pointer properties before int64 properties and using pointer as a padding resolves alignment on both 32 and 64 bit platforms. Using pointers as padding weren't needed before, because all types were correctly aligned independent of whether pointers are 4 or 8 bytes. This fixes #31774: Empty offset Y parameter is resetting
2012-06-21Fixes [#31433] BMesh: Knife tool Angle Constraint functionNicholas Rishel
The problem was that calculating the angle was reliant on previous mouse coordinates, which did not update to match snapped-to vertices and edges. This solves the issue by updating mouse coordinates in knife_find_closest_edge() and knife_find_closest_vertex(). Additionally, when angle constraints are enabled, edge/vertex snapping is now prevented.
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton
2012-06-21Fix for color ramp RNA paths in node trees. The path generation for color ↵Lukas Toenne
ramps in nodes was incomplete (not prepending the ID-to-node path), which prevented keyframing color ramp elements. Path lookup for color ramps is still brute-force and slow, but this is a general design problem with nested RNA structs.
2012-06-21Fix for properly converting 2.4x IPO Actuators to 2.6x Action Actuators. ↵Mitchell Stokes
Previously the converted Action Actuators would not have an action assigned. This fix is based on code provided by Maxim Aleynikov in his report: [#30410] not full conversion IPO Actuator in Action Actuator.
2012-06-21Fix for [#31396] "bge.logic.LibLoad fails to import text blocks" reported by ↵Mitchell Stokes
Leonard Ritter. Blender's import function check's the Text datablocks in main for additional modules for importing. However, libloaded scenes were 1) not loading Text datablocks and 2) not letting bpy know about them. Text datablocks are now loaded if a Scene is loaded and bpy can now looking through extra Mains to find additional modules.
2012-06-21workarond for outliner group object selection trick - which is so slow it ↵Campbell Barton
had to be disabled. Now use the first object of the group, which isn't great but is at least usable.
2012-06-21correction to own commit - thanks Anthony Edlin for pointing out the error.Campbell Barton
2012-06-21fix for segfault loading a file with a proxy that is a missing link.Campbell Barton
2012-06-21Refactoring of tiles opencl implementation:Monique Dewanchand
- Moved methods from NodeOperation to OpenCLDevice - Added check on Nvidia for local size
2012-06-20avoid calls to BLF_height_default in a loop calling with the same value, ↵Campbell Barton
also quiet warning.
2012-06-20make mask handles draw with an outline - when outline option is enabled.Campbell Barton
2012-06-20fix for use of 2 uninitialized vars in the tiles compositor.Campbell Barton
2012-06-20fix for error with sequencer stip text drawing - was using unclamped handle ↵Campbell Barton
sizes for the text bounds, this could be very wrong with long strips.
2012-06-20 * reset OpenCL innerloop size to 32.Jeroen Bakker
2012-06-20style cleanupCampbell Barton
2012-06-20move the frame length to the end for sequence drawing (mango request, since ↵Campbell Barton
often the name is clipped out entirely so only then length is seen)
2012-06-20Fix crash in compositing nodes with a node group with missing datablock, canBrecht Van Lommel
happen with library linking and missing files.
2012-06-20Fix #31852: Sequencer duplicate cant move strips on Y axis in a metaSergey Sharybin
Issue was caused by some stuff happenign in wm_operator_finish() which uses to somehow restore changes made by transformation invoke function. Solved by not calling translation operator directly from duplication operator (which is in fact really tricky) and use macros instead. This macros calls duplication operator which simply duplicates strip, and then calls translation operator.
2012-06-20removing from group now shows menu to select group to remove.Campbell Barton
2012-06-20Added command line argument --debug-valueSergey Sharybin
Useful when needed to set debug value (G.rt) on blender's startup
2012-06-20Silent masks "alloc new deform spline" debug printSergey Sharybin
2012-06-20Store parent's initial position when setting mask's parent from the interfaceSergey Sharybin