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-11-20svn merge ^/trunk/blender -r41961:41998Campbell Barton
2011-11-20UI/RNA:Thomas Dinges
2011-11-20UI:Brecht Van Lommel
2011-11-19More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-19- rename MovieTrackingMarker.enabled --> mute, to match constraints/nla/fcurv...Campbell Barton
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-18speedup for editmesh tesselation (approx 4.4x speedup in optimized builds),Campbell Barton
2011-11-18Rename bgpic.add() to bgpic.new() to correspond others collections likeSergey Sharybin
2011-11-18svn merge ^/trunk/blender -r41954:41961Campbell Barton
2011-11-18make RNA_def_float_rotation usable for single value rotations (not arrays).Campbell Barton
2011-11-18Moving spanish code from es_ES to es for now (as the best spanish translation...Bastien Montagne
2011-11-18edits to 41957, main changes to render layer removal.Campbell Barton
2011-11-18Added methods new and remove to scene.render.layers, so now render layersSergey Sharybin
2011-11-18svn merge ^/trunk/blender -r41939:41954Campbell Barton
2011-11-17Tweaks and fixes to UI messages, found while translating in french.Bastien Montagne
2011-11-17add flag FUNC_USE_MAIN for rna functions which don't need the context. (curre...Campbell Barton
2011-11-17svn merge ^/trunk/blender -r41932:41939Campbell Barton
2011-11-17Add access to UVs from python, patch python unwrap scripts to work wtih ngonsAndrew Wiggin
2011-11-17Fix [#29190] VSE bugs.Bastien Montagne
2011-11-16svn merge -r41926:41932 ^/trunk/blenderCampbell 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-16Camera tracking: forbid focal length=0 and small code cleanupSergey Sharybin
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
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-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-15access mesh string data layer as bytes since this is low level data storageCampbell Barton
2011-11-15patch [#27708] API for adding mesh propertiesCampbell Barton
2011-11-15Camera tracking: made some options more easy to understandSergey Sharybin
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
2011-11-15Minor: added the description of expected string format for the template_list'...Bastien Montagne
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
2011-11-15bytestring support for py/rna - this is so py can access data whichCampbell Barton
2011-11-15svn merge -r41779:41847 ^/trunk/blenderCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-15Fix #29249: mapping node not keyable anymore, restore RNA to what it was beforeBrecht Van Lommel
2011-11-14Some UI messages fixes and tweaks in recent merges (found while translating i...Bastien Montagne
2011-11-14Object.to_mesh() for metaball objects now only return a mesh for the basis/mo...Brecht Van Lommel
2011-11-14minor cleanup Campbell Barton
2011-11-14Apply patch [#28632] Add individual invert to 3d mouse in turntable mode and ...Nathan Letwory
2011-11-14make ocean rna more consistent with existing rna namesCampbell Barton
2011-11-14make rna naming for dynamic paint consistent with existing names & conventions.Campbell Barton
2011-11-14DPAINT_OT_output_toggle operator was using an index option for what was reall...Campbell Barton
2011-11-14Camera tracking: interface cleanup and small buttons renamingSergey Sharybin