projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
This commit does very little for the number of files touched.
[blender.git]
/
source
/
blender
/
python
/
2005-12-01
Ken Hughes
-- Bugfix #3139: Blender.Library.Open() was changing...
tree
|
commitdiff
2005-12-01
Ken Hughes
Make curnurb.flagU and curnurb.flagV range check their...
tree
|
commitdiff
2005-11-30
Ken Hughes
-- previous commit was decrefing a borrowed reference...
tree
|
commitdiff
2005-11-30
Ken Hughes
-- Bugfix #3186: Fix memory leaks caused by multiple...
tree
|
commitdiff
2005-11-29
Ken Hughes
-- Bugfix #2868: NMesh.update(0,0,1) with derived mesh...
tree
|
commitdiff
2005-11-29
Joseph Gilbert
* warnings fixes
tree
|
commitdiff
2005-11-29
Ken Hughes
-- Partial bugfix for #3186. curve.getControlPoint...
tree
|
commitdiff
2005-11-28
Ken Hughes
Fix incorrect documentation for Window.QTest().
tree
|
commitdiff
2005-11-28
Ken Hughes
-- Fix bugs caused (by me) by incorrect use of Py_RETUR...
tree
|
commitdiff
2005-11-28
Ken Hughes
-- Bugfix #3458: keyblock.getData() was getting vertex...
tree
|
commitdiff
2005-11-27
Ken Hughes
-- bugfix: me.subdivide() was declared NOARGS but was...
tree
|
commitdiff
2005-11-27
Stephen Swaney
patch #3475 for bug #2867 Object.makeParent with nonin...
tree
|
commitdiff
2005-11-26
Stephen Swaney
patch #2869 MTex module additions
tree
|
commitdiff
2005-11-23
Chris Want
While looking at the python Lattice code for a bug...
tree
|
commitdiff
2005-11-23
Ton Roosendaal
New stuff & fixes in Blender OSA filtering.
tree
|
commitdiff
2005-11-22
Joseph Gilbert
- accidentally removed a macro for returning Py_None...
tree
|
commitdiff
2005-11-22
Joseph Gilbert
A few more python 2.4 macros to covert to 2.3 compatibl...
tree
|
commitdiff
2005-11-22
Joseph Gilbert
Little bit of testing code snuck in there.
tree
|
commitdiff
2005-11-22
Joseph Gilbert
Fix for a python boolean macro that shouldn't be there.
tree
|
commitdiff
2005-11-22
Joseph Gilbert
Added some equvalency tests for the other math objects
tree
|
commitdiff
2005-11-22
Toni Alatalo
new attempt at the pyboolean macro, 'cause that style...
tree
|
commitdiff
2005-11-22
Toni Alatalo
trying to fix new armature compile probs on macs (w...
tree
|
commitdiff
2005-11-21
Joseph Gilbert
- editng options for armature added to AramtureType
tree
|
commitdiff
2005-11-21
Joseph Gilbert
- drawtypes added to ArmatureType
tree
|
commitdiff
2005-11-21
Joseph Gilbert
* added some display options to the ArmatureType class
tree
|
commitdiff
2005-11-21
Joseph Gilbert
* adds deformation properties to armatureType
tree
|
commitdiff
2005-11-21
Joseph Gilbert
* [ #3376 ] Blender.Mathutils.Matrix().toQuat() broken
tree
|
commitdiff
2005-11-21
Joseph Gilbert
A few more doc updates
tree
|
commitdiff
2005-11-21
Joseph Gilbert
Some updates to armature documentation.
tree
|
commitdiff
2005-11-20
Ken Hughes
-- fix indentation to make epydoc happy
tree
|
commitdiff
2005-11-20
Ken Hughes
-- removed GetParticlesLoc() function, which was replac...
tree
|
commitdiff
2005-11-20
Ton Roosendaal
Patch provided by Alfredo de Greef
tree
|
commitdiff
2005-11-20
Ton Roosendaal
Patch by Matt Ebb: upgraded usablitiy of text button.
tree
|
commitdiff
2005-11-20
Ken Hughes
-- added an optional "cage" parameter to mesh.getFromOb...
tree
|
commitdiff
2005-11-19
Ken Hughes
-- fix printing of constant dicts
tree
|
commitdiff
2005-11-19
Ken Hughes
-- fix bug which used unitialized pointer in M_Effect_New.
tree
|
commitdiff
2005-11-19
Ton Roosendaal
Finally switched to porting UI stuff from tuhopuu!
tree
|
commitdiff
2005-11-18
Ken Hughes
-- added Object.protectFlags attribute; let user get...
tree
|
commitdiff
2005-11-18
Ken Hughes
-- fixed bug with returning NULL from Object_CreatePyOb...
tree
|
commitdiff
2005-11-17
Ken Hughes
-- add support for new particle effects
tree
|
commitdiff
2005-11-17
Ken Hughes
-- fix small problem with Ipocurve.recalc(); recomputed...
tree
|
commitdiff
2005-11-17
Ken Hughes
-- Fix for the "LIB ERROR: base removed" problem; BPy...
tree
|
commitdiff
2005-11-17
Ken Hughes
-- fix documentation error (replace removeCurve() with...
tree
|
commitdiff
2005-11-16
Ken Hughes
-- fix bug in constant_repr() which printed the final...
tree
|
commitdiff
2005-11-15
Joseph Gilbert
- point constructor
tree
|
commitdiff
2005-11-15
Joseph Gilbert
* update to python docs
tree
|
commitdiff
2005-11-15
Joseph Gilbert
* update to python docs
tree
|
commitdiff
2005-11-15
Ken Hughes
-- Added OB_RECALC_OB to Object_set* methods.
tree
|
commitdiff
2005-11-11
Ken Hughes
-- various fixes for Mesh.c:
tree
|
commitdiff
2005-11-09
Ken Hughes
-- When storing a mesh, allow TFaces without defined...
tree
|
commitdiff
2005-11-08
Stephen Swaney
Bugfix: #3377 Epy docs missing links
tree
|
commitdiff
2005-11-08
Ken Hughes
-- changes and bugfixes from Cam:
tree
|
commitdiff
2005-11-08
Ken Hughes
-- Previous commit using PyDict_Keys left new reference...
tree
|
commitdiff
2005-11-08
Willian Padovani...
BPython docs:
tree
|
commitdiff
2005-11-08
Joseph Gilbert
*work around for PyDict_Contains
tree
|
commitdiff
2005-11-07
Joseph Gilbert
*armature api for python
tree
|
commitdiff
2005-11-07
Joseph Gilbert
*change to the way constants are printed
tree
|
commitdiff
2005-11-07
Joseph Gilbert
- warning fixes
tree
|
commitdiff
2005-11-07
Ken Hughes
-- Clean-up of Effect and Particle modules; since parti...
tree
|
commitdiff
2005-11-06
Ken Hughes
-- Added Object.effects, a read-only attribute which...
tree
|
commitdiff
2005-11-04
Ken Hughes
- JMS's patch which adds GetParticlesLoc() method....
tree
|
commitdiff
2005-11-03
Joseph Gilbert
Silly error string correction
tree
|
commitdiff
2005-11-03
Ken Hughes
-- Bugfix #3335: mesh.remDouble() accidentally performe...
tree
|
commitdiff
2005-11-02
Ken Hughes
-- Bugfix 3333: BPy method ob.getEuler() was returning...
tree
|
commitdiff
2005-10-31
Johnny Matthews
Adding Key.ipo as access to ipo data both get and set
tree
|
commitdiff
2005-10-31
Ken Hughes
-- further clean-up of mesh error handling for update...
tree
|
commitdiff
2005-10-31
Ken Hughes
-- patch submitted by Johnny Matthews which lets a...
tree
|
commitdiff
2005-10-31
Johnny Matthews
Removed key.getChannelIpo() doc.
tree
|
commitdiff
2005-10-31
Johnny Matthews
Removed key.getChannelIpo() since it is not proper...
tree
|
commitdiff
2005-10-30
Ken Hughes
-- testing a patch which lets Python initialize the...
tree
|
commitdiff
2005-10-30
Ken Hughes
-- fix compiler warning about return "from incompatible...
tree
|
commitdiff
2005-10-30
Ken Hughes
- fix issues in with Mesh_fromNMesh pointed out by...
tree
|
commitdiff
2005-10-28
Ton Roosendaal
Error in creating Python dict for new Mesh API.
tree
|
commitdiff
2005-10-28
Ton Roosendaal
Fixed gcc warnings for unused var and unitialiazed...
tree
|
commitdiff
2005-10-27
Ken Hughes
- change description of AssignModes from "blah blah...
tree
|
commitdiff
2005-10-27
Ken Hughes
Lots of BPy Mesh additions:
tree
|
commitdiff
2005-10-27
Ken Hughes
- Bugfix #3271: saveRenderedImage() was corrupting...
tree
|
commitdiff
2005-10-26
Johnny Matthews
Python API Additions
tree
|
commitdiff
2005-10-25
Joilnen Leite
getMarked return change to dict
tree
|
commitdiff
2005-10-25
Ken Hughes
-Bugfix #3254: Ipo.addCurve() didn't check if curve...
tree
|
commitdiff
2005-10-21
Ken Hughes
- documentation updates:
tree
|
commitdiff
2005-10-21
Ken Hughes
- Bugfix #3227: throw exception in NMesh if face data...
tree
|
commitdiff
2005-10-20
Ken Hughes
- fix bug calculating number of edges to create in...
tree
|
commitdiff
2005-10-19
Ken Hughes
- New additions to Mesh module
tree
|
commitdiff
2005-10-17
Ken Hughes
- Bugfix #3202: ipo.addCurve() created curve but didn...
tree
|
commitdiff
2005-10-16
Ken Hughes
- Bugfix #3194: calling curve.appendNurb() with any...
tree
|
commitdiff
2005-10-14
Ken Hughes
- Bugfix #3127: gives Python ability to do "reload...
tree
|
commitdiff
2005-10-13
Ken Hughes
- perform typechecking before calling EXPP_check_sequen...
tree
|
commitdiff
2005-10-11
Ken Hughes
- swapped MFace.flag and MFace.mode code; they were...
tree
|
commitdiff
2005-10-11
Willian Padovani...
Scripts updated:
tree
|
commitdiff
2005-10-11
Ken Hughes
- force setResolu() to update all NURBS belonging to...
tree
|
commitdiff
2005-10-11
Stephen Swaney
Updates and corrections to the BPy doc. Patch #2975
tree
|
commitdiff
2005-10-11
Ken Hughes
-Bugfix #3174: incorrectly counting number of face...
tree
|
commitdiff
2005-10-11
Ken Hughes
- Fix compiler errors under MSVC free toolkit (thanks...
tree
|
commitdiff
2005-10-11
Ken Hughes
- added Mesh.MVert(); can now create 'thick' vertices...
tree
|
commitdiff
2005-10-11
Willian Padovani...
Scripts:
tree
|
commitdiff
2005-10-10
Joseph Gilbert
-Another fix for mathutils.anglebetweenvecs()
tree
|
commitdiff
2005-10-10
Ton Roosendaal
Stupid me! Committed in wrong console with wrong dir...
tree
|
commitdiff
2005-10-10
Joseph Gilbert
-mathutils fix
tree
|
commitdiff
2005-10-10
Joseph Gilbert
Patch for mathutils
tree
|
commitdiff
next