2011-02-18 |
Campbell Barton | py api was raising SystemError exception incorrectly... |
blob | commitdiff | raw |
2011-02-17 |
Campbell Barton | Change to how python classes are initialized when blend... |
blob | commitdiff | raw | diff to current |
2011-02-17 |
Campbell Barton | error case not being handled when calling python classe... |
blob | commitdiff | raw | diff to current |
2011-02-16 |
Joshua Leung | Ugly hack to get PoseLib UI working ok (problem mention... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | comments for how py-rna calls api new classes. small... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | improve py/rna exception messages. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | py rna api: turn class.is_register into a class propert... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | python api renaming and added headers for some files... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | misc small changes: |
blob | commitdiff | raw | diff to current |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Campbell Barton | cls.is_registered() class method for python subclasses... |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Campbell Barton | minor python register changes. |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Campbell Barton | fix crash from report [#25746] Adding keyframes to... |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Campbell Barton | partial revert for r34590, exclude render() from enabli... |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Campbell Barton | fix for 2 segfaults running in background mode. |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Campbell Barton | workaround [#25845] Empty UI panels |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Campbell Barton | internal changes, script writers won't notice. |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Campbell Barton | improve unregister error check not to loop over parent... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Campbell Barton | fix [#25748] Addons register parameters/functions more... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Campbell Barton | fix [#25778] Memoryblock Data from SCR: end corrupt |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Campbell Barton | fix [#25776] Crash when operator's bl_idname has more... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Campbell Barton | Raise an exception when registering classes with ID... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Campbell Barton | support building with python3.2 |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Campbell Barton | rename fcurve.keyframe_points.add() --> insert() |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Campbell Barton | bad spelling; 'indicies' --> 'indices' |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Campbell Barton | - bpy.data.lamps.new() now takes a type argument since... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Campbell Barton | rename BKE_assert() --> BLI_assert(). |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Campbell Barton | use PySequence_Size() rather then PySequence_Length... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Campbell Barton | quiet zombie python class warning. bug remains but... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | py/rna api speedup for collection slicing in all cases... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Campbell Barton | py/rna optimizations, will help for faster exporting. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Campbell Barton | fix for py/rna mesh.materials[:] where empty materials... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Campbell Barton | edits for BPY_extern.h functions, no functional changes |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Campbell Barton | fix for crash when some classes didnt register properly... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Campbell Barton | python api: rna array slices now return tuples rather... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Campbell Barton | update python api with changes from Joshua's commit... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Joshua Leung | Drivers Code Cleanups and UI Tweaks: |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Campbell Barton | BKE_assert(), only prints the error unless cmake define... |
blob | commitdiff | raw | diff to current |
2010-12-13 |
Campbell Barton | exceptions in registering properties were not properly... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Campbell Barton | - internal py/rna ifdef's USE_MATHUTILS was mixed up, |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Campbell Barton | fix for own change r33524, at the moment the context... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Campbell Barton | minor internal python api change - pass the context... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Campbell Barton | pass along the context to extension functions, this... |
blob | commitdiff | raw | diff to current |
2010-12-04 |
Campbell Barton | disallow setting RNA attributes while drawing, this... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Campbell Barton | minor changes to the python api. |
blob | commitdiff | raw | diff to current |
2010-11-23 |
Campbell Barton | minor edits to exception formatting (remove ... or... |
blob | commitdiff | raw | diff to current |
2010-11-23 |
Campbell Barton | use zero initializers instead of memset(), also change... |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Campbell Barton | - report python script errors to blender report system... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Joshua Leung | Keyframing Operators: Improved Error Messages |
blob | commitdiff | raw | diff to current |
2010-10-25 |
Campbell Barton | Added function RNA_property_update_check() to check... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Campbell Barton | UNUSED() macro so -Wunused-parameter can be used with... |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Campbell Barton | python api: |
blob | commitdiff | raw | diff to current |
2010-10-05 |
Campbell Barton | remove some unused code and reduced the scope if some... |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Campbell Barton | typo in function prefix. |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Campbell Barton | - rna bugfix where ints were not clamped and would... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Campbell Barton | bugfix [#24014] Operator UI not shown in the order... |
blob | commitdiff | raw | diff to current |
2010-09-26 |
Campbell Barton | missing include from own commit r32117 |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Campbell Barton | py/rna keyframe functions can now key longer paths... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Campbell Barton | Annoying hack to pretend that an operator and its prope... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Campbell Barton | fix for python refcounting leak, RNA_path_resolve_full... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Campbell Barton | - py/rna's path_resolve function was ignoring the index... |
blob | commitdiff | raw | diff to current |
2010-09-17 |
Campbell Barton | minor changes needed for the next commit. |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Campbell Barton | rewrote python IDProperty metaclass in C, this was... |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Campbell Barton | definition/syntax edits for operators and rna (no funct... |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Campbell Barton | fix crash for calling setattr with a non-string attribu... |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Campbell Barton | remove class methods for defining properties |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Campbell Barton | - fix for using ['prop'] in RNA api |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Campbell Barton | support for defining rna class properties as class... |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Campbell Barton | py/rna internals |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Campbell Barton | bugfix [#23656] Problems retrieving properties from... |
blob | commitdiff | raw | diff to current |
2010-09-02 |
Campbell Barton | - new subclass for ID-Property based collections -... |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Campbell Barton | have rna function obj.as_pointer() return a memory... |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Campbell Barton | bugfix [#23285] Exporters not available whel using... |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Campbell Barton | rna support for passing dynamic sized arrays to rna... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Campbell Barton | raise an error when setting the values of read-only... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Campbell Barton | fix for resolving rna paths, RNA_path_resolve could... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Campbell Barton | various utf8 compatibility fixes |
blob | commitdiff | raw | diff to current |
2010-08-28 |
Campbell Barton | python/utf8 compatibility fixes. (as discussed on the... |
blob | commitdiff | raw | diff to current |
2010-08-27 |
Campbell Barton | speedup for pyrna boolean checking. |
blob | commitdiff | raw | diff to current |
2010-08-26 |
Campbell Barton | ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_dra... |
blob | commitdiff | raw | diff to current |
2010-08-26 |
Campbell Barton | rna api changes |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Dalai Felinto | renaming recast_type to type_recast so people don't... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Campbell Barton | update to pyrna so deleting an attribute only fails... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Campbell Barton | remove recently added rna function uilayout.prop_search... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Campbell Barton | - pythons 'del somevalue.attr' could crash when used... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Campbell Barton | bugfix [#23454] vector*matrix not the same as vector... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Campbell Barton | collection attributes can now be resolved with by rna |
blob | commitdiff | raw | diff to current |
2010-08-22 |
Campbell Barton | - rna py-api bug fix, a NULL item in a collection was... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Campbell Barton | - Properties from base classes are now registered too... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Campbell Barton | - pyrna fix for reference counting when unable to regis... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Joerg Mueller | svn merge -r 31314:31370 https://svn.blender.org/svnroo... soc-2010-nexyon |
blob | commitdiff | raw | diff to current |
2010-08-15 |
Campbell Barton | remove foreach_get/set for rna arrays, was crashing... |
blob | commitdiff | raw | diff to current |
2010-08-15 |
Campbell Barton | [#23266] bpy.ops.poselib.browse_interactive - blend_fac... |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Campbell Barton | minor changes to rna/python. |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Campbell Barton | repr() functions for the python api, this means it... |
blob | commitdiff | raw | diff to current |
next |