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-16svn merge -r41926:41932 ^/trunk/blenderCampbell Barton
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-16remove NULL check for the pool, trunk doesnt have this, caller better check.Campbell Barton
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-16better alignement for BLI_mempool structCampbell Barton
2011-11-16svn merge -r41899:41926 ^/trunk/blender. also sync mempool with trunk and mov...Campbell Barton
2011-11-16Dynamic Paint:Miika Hamalainen
2011-11-16replace macros with math functionsCampbell Barton
2011-11-16quiet compiler warnings for BLI_array defines, split BLI_array_append into BL...Campbell Barton
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-16edit the _BLI_array_growone macro so it doesnt give the error that values are...Campbell Barton
2011-11-16Fix #29093: world zenith up and down texture influence were not workingBrecht Van Lommel
2011-11-16tag index arrays as dirty when any element is removed, also check validity on...Campbell Barton
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-16BM_Compute_Normals was setting invalid edge index values when it didn't need to.Campbell Barton
2011-11-16ensure dirty flags / index arrays are in a valid state before & after executi...Campbell Barton
2011-11-16fix for error in last commit, also make BM_ElemIndex_Validate() check dirty f...Campbell Barton
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-16prepare for flagging the bmesh has having invalid index values, so we can ski...Campbell Barton
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-16set the index on newly added vert/edge/facesCampbell Barton
2011-11-16formatting edits & doc correction, no functional changes.Campbell Barton
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell 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