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 (Expand)Author
2011-11-16formatting edits & doc correction, no functional changes.Campbell Barton
2011-11-16Partial Bugfix 2: [#29229] Outliner RMB commands unexpected resultsJoshua Leung
2011-11-16Partial Bugfix: [#29229] Outliner RMB commands unexpected resultsJoshua Leung
2011-11-16Fix #29232: on background render where it could not find the .blend file, theBrecht Van Lommel
2011-11-16Fix #28936: UV unwrap issue with meshes with inconsistent normals.Brecht Van Lommel
2011-11-16Fix: part of 3d view header disappears when collapsing menus.Brecht Van Lommel
2011-11-16Typo fixes in descriptions.Sergey Sharybin
2011-11-15Fix #29208: Text.clear() and Text.write() did not redraw text editor.Brecht Van Lommel
2011-11-15Fix for #29165 bugfix: adding nodes from shift+A menu in node editor did noth...Brecht Van Lommel
2011-11-15patch [#28993] wm_window_match_do(): Fix crash on null pointer dereferenceCampbell Barton
2011-11-15replace rna description string limits with rna define RNA_DYN_DESCR_MAXCampbell Barton
2011-11-15add support for python __doc__ comments in menu classes showing in the toolti...Campbell Barton
2011-11-15show tooltips for menus, currently works for operators and enum properties wh...Campbell Barton
2011-11-15access mesh string data layer as bytes since this is low level data storageCampbell Barton
2011-11-15fix [#29272] Dynamic Paint crashes on duplicating a particle systemCampbell Barton
2011-11-15One more description became easier to understandSergey Sharybin
2011-11-15patch [#27708] API for adding mesh propertiesCampbell Barton
2011-11-15Camera tracking: made some options more easy to understandSergey Sharybin
2011-11-15Follow-up commit to r.41765Joshua Leung
2011-11-15py/rna api was calling RNA_property_type more often then needed (no functiona...Campbell Barton
2011-11-15Formatting cleanup. No functional changesJoshua Leung
2011-11-15correct off by one error in previous commit, also add assert incase idpropert...Campbell Barton
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-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
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-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-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-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