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-09-06svn merge -r39930:39947 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-01Merging r39652 through r39842 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-17Merging r39199 through r39485 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-09Merging r38818 through r39198 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-08fix [#28178] make single user copy of object data doesn't workCampbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-25Adding WeightVG modifiers code. Still some points to tweak, though.Bastien Montagne
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-16fix [#27673] Value sliders >1 do not represent numerical ratios rightCampbell Barton
2011-06-16== Simple Title Cards for Sequencer ==Joshua Leung
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18fix for one of the issues in [#27035] 3 problems: crash and enum "REGION" not...Campbell Barton
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-04new rna api call: RNA_struct_idprops_unset(op->ptr, "someprop"), added to all...Campbell Barton
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-03-28RNA functions for adding timer (needed for demo mode, also useful for python ...Campbell Barton
2011-03-25new function RNA_warning(), replaces printf with function which may be called...Campbell Barton
2011-03-24RNA & interface functions for checking if RNA in a button uses valid rna prop...Campbell Barton
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-02fix crash from report [#25746] Adding keyframes to nested custom properties (...Campbell Barton
2011-01-25improve unregister error check not to loop over parent classes properties (wo...Campbell Barton
2011-01-25fix [#25748] Addons register parameters/functions more than onceCampbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-12"Pointer" properties can now be reset to some kind of "default" valueJoshua Leung
2010-12-19Patch from Dan to use id user functions rather then accessing direct. also us...Campbell Barton
2010-12-13check if a path can be created to a property before showing keyframe items in...Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-02patch [#23212] Python api for NodesCampbell Barton
2010-11-23changes in own recent commit broke MSVC building.Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-14Forgot to Add NodeLink to the Access Struct file. Thomas Dinges
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-10-10COLLADANathan Letwory
2010-09-02rna context renameCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-03pointer poll functions for object's, mainly for modifiers, constraints.Campbell Barton
2010-07-26* Factored out some duplicated code from rna_brush into paint.c, added a new ...Nicholas Bishop
2010-06-14- option for redraw timer to playback the animationCampbell Barton
2010-05-27== Pivot Constraint ==Joshua Leung