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-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-16Dynamic Paint:Miika Hamalainen
2011-11-16minor edits, move mempool stack vars into the nested scope when they aren't l...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-16Fix #29293: NLA Strip modifiers don't survive save/reload. One letterBrecht Van Lommel
2011-11-16Fix #29093: world zenith up and down texture influence were not workingBrecht Van Lommel
2011-11-16Fix #29160: material node "Texture" didn't use default texture coordinatesBrecht Van Lommel
2011-11-16Fix #29243: unlink texture datablock from material node in texture propertiesBrecht Van Lommel
2011-11-16Fix #29287: cycles and other external render engines did not print correct frameBrecht Van Lommel
2011-11-16Default cache file paths for ocean and fluidsim modifiers are now "<temp fold...Lukas Toenne
2011-11-16Fix #29288: armature draw type wire + manipulator draw issue.Brecht Van Lommel
2011-11-16Camera tracking: forbid focal length=0 and small code cleanupSergey Sharybin
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 #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