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-02-18- clear some warningsCampbell Barton
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-17Change to how python classes are initialized when blender calls them.Campbell Barton
2011-02-17error case not being handled when calling python classes from RNACampbell Barton
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-16fix [#26098] python API: quaternion.rotate never seems to work.Campbell Barton
2011-02-16Ugly hack to get PoseLib UI working ok (problem mentioned in log forJoshua Leung
2011-02-15corrention for bpy.props docstrings.Campbell Barton
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-15fix warnings.Campbell Barton
2011-02-14more vars made staticCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14comments for how py-rna calls api new classes. small speedup for StructRNA.__...Campbell Barton
2011-02-14improve py/rna exception messages.Campbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton
2011-02-14SVN maintenance.Guillermo S. Romero
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-11cls.is_registered() class method for python subclasses of internal types.Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-09use static functions rather then defines for internal matrix__apply_to_copy()...Campbell Barton
2011-02-08problem with blender and python 3.2Campbell Barton
2011-02-08fix [#25975] Quaternion/Vector.negated() isn't availableCampbell Barton
2011-02-08fix own error in recent commit [#25970] cannot create scale matrix after math...Campbell Barton
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-02-06mathutils.Matrix.Scale(factor, size, axis)Campbell Barton
2011-02-06- cmake was missing an inclide (IDE's wouldnt index)Campbell Barton
2011-02-05mathutils fixes noticed when refactoring.Campbell Barton
2011-02-05mathutils rotate functions for Euler/Quaternion/Matrix/Vector types.Campbell Barton
2011-02-05Rename python mathutils functions and split in-place methods from those that ...Campbell Barton
2011-02-04swap Matrix.Shear(...) arguments so matrix size is the second argument, match...Campbell Barton
2011-02-04mathutils.Matrix.OrthoProjection(plane, size, axis), merged axis and plane ar...Campbell Barton
2011-02-04small mathutils changes.Campbell Barton
2011-02-04PyAPI: coerce mathutils values. (vectors, quats, eulers) as proposed here:Campbell Barton
2011-02-02fix crash from report [#25746] Adding keyframes to nested custom properties (...Campbell Barton
2011-02-01partial revert for r34590, exclude render() from enabling the read-only state.Campbell Barton
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2011-02-01own fix for bug #23871 (r33277), crashes when running multiple operators in a...Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-02-01fix for 2 segfaults running in background mode.Campbell Barton
2011-02-01workaround [#25845] Empty UI panelsCampbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27internal changes, script writers won't notice.Campbell Barton
2011-01-26fix for crash when assigning unsupported type to collection properties.Campbell Barton
2011-01-25small internal cleanup, have matrix.scale_part() use same method to extract t...Campbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-25improve unregister error check not to loop over parent classes properties (wo...Campbell Barton