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-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-09workaround for msvc not supporting variable length args in macros.Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-02paranoid check that RNA string functions set the string, would have helped so...Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28RNA_property_as_string now escapes the string (so operator redo can include s...Campbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15comment unused lines.Campbell Barton
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-05fix for possible uninitialized RNA strings, when RNA_string_get property is n...Campbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-28Fix #27719: custom RNA properties fail to update drivers. Hopefully this isBrecht Van Lommel
2011-07-26RNA: function calls with optional parameters were not giving correct defaultBrecht Van Lommel
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-01fix [#27820] foreach_get on bpy_prop_collections returns weird resultsCampbell Barton
2011-06-23Merge with trunk r 37746.Joerg Mueller
2011-06-23checks in rna range functions that the max value cant be less than the min.Campbell Barton
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-16fix [#27673] Value sliders >1 do not represent numerical ratios rightCampbell Barton
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-13Transformation Channel Driver Variables - "Proper Localspace"Joshua Leung
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18fix a crash when getting the value of an enum.Campbell Barton
2011-05-18fix for one of the issues in [#27035] 3 problems: crash and enum "REGION" not...Campbell Barton
2011-05-04new rna api call: RNA_struct_idprops_unset(op->ptr, "someprop"), added to all...Campbell Barton
2011-04-11fix for one of the [#26854] UV issuesCampbell 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-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-25SpaceImage.curves --> curve for consistency.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-03-22add BLI_assert() type checks for RNA property get/set functions, since there ...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get valu...Campbell Barton
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