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-04-26don't have spaces in idnames, confuses py types:Campbell Barton
http://www.blender.org/documentation/blender_python_api_2_62_4/bpy.types.Whole%20Character.html
2012-04-26remove pthread include for windows, after this was added I couldn't build ↵Campbell Barton
anymore with mingw, gave and error with ./source/icons/winblender.rc
2012-04-26And for sure we're in release stage now!Sergey Sharybin
2012-04-26Release commit, 2.63!Sergey Sharybin
Special thanks to Mango team for awesome splash screen! And everybody else who made this release! :)
2012-04-26Fix crash clicking Render button in render layer compositing node. ActuallyBrecht Van Lommel
this crash could happen in other situations too, problem was a bug in the jobs system. A job could be suspended, and the operator would stop before the job was actually done since it was not marked as running.
2012-04-26Fix for undefined reference to abort() in outliner selection moduleSergey Sharybin
2012-04-26fix [#31113] bmesh.types.BMLayerCollection getter calculate key indices ↵Campbell Barton
wrong (own fault) also add check so layer.name won't crash incase the layer becomes invalid.
2012-04-26fix for bevel modifier creating invalid geometry - simply tell ↵Campbell Barton
BM_face_split() to check for doubles.
2012-04-26fix memory leak in validating mesh and remove unneeded knife operator ↵Campbell Barton
settings store.
2012-04-26Fix #31066: cycles keeps rendering in viewport after window closed.Brecht Van Lommel
2012-04-26Fix #31058: missing Simplify panel for cycles.Brecht Van Lommel
2012-04-26Fix related to #31067: missing update when toggling Premultiply on a ↵Brecht Van Lommel
sequencer strip.
2012-04-26* Compile fix for recent Outliner header cleanup. Thomas Dinges
2012-04-26Minor fix in response to Koji Iigura's mail. Own error, sorry about that (I ↵Bastien Montagne
tend to forget not all OS are utf-8 yet :/ ).
2012-04-26code cleanup: bmesh comments/todos, no functional changes.Campbell Barton
2012-04-26Fix OIIO dll copying for win32-mingwNathan Letwory
2012-04-26outliner header cleanup (copy pasted headers when split up Im guessing)Campbell Barton
2012-04-26fix for memory leak in the knife toolCampbell Barton
2012-04-26removed unneeded fnmatch include from outliner, comment files as needing ↵Campbell Barton
header cleanup.
2012-04-26fix for buffer overrun crash with saving scene name longer then 24 characters.Campbell Barton
writing render info would try write= 64 length string into 24 length buffer. updated py script to extract render info too.
2012-04-26bmesh: inset tool depth used bad normals for edge verts. Campbell Barton
2012-04-26fix invalid memcpy() use in text editor (backspace would call memcpy with ↵Campbell Barton
overlapping source and destination).
2012-04-252.6 Ocean Modifier UI:Thomas Dinges
* Fix an alignment issue, column_flow layout apparently does not use the whole width, leaving a small gap on the right side. This should be fixed in the layout engine, but too close to release now.
2012-04-25fix for border de-selecting with sync selectionCampbell Barton
2012-04-25Enable building of the installer with MinGW-w64, patch by Caleb Joseph ↵Antony Riakiotakis
(Dobz) thanks a lot!
2012-04-25disable bevel for release after discussion with brecht and sergey, this ↵Campbell Barton
works far too poorly to be included in release.
2012-04-25temp disable 'use last operator settings' - too unreliable, we keep getting ↵Campbell Barton
reports in about some menu item not working right, will try have this ready by next release.
2012-04-25mesh.validate() / BKE_mesh_validate() --- functions now check for duplicate ↵Campbell Barton
vertices used within the same polygon. (which would crash otherwise)
2012-04-25Update for startup.blend: remove vertex color layer from default cubeSergey Sharybin
Pardon for updating this so close to release, but it's annoying to have such a layer and in some cases it leads to unwanted sideeffects. This layer was added by accident when was fixing flags for brushes, didn't notice entering vertex paint mode automatically creates vertex color layer.
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-04-25Small type fix for BMEditMesh.lastDataMask, should be 64-bit.Nicholas Bishop
2012-04-25fix [#31080], edge slide UV correction wasnt working for UVs surrounding the ↵Campbell Barton
end of the slide selection (one edge sliding on a grid for example).
2012-04-25code cleanup: edge slide code had oddly named variables, added some comments ↵Campbell Barton
and renamed vars. also made BM_elem_select_set() a function (was a macro calling a function).
2012-04-25ndof: avoid potential buffer overflow in libspnavMike Erwin
2012-04-25now vertex paint uses the same overrides as weight paint - so wire draw mode ↵Campbell Barton
allows vertex paint to be unlit (which is quite handy, previously you had to hide lamps).
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and ↵Campbell Barton
BM_editselection_* funcs, replace EDBM_ funcs.
2012-04-25code cleanup: dont use bmesh operator flags outside a bmesh operator, use ↵Campbell Barton
hflag tagging instead.
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-24bmesh: fix selection flushing when editing UV's and sync selection is ↵Campbell Barton
enabled, and edge mode is in the 3D view.
2012-04-24bmesh/uv editorCampbell Barton
- selecting in UV window with sync-sel enabled now sets/validates sel-history. - border de-select now clears sel history.
2012-04-24fix [#31083] "Hide Selected" through Menu Operation doesn't work wellCampbell Barton
2012-04-24Lower optimization settings for MinGW-w64. Full optimization causes ↵Antony Riakiotakis
artifacts with empties and gods know what else. Turned on -ftree-vectorize to match MSVC behaviour for 64bit.
2012-04-24Prevent adding objects to be added to a group which is used as dupli-group ↵Sergey Sharybin
for this object when using "Add Selected to Active Group" operator,
2012-04-24remove leftover files from last commitAntony Riakiotakis
2012-04-24revert 45924, not a very clean solution, especially for external libraries ↵Antony Riakiotakis
and looks like -fpermissive is used in linux too
2012-04-24MinGW-w64 enable full optimization for C++ tooAntony Riakiotakis
2012-04-24Remove mingw-w64 errors from loss of precision by converting 64bit pointers ↵Antony Riakiotakis
to ints. All cases found were harmless and the error behaviour could be turned off by the -fpermissive flag but I'd rather keep that off to detect any real problems should they arise.
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with ↵Antony Riakiotakis
slight modifications. Thanks!
2012-04-24crash fix for brush select when no object is activeCampbell Barton