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-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
2011-04-06Fix for Image.pixels set, buffer was not tagged as modified, patch by Domino ...Brecht Van Lommel
2011-04-06Fixed incorrect RNA access when changing type of sequencer viewSergey Sharybin
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-05fix [#26782] Missing settings in some texture nodes.Campbell Barton
2011-04-04Fix for slow Image.pixels, make it a flat instead of multidimensional array.Brecht Van Lommel
2011-04-04Fix for [#26747] Crash accessing dynamic hair RNAJanne Karhu
2011-04-04Fix for [#26750] Particles Can Only Address first 16 Material IndexesJanne Karhu
2011-04-04[#26768] 2.57 - sys.path not initialized properlyCampbell Barton
2011-04-04fix [#26757] Python console: help() doesn't work anymoreCampbell Barton
2011-04-04fix [#26760] Crash on voxel data image sequence file datablock unlinkCampbell Barton
2011-04-03Image pixel acces, through Image.pixels as floating point values.Brecht Van Lommel
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-02IRC report: Proportional editing tooltip lacked, and missed info forTon Roosendaal
2011-04-02[#26719] Fix AAO Tooltips by Sergej Reich (sergof). Thanks! Thomas Dinges
2011-04-02move grese pencil layers[i].active (boolean) -> layers.active (GPencil Layer).Campbell Barton
2011-04-022.5 UI:Thomas Dinges
2011-04-01- bpy.app.release so python scripts can check if the release is stable or not.Campbell Barton
2011-04-01Animation Editors: Name-based filteringJoshua Leung
2011-04-01xray option for grease pencil (on by default), sometimes its nicer not to hav...Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-03-31fix for issue #2 in report: [#26695] Two fail cases with modifiers targeting ...Campbell Barton
2011-03-30py/rna Operator.cancel method didnt have return defined.Campbell Barton
2011-03-30disallow rna paths resolving to upper case X/Y/Z/X / R/G/B/A, python cant res...Campbell Barton
2011-03-29add rna read-only width/height for screen areas.Campbell Barton
2011-03-29use RNA_warning() rather then printf() so we get the python line number.Campbell Barton
2011-03-28Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_...Campbell Barton
2011-03-28RNA functions for adding timer (needed for demo mode, also useful for python ...Campbell Barton