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-09svn merge -r36529:36564 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-09quiet more compiler warnings, also found a bug using printf rather then fprintf.Campbell Barton
2011-05-09more syncing with trunk, also cleared many warnings with gcc4.6Campbell Barton
2011-05-09copied across changes which were missed by merging.Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not...Campbell Barton
2011-05-08comment some unused code.Campbell Barton
2011-05-08RNA Bugfix:Joshua Leung
2011-05-08Apply part of [#21590] .dds textures: fix for DXT1n formatNathan Letwory
2011-05-07Fix #27319: Text editor "Find" does not locate words.Sergey Sharybin
2011-05-07=bmesh=Joseph Eagar
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=bmesh= fixed unintiialized memory bug, thanks to Francisco De La CruzJoseph Eagar
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