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 (Expand)Author
2011-11-15add IDP_EqualsProperties support for comparing non-null terminated byte strings.Campbell Barton
2011-11-15de-duplicate some idproperty py api code, also improve some exception messages.Campbell Barton
2011-11-15Fixed compilation error in writeffmpg.c (caused by recent IDProp changes).Bastien Montagne
2011-11-15Minor: added the description of expected string format for the template_list'...Bastien Montagne
2011-11-15rename IDProp.c/h to idprop_py_api, since it was same name as BKE idprop.c wi...Campbell Barton
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15Fixed typo in previous commitSergey Sharybin
2011-11-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
2011-11-15Patch from nico_ga: libmv can be compiled with icc nowSergey Sharybin
2011-11-15Request from nico_ga: expose WITH_BF_STATIC* variables to linux-config soSergey Sharybin
2011-11-15fix for own error, BLI_replace_extension would strip the filename if there wa...Campbell Barton
2011-11-15fix for crash in blenderplayer when the engine isnt fount.Campbell Barton
2011-11-15Workaround for half-transparent windows when running blender-softwareglSergey Sharybin
2011-11-15bytestring support for py/rna - this is so py can access data whichCampbell Barton
2011-11-15Fix #29202: Crash - VSE Cross strip probably leads to thisSergey Sharybin
2011-11-15Fix #29253: 3D Manipulator: "Active Element" not supported for curvesSergey Sharybin
2011-11-15Fix #29165: Arrow keys not working correct in Compositing Node EditorSergey Sharybin
2011-11-15add back feature from 2.4x - Shift+Del to delete objects from all scenes.Campbell Barton
2011-11-15remove unused OceanModifierData member & use smaller flags where possibleCampbell Barton
2011-11-15set cycles scripts as pep8 & make some minor changes.Campbell Barton
2011-11-15Fix #29249: mapping node not keyable anymore, restore RNA to what it was beforeBrecht Van Lommel
2011-11-15Fix #29238: crash with node dependency loop.Brecht Van Lommel
2011-11-14Cycles:Brecht Van Lommel
2011-11-14Fix for uninitialized usage of spos in AUD_LinearResampleReader::readSergey Sharybin
2011-11-14Some UI messages fixes and tweaks in recent merges (found while translating i...Bastien Montagne
2011-11-14Text Editor: implement space-as-tab navigationDalai Felinto
2011-11-14Cycles: Oren-Nayar BSDF support. This is not a separate shader node, rather itBrecht Van Lommel
2011-11-14Fix: Last triangle wasn't always drawn when VBO enabled.Miika Hamalainen
2011-11-14Object.to_mesh() for metaball objects now only return a mesh for the basis/mo...Brecht Van Lommel
2011-11-14minor cleanup Campbell Barton
2011-11-14* Recommit of "a" BLENDER_VERSION_CHAR.Thomas Dinges
2011-11-14fix [#29251] Properties options={'SKIP_SAVE'} not working, patch attachedCampbell Barton
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-14Apply patch [#28632] Add individual invert to 3d mouse in turntable mode and ...Nathan Letwory
2011-11-14Scons: make sure fftw is enabled when ocean_mod is compiledJens Verwiebe
2011-11-14Fix #29252: GLSL not working with geometry material node after recent changes.Brecht Van Lommel
2011-11-14Better fix for crashes when rendering original edit mesh faces on empty edit ...Lukas Toenne
2011-11-14Fixed compilation error with msvc caused by recent libmv commitSergey Sharybin
2011-11-14mingw compiles again after OceanSim stuffJoshua Leung
2011-11-14fix for shiftx/y for recently added VIEW3D_OT_camera_to_view_selected operator.Campbell Barton
2011-11-14Fix for [#29247] Incorrect black color with dynamic paintMiika Hamalainen
2011-11-14Fix for #29241, ocean sim modifier crash when removing all vertices.Lukas Toenne
2011-11-14make ocean rna more consistent with existing rna namesCampbell Barton
2011-11-14make rna naming for dynamic paint consistent with existing names & conventions.Campbell Barton
2011-11-14DPAINT_OT_output_toggle operator was using an index option for what was reall...Campbell Barton
2011-11-14Camera tracking: interface cleanup and small buttons renamingSergey Sharybin
2011-11-14Camera tracking: code cleanupSergey Sharybin
2011-11-14Assorted camera tracker improvementsSergey Sharybin
2011-11-14fix uninitialized memory use when an object has modifiers but no ocean modifier.Campbell Barton
2011-11-14Ocean baking was using uninitialized memory, but further investigation it was...Campbell Barton