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-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-04new rna api call: RNA_struct_idprops_unset(op->ptr, "someprop"), added to all...Campbell Barton
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-04rna object constraint remove function wasn't calling ED_object_constraint_upd...Campbell Barton
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-05-04use UNUSED in some more function args, no functional changes.Campbell Barton
2011-05-03fix [#27268] 2.57b Global Pivot Option not functional.Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
2011-05-02Related to bug #27004: there is now an option to disable color management forBrecht Van Lommel
2011-05-02=trunk=Joseph Eagar
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-05-01- Description of texture angle sources and stroke methodsSergey Sharybin
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-05-01=trunk=Joseph Eagar
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-04-28Added tooltip note that parent curve 'Follow' needs to be enabled for track a...Campbell Barton
2011-04-28Twitter report fix :)Ton Roosendaal
2011-04-28rename duplicate header defines & remove unused var.Campbell Barton
2011-04-26Adding support for adding copies of existing drivers to other animdataJoshua Leung
2011-04-26- fix for player linkingCampbell Barton
2011-04-252.5 Interface:Thomas Dinges
2011-04-25rna apiCampbell Barton
2011-04-23Bugfix [#27134] Minor bug in the name: property Constraint.is_validJoshua Leung
2011-04-23Send NA_EDITED notifier when changing tab width in text space propertiesSergey Sharybin
2011-04-22zoom operator.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21minor changesCampbell Barton
2011-04-21fix [#27084] Crash when chosing non-voxel data file in voxel data texture inputCampbell Barton
2011-04-21fix [#27083] Crash on setting Voxel resolution below -3 in 8bit raw texture s...Campbell Barton
2011-04-20This was causing too many problems. Better to just not enable this forJoshua Leung
2011-04-19Whitespace/typosJoshua Leung
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-18object.collision was allocating on access for all object types - camera could...Campbell Barton
2011-04-18fix [#26995] Crash on bpy.context.object.collisionCampbell Barton
2011-04-17Fix #26989: Smooth tangent Iteration field in Curve panel not responding.Sergey Sharybin
2011-04-17fix #26957M.G. Kishalmi
2011-04-16changing the gl texture limit wasn't updating the displayed sizes.Campbell Barton
2011-04-13fix [#26895] STL import in Win 7 64bitCampbell Barton
2011-04-12changed image texture filters description from 'Area filter' toM.G. Kishalmi
2011-04-11py api: bpy.data.is_dirty wasn't working like image is dirty, instead is woul...Campbell Barton
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-04-11fix for one of the [#26854] UV issuesCampbell Barton
2011-04-11Fix for [#26652] "Audio Muted" in Time Line Editor is not workingJoerg Mueller
2011-04-08Fixes related to using Library files:Ton Roosendaal
2011-04-08add new subtype PROP_COORDS, for generic coordinates that are not to be chang...Campbell Barton
2011-04-07Bugfix #26748Ton Roosendaal