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
2010-10-07bugfix [#24168] verts[] was replaced with vertices[] but gives the old info t...Campbell Barton
2010-10-06[#24063] Error in RNA naming in SequenceCrop.min_x/y ;Campbell Barton
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05Fix #24135: Material modification not immediately updated in OutlinerSergey Sharybin
2010-10-05Fix for [#24107] Hair/General particle glitch- PresetsJanne Karhu
2010-10-05Fixed own typo in last commit to curve RNASergey Sharybin
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-04Recalc knots when toggling nurb cyclic flagsSergey Sharybin
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton
2010-10-02Fix #22348: disabled image editor curves on non-float images, this neverBrecht Van Lommel
2010-10-02Fix #24095: user preferences theme colors didn't match exactly with whatBrecht Van Lommel
2010-10-02- spec hardness was missing redraw updateCampbell Barton
2010-09-30Action/Shapekey Editor Bugfixes:Joshua Leung
2010-09-30rename makeknots to nurbs_knot_calc_u/vCampbell Barton
2010-09-29Cleanup of code and ui of sequencer speed effect.Janne Karhu
2010-09-28patch [#24034] Fix for [#24010] in 3D view; updates materialCampbell Barton
2010-09-27disable animating the camera lens angle, this way we dont have the problem wh...Campbell Barton
2010-09-27invalid name [#23986] Camera->Lens->Pespective->Angle inputCampbell Barton
2010-09-24missing check in recent commitCampbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...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-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-23bugfix [#23795] Insert Visual Loc/Rot Keyframe of Armature Bones BrokenCampbell Barton
2010-09-23fix for mistake in rna naming.Campbell Barton
2010-09-22bugfix [#23514] Modifier names containing ']' character cant be animated.Campbell Barton
2010-09-22Increasing compositor blur max sizeDaniel Salazar
2010-09-22RNA renaming nodetree to node_tree Dalai Felinto
2010-09-21fixed filename overwrite red highlight not updating when +/- pressed.Campbell Barton
2010-09-20bugfix [#23326] Enable to add keframes on Image values (texture context)Campbell Barton
2010-09-20bugfix [#23910] Removing an object in Py crashes blenderCampbell Barton
2010-09-19map old/new rna & ui backCampbell Barton
2010-09-18Fixed problems with outliner update in same cases caused by my previous commit.Sergey Sharybin
2010-09-18missed renaming this function call.Campbell Barton
2010-09-17patch [#23840] [Pose]Bone.envelope(point=(0,0,0))Campbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-17Tiny addition to boids functionality: pitch valueJanne Karhu
2010-09-16Fix #23867: GroupNode.nodetree name inconsistent with Material/Texture.node_t...Brecht Van Lommel
2010-09-16Make sure rna_armature.c compiles. Use BLI_math.h that includes <math.h> and ...Nathan Letwory
2010-09-16- bone roll now in degrees not radians.Campbell Barton
2010-09-15- rna properties for bones, select_head, select_tailCampbell Barton
2010-09-15Logic UI: reset the value of a key when clicking outside the input buttonDalai Felinto
2010-09-15Allow start frames < 1 on image sequences.Daniel Salazar
2010-09-14keyconfig updates/changesCampbell Barton
2010-09-11new materials and cameras had incorrect usercounts when added from pythonCampbell Barton
2010-09-11incorrect docstringCampbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.Campbell Barton
2010-09-09- fix for using ['prop'] in RNA apiCampbell Barton
2010-09-09bugfix [#23725] bpy.context.window_manager.Campbell Barton