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-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - ↵Campbell Barton
BM_mesh_validate()
2012-03-22fix for python called operators getting/setting the operator last used ↵Campbell Barton
state, also set object.vertex_group_assign.new to false when accessed from blenders UI
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
this report exposed multiple bugs in blender when using a non utf8 compatible home directory. - bpy.utils.script_paths() would crash when homedir wasn't utf8 (reported bug) - PyC_DefaultNameSpace() - would raise an error when running when __file__ was non utf8. - preset filepath property was not set to accept non utf8. - bpy.paths.display_name would raise an error on non utf8 paths, (used for preset draw)
2012-03-22Fix #30504 selecting self-intersecting face loop won't work correctly.Antony Riakiotakis
Added generic secondary hash to walker. In faceloop select it is used to remember if edge has been previously visited, in addition to the hash used for faces. This solves the case where walker stops if it finds an already added face.
2012-03-22fix issue with own recent commit - was accessing freed 'wm' on loading files.Campbell Barton
2012-03-21== Sequencer ==Peter Schlaile
This adds movieclip input support to the sequencer, thereby making undistorted and stabilized footage available without a seperate render step. Also: removes some old cruft code from the sequencer: * new_tstripdata wasn't used anymore * StripElems were allocated for SCENE strips on full length, wasting memory Added a comment, that hopefully makes things a little bit clearer: StripElems are *only* usefull for MOVIE + IMAGE strips for all other strip types one can set this pointer to NULL. (If that should cause otherwise problems, then the code that doesn't check for NULL is to blame!)
2012-03-21Fix for crash on selecting loop in cases when some edges aren't connected to ↵Sergey Sharybin
any faces.
2012-03-21Use linear interpolation for intersecting tracks when joining them together.Sergey Sharybin
2012-03-21Tracking objects were creating with zero scale.Sergey Sharybin
2012-03-21Quick fix to broken text editor/console from r45051.Bastien Montagne
Note: not completely sure this is the way to go, but at least it works (and is easy to revert in case there is better solution ;) ).
2012-03-21Fix #30616: Inconsistency Del and Backspace of resetting valuesSergey Sharybin
Color circle, waveform and histogram were still using Del key for resetting value. Changed to backspace.
2012-03-21Fix blenderplayer utf8 cmake for MinGW (linking order matters for gcc)Antony Riakiotakis
2012-03-21move some bmesh headers into intern/ since they are not used externally.Campbell Barton
2012-03-21fix [#30613] B-mesh - inset created invalid meshCampbell Barton
inset could make a quad that used the same vertex multiple times.
2012-03-21partial fix for bug [#30613], inset creating invalid meshes, however its ↵Campbell Barton
still possible to cause a crash with a different selection, will fix next.
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-21fix [#30617] regression: select similar no thresholdCampbell Barton
2012-03-21wm/operator code:Campbell Barton
Change operator previous settings initialization not to use the redo stack since this gets cleared and it means only redo operators can re-use last settings. now this works for import/export as well.
2012-03-21bmesh docs:Campbell Barton
- add examples for custom-data access - group BMesh types logically in docs - added missing docstrings needed to add grouping functionality to sphinx for this.
2012-03-21starting blender with -W option would cause other windows (like user ↵Campbell Barton
preferences to be fullscreen too), now only override once.
2012-03-21patch [#30593] Minor 3D View Hint ChangesCampbell Barton
from Harley Acheson (harley)
2012-03-21fix for Quaternion.to_axis_angle() returning a zero axis vector.Campbell Barton
2012-03-21Fix for compiling bplayer on cmake/win after adding utf support.Alexander Kuznetsov
Reported by Miika
2012-03-21patch [#30602] Wiki Quick Hack: Apply Transformation To LatticesCampbell Barton
from Justin Dailey (dail)
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-21disable re-using 'number_cuts' setting on operators, problem was that you ↵Campbell Barton
could subdiv a plane many times but then go to subdivide a high poly mesh and it would start with really high subdiv value (possibly running out of ram and crashing).
2012-03-21patch from Richard Shaw, exclude ffmpeg files when its disabled.Campbell Barton
also fix for incorrect text in mesh specials menu - Select Inverse was called (De)Select All.
2012-03-21fix to possible bug running python callbacks - bpy.app.handlers.* to support ↵Campbell Barton
handlers removing themselves from the list.
2012-03-21Smoke bugfix: Collision objects were completely broken in some cases since ↵Daniel Genrich
no tessfaces were generated. (Thanks to Campbell for giving me the solution)
2012-03-20Fix related #30606: missing undo push editing node inputs in properties editor.Brecht Van Lommel
2012-03-20Fix #30543: tessellating ngons with small angles was failing. There was a quiteBrecht Van Lommel
arbitrary limit of pi/24 for picking 3 vertices to use for computing a normal, now it uses vertices with the maximum angle between them.
2012-03-20Remaining fix for #30606. Added a simple link limit check when replacing ↵Lukas Toenne
nodes and relinking inputs, to avoid double links on inputs.
2012-03-20Smoke bugfix: Fix copy paste + bad "if's" resulting in missing releation in ↵Daniel Genrich
depsgraph (smoke collision groups not working, collision object relations wrong).
2012-03-20Fix #30600: extrude in vertex select mode did not copy attributes like ↵Brecht Van Lommel
smooth/flat flag from adjacent face. It did work for edge select mode, now uses same code.
2012-03-20Correction for previous commit to make normals direction always insideSergey Sharybin
2012-03-20Partial fix for #30606. In node tree updates also update the sock->link ↵Lukas Toenne
pointers when only the NTREE_UPDATE_NODES flag is set, this happens when duplicating a node, which can lead to wrong pointers on the duplicated but unlinked node.
2012-03-20Fix #30420: Metaball Shading Inverted in Raytrace Reflection (Blender Internal)Sergey Sharybin
Issue was caused by negative scale of camera. Metabolls are using procedural normals and in case of negative scaled camera normals for them shall be flipped.
2012-03-20Port mball_to_mesh to use polys.Sergey Sharybin
2012-03-20Fix for [#30445] Particle simulation, rekey crashes blenderJanne Karhu
- Entering particle mode crashed due to missing checks if a particle didn't have any baked keys. - The rekey functionality is only supported for hair, so replaced the operator poll function with the correct one. - Also replaced a couple of other "only hair" operator poll functions to the correct ones.
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
Missed initialization of hidden array when copying mdisps data from one face to another.
2012-03-20temp disable inset boundary option, it can make invalid meshes, need to look ↵Campbell Barton
into this further.
2012-03-20replace SETCOL defines with inline function: rgba_char_args_setCampbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20Fix uninitialized variable in multires apply base.Nicholas Bishop
Reported on BlenderArtists by Guffy, was causing ugly spikes in lower levels.
2012-03-20py/rna api - fix for an empty enum flag with no members being displayed as ↵Campbell Barton
{}, now check for this case and display as set()
2012-03-20fix [#30589] RNA function descriptions not showing in Python console on ↵Campbell Barton
autocomplete show rna function description and arguments now.
2012-03-20fix [#30583] very old blend files are loading post-bmesh with no face/uv ↵Campbell Barton
information, just wires versioning code called a customdata update function which ended up clearing tessfaces - before converting polygons to tessfaces. Added check so tessfaces aren't cleared when there are no polygons.
2012-03-20style cleanupCampbell Barton