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
2010-10-03synched with trunk at revision 32129Nick Samarin
2010-09-26Added missed data listener ND_CURSOR to text space.Sergey Sharybin
2010-09-26Fix for fix in revision 32122, viewer node wasn't working anymore in some cases.Brecht Van Lommel
2010-09-26Fix #23991: vertex group sorting used case sensitive string compare,Brecht Van Lommel
2010-09-26Fix #23583: crash when deleting last keyframe in an f-curve with a generatorBrecht Van Lommel
2010-09-25Fix #23708: F-key make links between nodes didn't add links when a node outputBrecht Van Lommel
2010-09-25Fix #23690: threading crash with compositing nodes and scopes view.Brecht Van Lommel
2010-09-25Fix #23847: keyframe insert on button not working in popup menus, e.g.Brecht Van Lommel
2010-09-25Fix #23985: crash in graph editor with objects without material.Brecht Van Lommel
2010-09-25Fix #23983: Text editor does not update immediately when unlinking a textSergey Sharybin
2010-09-25Fix #23901: displace node not working with negative values.Brecht Van Lommel
2010-09-25py/rna keyframe functions can now key longer paths if called from an ID block.Campbell Barton
2010-09-25Fix related to #23606, tweak baking error message a bit so it also coversBrecht Van Lommel
2010-09-25fix for own error with recent patch edits, globbing wasnt being cleared so im...Campbell Barton
2010-09-25- Ignore selected handles if control point is selected whenSergey Sharybin
2010-09-24Fix for [#21875] Copy rotation only on y axiesJanne Karhu
2010-09-24Fix for [#23549] Copy rotation don't work if influence is another than 0 or 1Janne Karhu
2010-09-24bugfix [#23973] Make Single User -> Object & Data dont work as expectedCampbell Barton
2010-09-24Changing loopcut count caused memory errors in some cases due to missing null...Janne Karhu
2010-09-24missing check in recent commitCampbell Barton
2010-09-24Fix for [#22289] Cancelling transform fails to revert change in f-curve handl...Janne Karhu
2010-09-24Fix for [#22323] Graph Editor: crashe when transforming keys after pivot is s...Janne Karhu
2010-09-24Fix for [#23970] Memory problem when setting hair amount to zeroJanne Karhu
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-24new utility function BLI_testextensie_globCampbell Barton
2010-09-24Annoying hack to pretend that an operator and its properties are the same, wh...Campbell Barton
2010-09-24fix for python refcounting leak, RNA_path_resolve_full now unsets the index i...Campbell Barton
2010-09-24bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() wi...Campbell Barton
2010-09-24Fix for [#22662] Transforming handles in the graph editor is broken.Janne Karhu
2010-09-24Fix [#23539] Blender Generated Static Environments Fail To SaveNathan Letwory
2010-09-24Fix #23170: multithreaded texture baking could give wrong results with margin,Brecht Van Lommel
2010-09-24Fix #23005: circle select not working paint modes with face select.Brecht Van Lommel
2010-09-24Fix #22947: sample color tool not working in user preferences, was assuming theBrecht Van Lommel
2010-09-24Fix #22922: adding new nodes didn't add them at the mouse location. This alsoBrecht Van Lommel
2010-09-23Fix other part of #22853: mirrored transform on armature tail/head only did notBrecht Van Lommel
2010-09-23UI: for operator macro's, don't show internal ID name but UI name in redo panel.Brecht Van Lommel
2010-09-23Fix part of #22853: armature editmode crash with undo.Brecht Van Lommel
2010-09-23Small code cleanup to remove old undo calls that do nothing.Brecht Van Lommel
2010-09-23Possible fix for #23947: baking while in editmode did not take into accountBrecht Van Lommel
2010-09-23bugfix [#22169] LoopCut and Slide plus ArrayModifier Object offset FirstLast ...Campbell Barton
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-23Fix for [#22598] Animated texture properties do not appear in IPO if no mater...Janne Karhu
2010-09-23Fix for [#23872] particle deflection in conjunction with SPH particles is app...Janne Karhu
2010-09-23bugfix [#23795] Insert Visual Loc/Rot Keyframe of Armature Bones BrokenCampbell Barton
2010-09-23support for PROP_ENUM_FLAG buttons, these were only supported by python.Campbell Barton
2010-09-23fix for mistake in rna naming.Campbell Barton
2010-09-23- py/rna's path_resolve function was ignoring the index eg: obj.path_resolve(...Campbell Barton
2010-09-23bugfix [#23954] Bone roll keeps changing when switching between EDIT <-> OBJE...Campbell Barton
2010-09-22patch [#23675] fix #22787 with workaroundCampbell Barton
2010-09-22bugfix [#23577] Parenting scaled objects transforms themCampbell Barton