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-01-17misc maintenance changesCampbell Barton
2011-01-12"Pointer" properties can now be reset to some kind of "default" valueJoshua Leung
2011-01-10comment dead code from RNA_pointer_create(), was finding the id pointer type ...Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton
2011-01-03fix for [#25470] single property driver vars don't updateCampbell Barton
2011-01-01Bugfix #25437Ton Roosendaal
2010-12-21bugfix [#24469] Cannot add keyframes on custom properties in IDPropertyGroupsCampbell Barton
2010-12-19Patch from Dan to use id user functions rather then accessing direct. also us...Campbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-13check if a path can be created to a property before showing keyframe items in...Campbell Barton
2010-12-13Expose access to PROP_ENUM_FLAG from bpy.props.EnumProperty(), this is expose...Campbell Barton
2010-12-13multi-dimensional array resolving for rna paths.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-01partial fix [#23265] matrix_world rna path is visible but returns 0 to driver...Campbell Barton
2010-12-01fix for crashes trying to resolve paths "location[]" or "location.."Campbell Barton
2010-11-29fix [#24921] Crash after inserting keyframing UV coords and changing frame in...Campbell Barton
2010-11-26remove support for rna resolving paths with collection['name'], only support ...Campbell 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-09RNA_property_as_string support for pointer properties, without this macro arg...Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-09-24missing check in recent commitCampbell 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-22bugfix [#23514] Modifier names containing ']' character cant be animated.Campbell Barton
2010-09-09- fix for using ['prop'] in RNA apiCampbell Barton
2010-09-08Apply patch [#23632] Allow single quotes in RNA paths.Nathan Letwory
2010-09-02rna context renameCampbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-30fix for resolving rna paths, RNA_path_resolve could return a property which w...Campbell Barton
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-23collection attributes can now be resolved with by rnaCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-08-13minor changes to rna/python.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-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-14- option for redraw timer to playback the animationCampbell Barton
2010-06-12modify my last commit to fix [#22486] add_actuator crashes when name is bigge...Campbell Barton
2010-06-12bugfix [#22486] add_actuator crashes when name is bigger than 32 charsCampbell Barton
2010-05-10Give Sensors/Controllers/Actuators more sensible names when they're createdMatt Ebb
2010-05-07ghash alloc string from render branchCampbell Barton
2010-03-24remove unused rna includesCampbell Barton